body{  background:#ffffff;}.lprimary-bg{  background:#40669E;}.primary-bg{  background:#00327D;}.dprimary-bg{  background:#08265E;}.lsecondary-bg{  background:#777777;}.secondary-bg{  background:#414141;}.dsecondary-bg{  background:#222222;}.homepage .title{  border-bottom:0px;  text-align:center;}/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header{  background:#ffffff;  position:relative;  padding:30px;  text-align:center;}#header-border{  border-bottom:5px solid #00327D;}#header-text{  margin-bottom:80px;}#header-container{  padding:50px;  text-align:center;  background:url(https://imea.com/aws/IMEA/am/gi/header-background.jpg?ver=3) no-repeat center center;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}#header-container hr{  margin:35px 0px;}#header-container h1,#header-container h2,#header-container h3,#header-container h4,#header-container h5,#header-container h6,#header-container p,#header-container a{  color:#ffffff !important;}#logo img{  max-height:200px;  height:100%;}#logo{  text-align:center;}#name{  text-transform:uppercase;  color:#00327D;  font-weight:700;  padding-top:15px;}#header-buttons{  padding-top:20px;}#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:left;  padding:10px 15px;  font-weight:700;  text-transform:uppercase;  position:relative;  border-radius:5px;  font-size:.9rem;}#header-button-join a, #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:#00327D;}#header-button-login a{  background:#414141;}#header-button-join i, #header-button-profile i, #header-button-login i{  float:right;  padding-left:15px;  margin-left:15px;  border-left:1px solid #ffffff;}#header-button-join.tcsloginbutton_hide{  display:block;}#header-button-login.tcsloginbutton_hide{  display:none;}#header-button-profile.tcsloginbutton{  display:none;}/* HEADER MD ------------------------------------------------- */@media (max-width: 768px) {  #header-button-profile  {    width:100%;    margin-top:5px;  }  #header-button-profile a  {    border-radius:5px;  }}/* HEADER MD ------------------------------------------------- */@media (min-width: 768px) {  #header  {    height:200px;    text-align:left;  }  #logo  {    text-align:center;  }  #name  {    padding-top:0px;  }  #header-buttons  {    position:absolute;    right:15px;    top:15px;    padding:0px;  }  #header-button-join, #header-button-profile, #header-button-login  {    width:150px;    margin-left:15px;    float:right;  }  #header-button-join a, #header-button-profile a, #header-button-login a  {    border-radius:5px;  }  #logo img  {    height:120px;  }}/* HEADER LG ------------------------------------------------- */@media (min-width: 992px) {  #name  {    padding-top:15px;  }  #header-buttons  {    right:20px;    top:20px;  }   #header-button-join, #header-button-profile, #header-button-login  {    width:175px;    margin-left:15px;    float:right;  }}/* HEADER XL ------------------------------------------------- */@media (min-width: 1200px) {  }/* ------------------------------------------------------------------------------- *//* BANNER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#banner{  position:relative;}#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-text {  background:#00327D;  padding:20px;  color:#ffffff;  font-size:.9rem;}.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 .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;  }  #banner .carousel-item .admin_controls a  {    color:#ffffff !important;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  .banner-text   {    position:absolute;    bottom:30px;    left:30px;    right:50%;    margin-right:30px;    padding:30px;    font-size:1rem;    opacity:.9;  }}/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  .banner-text   {    bottom:50px;    left:50px;    right:50%;    margin-right:50px;    padding:50px;    font-size:1rem;  }  }/* ------------------------------------------------------------------------------- *//* FEATURED BOXES ---------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.featured h1,.featured h2,.featured h3,.featured h4,.featured h5,.featured h6,.featured p,.featured a{  color:#ffffff !important;  margin:0px;}.featured h2{  padding-top:10px;  font-size:40px;}.featured p{  font-size:20px;}.featured-box-01,.featured-box-02{  padding:50px;  display:flex;  justify-content:center;  flex-direction:column;  align-items:center;  text-align:center;}.featured .col-md{  padding:0px !important;  background:#00B1FF;}.featured-box-01{  background:#00B1FF;}.featured-box-02{  background:#414141;}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  .featured  {    margin:-80px 100px 0px;  }  .featured h2  {    font-size:21px;  }  .featured-box-02  {    clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 50%);    margin-left:-8%;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  .featured h2  {    padding-top:10px;    font-size:30px;  }}/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  .featured h2  {    padding-top:10px;    font-size:40px;  }}/* ------------------------------------------------------------------------------- *//* BOXES ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.box-section{  padding:50px;  background:linear-gradient(0deg,#ececec,transparent);}.box{  padding:50px;  min-height:175px;  display:flex;  flex-direction:column;  justify-content:center;  align-items:center;}.box-01{  background:url(https://imea.com/aws/IMEA/am/gi/program-box-01.png?ver=3) no-repeat center center;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}.box-02{  background:url(https://imea.com/aws/IMEA/am/gi/program-box-02.png?ver=2) no-repeat center center;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}.box-03{  background:url(https://imea.com/aws/IMEA/am/gi/program-box-03.png?ver=1) no-repeat center center;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}.box-04{  background:url(https://imea.com/aws/IMEA/am/gi/program-box-04.png?ver=2) no-repeat center center;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}.box-05{  background:url(https://imea.com/aws/IMEA/am/gi/program-box-05.png?ver=1) no-repeat center center;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}.box-06{  background:#414141;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}.box h1,.box h2,.box h3,.box h4,.box h5,.box h6,.box p,.box i{  color:#ffffff !important;  margin:10px 10px 0px 10px;}#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{  margin-bottom:20px;}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  .boxes  {    display:grid;    grid-template-columns:repeat(3, 1fr);    gap:30px;    text-align:center;  }  .box  {    margin-bottom:0px;  }}/* 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;  }}/* ------------------------------------------------------------------------------- *//* NEWS SLIDESHOW ---------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.news-slideshow-article .tcsnewsarticle_photo{  background:#ffffff;  margin:0px 0px 20px 0px;}.news-slideshow-article ul{  color:#00327D;}#news-slideshow li::marker{  display:none;}#news-slideshow i{  padding:20px 5px;}#news-slideshow a{  text-decoration:none;}.news-slideshow-article .tcsnewsarticle_photo img{  width:100%;  border-radius:10px;}.news-slideshow-article .tcs_details_link{  display:inline-block;  padding:7px 20px;  background:#00327D;  color:#ffffff;  text-decoration:none;  font-weight:900;}/* NEWS SLIDESHOW MD ------------------------------------------------- */@media (min-width: 768px) {  .news-slideshow-article .tcsnewsarticle_photo  {    float:left;    width:47%;    margin:0px 3% 0px 0px;  }  .news-slideshow-article h3  {    font-size:20px;    margin-bottom:10px;  }  .news-slideshow-article h4  {    font-size:14px;    margin-bottom:10px;  }  .news-slideshow-article p  {    font-size:.9rem;  }}/* NEWS SLIDESHOW LG ------------------------------------------------- */@media (min-width: 992px) {  .news-slideshow-article h3  {    font-size:28px;    margin-bottom:15px;  }  .news-slideshow-article h4  {    font-size:20px;    margin-bottom:15px;  }}/* NEWS SLIDESHOW XL ------------------------------------------------- */@media (min-width: 1200px) {  .news-slideshow-article h3  {    font-size:30px;    margin-bottom:20px;  }  .news-slideshow-article h4  {    font-size:22px;    margin-bottom:20px;  }}/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav{  background:#00327D;  position:relative;}#nav a:link, #nav a:visited{  display:block;  text-decoration:none;  text-transform:uppercase;  font-weight:900;}#nav-members a{  color:#00327D !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;  }  #nav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#ffffff;  }  #nav .navbar-toggler-icon i  {    margin-right:5px;  }  #nav .navbar-collapse  {    background:#222222;    background:linear-gradient(to bottom right, #222222, #111111);    border:1px solid #222222;    margin:0px 0px;    position:relative;    z-index:0;  }  .nav-item  {    clear:both;  }  #nav a:link, #nav a:visited  {    border-bottom:1px dashed #222222;    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 20px;    color:#ffffff;    font-size:.9rem;    text-align:center  }  #nav a:hover  {    opacity:.7;  }  #nav #member-nav a:link, #nav #member-nav a:visited  {    color:#00327D;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #nav a:link, #nav a:visited  {    padding:12px 25px;  }     }/* ------------------------------------------------------------------------------- *//* 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:#414141;  background-image:linear-gradient(to bottom right, transparent, #ffffff50);}#nav .dropdown-menu.submenu h4{  color:#ffffff;  font-weight:900;  margin-bottom:0px;}#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   {    right:0px;    left:0px !important;    margin:0px;    transform: none !important;    border-radius: 0px;    top: auto !important;    opacity:.95;    border:0px;    padding:15px;  }  #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   {    left:25% !important;    padding:20px;  } }/* DROPDOWN XL ------------------------------------------------- */@media (min-width: 1200px) {  #nav .dropdown-menu.submenu  {    padding:25px;  } }/* ------------------------------------------------------------------------------- *//* SUB NAV DROPDOWN - STRAIGHT LIST DROPDOWN ------------------------------------- *//* ------------------------------------------------------------------------------- */#nav .dropdown-menu.subnav{  color:#ffffff;  padding:0px;  background:#414141;  background-image:linear-gradient(to bottom right, transparent, rgba(0,0,0,.25));  border:0px;}#nav .dropdown-menu.subnav a:link, #nav .dropdown-menu.subnav a:visited{  color:#ffffff !important;  display:block;  padding:10px;  text-transform:none;  border-bottom:1px solid #ffffff50;  opacity:.8;}#nav .dropdown-menu.subnav a:last-child{  border-bottom:0px solid #ffffff50;}#nav .dropdown-menu.subnav a i {  display:none;}#nav .dropdown-menu.subnav a:hover{  opacity:1;}/* DROPDOWN XS/SM ONLY ---------------------------------------- */@media (max-width: 767px) {  #nav .dropdown-menu.subnav  {    border:0px;    border-radius:0px;    font-size:.9rem;    position:static !important;    transform:none !important;    margin:0px;    padding:0px;    width:100%;    box-shadow:0px 0px 0px #000 !important;  }}/* DROPDOWN MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-menu.subnav  {    border-radius:0px 0px 5px 5px;  }}/* DROPDOWN LG ------------------------------------------------- */@media (min-width: 992px) { }/* DROPDOWN XL ------------------------------------------------- */@media (min-width: 1200px) { }/* ------------------------------------------------------------------------------- *//* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;}.sidenav i{  padding-right:5px;}.sidenav h2{  background:#00327D;  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%;}.side-resources ul{  list-style:none;  margin:0px;  padding:10px 20px 20px 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 .single-top{  padding-top:10px;}.sidenav .resources li:last-child a{  border-bottom:1px dashed #d4d4d4 !important;  padding:10px 0px !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:#00327D;  }  .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;  }}/* ------------------------------------------------------------------------------- *//* 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:#00327D;  color:#ffffff;  padding:15px;  position:relative;}.content-box .title-gold{  margin:-15px -15px 20px -15px;  background:#414141;  color:#ffffff;  padding:15px;  position:relative;}.content-box .title .viewall,.content-box .title-gold .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,  .content-box .title-gold  {    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,  .content-box .title-gold  {    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;  }}/* ------------------------------------------------------------------------------- *//* FAQS -------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.faq{  padding:50px;  background:url(https://imea.com/aws/IMEA/am/gi/faq-background.jpg?ver=5) no-repeat center center;  background-size:cover;  background-repeat:no-repeat;  width:100%;  height:100%;}.faq .accordion_odd,.faq .accordion_even{  border-radius:10px;  margin:20px 0px;  background:#ffffff;}.faq .tcs_accordion_title h3{  color:#111111 !important;  font-weight:600;}.faq-text h1,.faq-text h2,.faq-text h3,.faq-text h4,.faq-text h5,.faq-text h6,.faq-text p,.faq-text a{  color:#ffffff !important;  text-align:center;}.faq-text{  padding:20px;}/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  color:#ffffff;  font-size:.8rem;  padding:20px 20px 55px 20px;  text-align:left;  background:#00327D;}#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:center;    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:#00327D;  color:#ffffff;  border:1px solid #ffffff;}/* SOCIAL BAR MD ------------------------------------------------- */@media (min-width: 768px) {  #social-links  {    padding:15px;  } }/* ------------------------------------------------------------------------------- *//* SOCIAL BAR -------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#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:4px 0px;  width:30px;  height:30px;  font-size:15px;  border-radius:30px;  text-align:center;  background:#00327D;  color:#ffffff;  border:0px solid #ffffff;}#site-search input.search_button{  border:0px;  padding:0px 10px 0px 10px;  height:30px;  width:60px;  background:#00327D;  background-size:20px;  color:#ffffff;  border-radius:0px 30px 30px 0px;  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);}#site-search .search_input{  background:#ffffff;  width:115px;  border:1px solid #d4d4d4;  border-radius:30px 0px 0px 30px;  color:#777777;  height:30px;  padding:10px 10px 10px 10px;  font-style:italic;  box-sizing:border-box;  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);}#site-search input.search_button,#site-search .search_input{  font-size:.8rem;}/* SOCIAL BAR MD ------------------------------------------------- */@media (min-width: 768px) {  #social-links  {    padding:20px;  }   #site-search .search_input  {    width:150px;  }}/* ------------------------------------------------------------------------------- *//* LOGIN PAGE STYLES ------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page.login-bg{  background:#00327D;}.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:#00327D !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:#414141;  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:#00327D;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#00327D !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#414141 !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;  }  }/* ------------------------------------------------------------------------------- *//* SIDEBAR STYLES ---------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#sidebar .box{  position:relative;  overflow:hidden;}#sidebar .box-pic img{  width:100%;  height:auto;  display:block;}#sidebar .box-content{  position:absolute;  top:0;  left:0;  width:100%;  height:100%;  display:flex;  flex-direction:column;  justify-content:center;  align-items:center;  text-align:center;  color:#ffffff;  background:#00327D60;  padding:1rem;  box-sizing:border-box;  container-type:inline-size;}#sidebar .box-content h2{  margin:0 0 0.35rem;  font-weight:700;  text-transform:uppercase;  line-height:1.08;  white-space:normal;  overflow-wrap:break-word;  word-break:break-word;  hyphens:auto;  font-size:clamp(14px,3.2vw,26px);  max-width:92%;  letter-spacing:-0.4px;  display:-webkit-box;  -webkit-box-orient:vertical;  overflow:hidden;}#sidebar .box-content .box-link{  background:#00327D;  color:#ffffff;  padding:0.5rem 1rem;  border-radius:6px;  text-decoration:none;  font-weight:600;  transition:background 0.3s ease;  white-space:nowrap;  margin-top:0.35rem;}@media (max-width:900px) and (min-width:481px){  #sidebar .box-content  {    padding:0.6rem;  }  #sidebar .box-content h2  {    font-size:clamp(13px,2.2vw,18px);    line-height:1.05;    letter-spacing:-0.6px;    max-width:92%;    padding:0 0.4rem;    display:-webkit-box;    -webkit-box-orient:vertical;    -webkit-line-clamp:2;    overflow:hidden;    text-overflow:ellipsis;  }  #sidebar .box-content .box-link  {    font-size:0.9rem;    padding:0.45rem 1rem;  }}@container (max-width:240px){  #sidebar .box-content h2  {    font-size:12px;    -webkit-line-clamp:2;    line-height:1.05;    font-weight:600;  }}@container (min-width:241px) and (max-width:360px){  #sidebar .box-content h2  {    font-size:13px;    -webkit-line-clamp:2;  }}