.navbar-nav.desktop .nav-item.item21 {display: none}
.navbar-nav.desktop .nav-item.active a,
.navbar-nav.desktop .nav-item.active a span{color: #008483;}

footer .to-shine-login {
  width: 12px;
  margin-left: 4px;
  margin-top: -5px;
}
footer .to-shine-login svg{
    vertical-align:baseline;
}
/*Forms*/
.ModLiveFormsC {display: none}
.page-break-section {border-radius: 0!important;box-shadow:none!important;}
.grecaptcha-badge { visibility: hidden; display: none }
.page-break-section .recaptcha {background: url("../images/recaptcha.png") no-repeat left center;padding-left: 60px}
.page-break-section .Field.Required::before{content: "* ";position: absolute;left: 0px;}
/*.custom-select:focus,
.form-control:focus, .form-control.focus {box-shadow: 0 0 0 0.05rem #ccc!important; }*/
.posrelative {position: relative}
.moxie-shim.moxie-shim-html5:hover,
.moxie-shim.moxie-shim-html5:focus,
.moxie-shim.moxie-shim-html5 input:hover,
.moxie-shim.moxie-shim-html5 input:focus,
/*.plupload_button:hover,
.plupload_button:focus{border: solid 2px #000!important;cursor: pointer!important;}*/
.plupload_filelist_footer {background-color: #fff!important;}
li.plupload_failed,
.plupload_failed .plupload_file_name,
.plupload_failed .plupload_file_status,
.plupload_failed .plupload_file_action,
.plupload_failed .plupload_file_status,
.plupload_failed .plupload_file_size,
.plupload_failed .plupload_clearer,
.plupload_file_icon {display: none!important;}
.plupload_file_status {color: #42454A!important;}
.plupload_file_name {width: 70%!important;}
.plupload_file_size,
.plupload_file_process,
.plupload_file_status {width: 10%!important;}

li.plupload_delete {width: 100%!important;}
.plupload_failed .plupload_file_status {}

/*///*/

@media (min-width:600px) {
    .swiper-slide:nth-child(even) img.mw-100 {width: 330px;}
    .swiper-slide:nth-child(odd) img.mw-100 {width: 480px;}
}
.card.text-dark .card-img-overlay { 
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 55%,rgba(255,255,255,0.7) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 55%,rgba(255,255,255,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.card.text-dark .card-img-overlay::before {
position: absolute;
content: "";
inset: 0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
opacity: 0;
transition: opacity 0.25s linear;
}

.card.text-dark .card-img-overlay:hover::before {
  opacity: 1;
}

/* Admin */
.DnnModule-OpenContent .oc-view .octemplate {width: auto!important;}
.DnnModule-OpenContent .oc-view .octemplate a{display: inline-block; height: auto!important;padding-left: 15px; padding-right: 15px; padding-bottom: 10px;}
/*///*/

