body{  background:#920D0A;}.lprimary-bg{  background:#526081;}.primary-bg{  background:#182A57;}.dprimary-bg{  background:#324061;}.lsecondary-bg{  background:#AE4A48;}.secondary-bg{  background:#920D0A;}.dsecondary-bg{  background:#6E0A08;}/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header-border{  height:5px;  background:#182A57;   background-image:linear-gradient(to right,#ffffff50,transparent,#ffffff50);}.aohc #logo,.ophi #logo{  padding-top:100px;}#header{  background:#ffffff;  position:relative;  text-align:center;  z-index:9;}#logo{  padding:25px; }#header-buttons{  padding-top:20px;}#header-button-join, #header-button-profile, #header-button-login{  width:100%;  float:right;  margin-bottom:5px;}#header-button-join, #header-button-profile{  border-radius:7px;  overflow:hidden;}#header-button-login{  border-radius:7px;  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;  font-weight:900;  text-transform:uppercase;  position:relative;  font-size:.9rem;}#header-button-join a, #header-button-profile a{  background:#182A57;}#header-button-login a{  background:#920D0A;}#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:#AE4A48;}#header-button-login i{  background:#526081;}#header-button-join.tcsloginbutton_hide{}#header-button-profile.tcsloginbutton{  display:none;}/* HEADER MD ------------------------------------------------- */@media (min-width: 768px) {  #logo img  {    height:105px;  }   #header-buttons  {    position:absolute;    right:20px;    top:20px;    padding:0px;    display:flex;    gap:15px;  }  #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;    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  {    width:100%;  }  #header  {    position:sticky;    left:0px;    right:0px;    top:0px;    width:100%;    z-index:888;  }   #logo img  {    height:125px;  }    #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 img  {    height:135px;  }  #header-button-join a, #header-button-profile a, #header-button-login a  {    padding:10px;  }  #header-button-join i, #header-button-profile i, #header-button-login i  {    width:46px;    padding-top:15px;  }}/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav-blue .nav-item{  background:#182A57;}#nav-red .nav-item{  background:#920D0A;}#nav a:link, #nav a:visited{  display:block;  text-decoration:none;  text-transform:uppercase;}#nav .tcsloginbutton{  display:none;}.nav-admin{  color:#ffffff;  padding:5px;  background:#283660;  font-weight:500;  text-align:center;  border-radius:25px 25px 0px 0px;}.nav-accreditation{  color:#ffffff;  padding:5px;  background:#912f20;  font-weight:500;  text-align:center;  border-radius:25px 25px 0px 0px;}/* NAV XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #nav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#182A57;    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;    margin:0px 0px;    position:relative;    z-index:999;  }  .nav-item  {    clear:both;    padding:0px;  }  #nav-blue  {    margin:0px;  }  #nav-red  {    margin:0px;  }  #nav a:link, #nav a:visited  {    padding:10px;    color:#ffffff;    text-align:center;  }  #nav-blue a:link, #nav-blue a:visited  {    border-bottom:1px dashed #324061;  }  #nav-red a:link, #nav-red a:visited  {    border-bottom:1px dashed #6E0A08;  }}/* NAV MD ----------------------------------------------------- */@media (min-width: 768px){  #nav-blue  {    position:relative;    left:0px;    top:0px;    width:70%;    z-index:999;    margin:0px;    height:stretch;  }  #nav .nav-item  {    padding:0px;  }  #nav-red  {    position:relative;    right:0px;    top:0px;    width:30%;    z-index:999;    margin:0px;    height:stretch;  }  #nav a:link, #nav a:visited  {    padding:10px 0px;    color:#ffffff;    font-size:.6rem;    text-align:center;    display:flex;    flex-direction:column;    justify-content:center;    height:100%;  }  #nav-red a:link, #nav-red a:visited  {    border-left:1px solid #6E0A08;  }  #nav-blue a:link, #nav-blue a:visited  {    border-right:1px solid #324061;  }  #nav a:hover  {    color:#eeeeee;  }}/* NAV LG ------------------------------------------------- */@media (min-width: 992px) {  #nav a:link, #nav a:visited  {    padding:10px 0px;    font-size:.8rem;  }   }/* NAV XL ------------------------------------------------- */@media (min-width: 1200px) {  #nav a:link, #nav a:visited  {    padding:15px 0px;    font-size:.9rem;  }   }/* 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%;  }  #nav-blue .dropdown-menu   {    background:#324061;    border:1px solid #182A57;  }  #nav-red .dropdown-menu   {    background:#6E0A08;    border:1px solid #920D0A;  }}/* DROPDOWN MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-menu   {    margin:0px;    width:250px;    padding:0px;    right:0px;    border-radius:0px;  }  #nav-blue .dropdown-menu   {    background:#324061;    background:linear-gradient(#324061, #182A57);    border:1px solid #182A57;  }  #nav-red .dropdown-menu   {    background:#6E0A08;    background:linear-gradient(#6E0A08, #920D0A);    border:1px solid #920D0A;  }  #nav .dropdown-menu a:link, #nav .dropdown-menu a:visited  {    padding:10px 10px;    background-color:transparent;    text-align:left;    color:#ffffff;    font-size:.8rem;  }  #nav .dropdown-menu a:hover  {    color:#d4d4d4;  }  #nav-blue .dropdown-menu a:link, #nav-blue .dropdown-menu a:visited  {    border-bottom:1px solid #182A57;  }  #nav-red .dropdown-menu a:link, #nav-red .dropdown-menu a:visited  {    border-bottom:1px solid #920D0A;  }}/* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;}.sidenav h2{  background:#182A57;  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;  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:#182A57;  }  .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 .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:#920D0A;  background-image:linear-gradient(to bottom right, transparent, rgba(255,255,255,.25));  height:20px;}.banner-search {  background:#6E0A08BB;  padding:25px;  color:#ffffff;  font-size:.9rem;  position:relative;  z-index:9;  border-radius:25px;  text-align:center;}.banner-search input, .banner-search select{  display:block;  width:100% !important;  margin-bottom:10px !important;}.banner-search p:last-child{  margin-bottom:0px;}.banner-search h1, .banner-search h2, .banner-search h3, .banner-search h4, .banner-search h5, .banner-search h6, .banner-search a{  color:#ffffff !important;}.banner-logo{  width:70px;  position:absolute;  right:10px;  bottom:10px;  opacity:.8;}/* 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-search   {    position:absolute;    top:50%;    transform:translate(0, -50%);  }  .carousel-item .admin_controls  {    padding-left:200px;  }  .carousel-item .admin_controls a  {    color:#ffffff !important;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  #banner-video  {    height:450px;  }  .banner-search   {    position:absolute;    left:60%;    right:30px;    padding:35px;    font-size:1rem;  }  .carousel-item .admin_controls  {    padding-left:250px;  }}/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  .banner-search   {    left:70%;    padding:50px;  }  }/* ------------------------------------------------------------------------------- *//* BANNER SEARCH ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#banner-search{  padding:20px;  background:#f2f2f2;  margin-bottom:30px;}#banner-search .search-address{  background:#ffffff url(https://aohc.net/aws/AOHC/am/gi/search-address-bg.png?ver=0) no-repeat left center;  border:1px solid #d4d4d4;  border-right:1px solid #d4d4d4;}#banner-search #search_phrase{  background:#ffffff url(https://aohc.net/aws/AOHC/am/gi/search-address-bg.png?ver=0) no-repeat left center;  border:1px solid #d4d4d4;  border-right:1px solid #d4d4d4;}#banner-search .search-address input{  width:100%;  height:40px;  border:0px;  background:transparent;  padding-left:50px;  color:#AE4A48;  outline:none !important;}#banner-search input#search_phrase{  width:80%;  height:40px;  border:0px;  padding-left:50px;  color:#111111;  outline:none !important;}#banner-search .search-miles{  border:1px solid #d4d4d4;    background:#ffffff;}#banner-search .search-miles select{  width:100%;  height:40px;  border:0px;  background:transparent url(https://aohc.net/aws/AOHC/am/gi/select-bg.png?ver=0) no-repeat right center;  color:@accent;  text-align:center;  padding-left:20px;  padding-right:20px;  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  -o-appearance:none;  appearance:none;}#banner-search .search_button{  background:#182A57;  background-image:linear-gradient(to bottom right, transparent, #ffffff50) !important;  border:1px solid #d4d4d4;}#banner-search .search_button{  width:20%;  height:40px;  border:0px;  background:#182A57;  background-image:linear-gradient(to bottom right, transparent, #ffffff50) !important;  color:#ffffff;}/* SM ONLY -------------------------------------------- */@media (max-width: 767px) {  }/* MD ------------------------------------------------- */@media (min-width: 768px) {  #banner-search  {    padding:20px;  }  #banner-search .search-address  {    border-right:0px;    border-radius:0px 0px 0px 0px;  }  #banner-search #search_phrase  {    border-right:0px;    border-radius:5px 0px 0px 5px;  }  #banner-search .search-miles  {  }  #banner-search .search_button  {    border-radius:0px 5px 5px 0px;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #banner-search  {    padding:20px;  }  #banner-search .search-address input  {    height:50px;  }  #banner-search input#search_phrase  {    height:50px;  }  #banner-search .search-miles select  {    height:50px;  }  #banner-search .search_button  {    height:50px;  }}/* XL ------------------------------------------------- */@media (min-width: 1200px) {    }/* XL ------------------------------------------------- */@media (min-width: 1200px) {    }/* ------------------------------------------------------------------------------- *//* BOXES ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#boxes .col-md{  padding:0px;}.box{  text-align:center;  position:relative;  padding:20px;}.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-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;}#box-01{  background:#182A57;}#box-02{  background:#324061;}#box-03{  background:#920D0A;}#box-04{  background:#6E0A08;}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {}/* 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 h3  {    font-size:1.2rem;  }     #sidebar .box i  {    font-size:30px;   }  #sidebar .box h3  {    font-size:1.1rem;  }}/* ------------------------------------------------------------------------------- *//* 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;}.accreditation .content-box .title{  background:#920D0A !important;}.content-box .title{  margin:-15px -15px 20px -15px;  background:#182A57;  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;}#sidebar{  border-radius:5px;  overflow:hidden;}/* CONTENT MD ------------------------------------------------- */@media (min-width: 768px) {  #content  {    padding:25px;  }   .content-box  {    padding:20px;  }  .content-box .title  {    margin:-20px -20px 20px -20px;    padding:15px 20px;  }  #side  {    padding-right:10px;  }}/* CONTENT LG ------------------------------------------------- */@media (min-width: 992px) {  #content  {    padding:35px;  }  .content-box  {    padding:30px;  }  .content-box .title  {    margin:-30px -30px 20px -30px;    padding:15px 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;  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:#182A57;  color:#ffffff;  border:1px solid #ffffff;}/* SOCIAL BAR MD ------------------------------------------------- */@media (min-width: 768px) {  #social-links  {    padding:15px;  } }/* ------------------------------------------------------------------------------- *//* LOGIN PAGE STYLES ------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page.login-bg{  background:url(https://aohc.net/aws/AOHC/am/gi/banner-bg.jpg?ver=1) no-repeat center center;  background-size:cover;}.login-container{  background:#182A5750;  background-image:linear-gradient(to bottom right, #182A5790, #11111190);  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:#182A57 !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:#920D0A;  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:#182A57;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#182A57 !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#920D0A !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;  }  }