/*
Theme Name: eSense
Description: 2021 wordpress theme for eSense
Version: 1.0
Text Domain: eSense
*/
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Asap', sans-serif;
}
b, strong {font-weight: 600}
.btn-xl {
  padding: 1.25rem 2.5rem;
}
.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.content-section-heading h2 {
  font-size: 3rem;
}
.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color:#00b49b;
}
h1 {color: #158a94}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.top-nav {padding:0; background: #158994; transition: all 0.5s;box-shadow: 0 3px 6px 4px #ddd;position: fixed;left: 0; right: 0;z-index: 1000;height: 80px;}
.site-header {display: none!important;}
.navbar__brand {align-items: center;-webkit-box-align: center;height: 80px;}
.navbar__brand img {height: 50px;}
.sections {padding-top: 125px;position: relative;}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #343a40;
}
.sections .gform_wrapper form[completed] .gform_body {display: none!important;}
.scroll-to-top i {
  font-weight: 800;
}
.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}
/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;  
  width: 300px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(300px);
  background: rgb(72, 187, 193);
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.sidebar-nav > .sidebar-brand a {
  color: #fff;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#sidebar-wrapper.active {
  right: 300px;
  width: 300px;
  transition: all 0.4s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0.125rem 0.625rem 0px  
}
#sidebar-wrapper ul {list-style: none;}
.menu-toggle {
  position: fixed;
  right: 10px;
  top: 0;
  height: 50px;
  text-align: center;
  color: #fff;
  background: transparent;
  line-height: 50px;
  z-index: 999;
}
.menu-toggle i {margin-left: 8px;}
.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}
.menu-toggle:hover {
  background: transparent;
}
.menu-toggle.active {animation: animate 300ms forwards;}
.menu-toggle.active i{color: #fff;}
.your-progress {
  position: fixed;
  right: -15px;
  top: 30px;
  width: 140px;
  height: 50px;
  text-align: center;
  color: #fff!important;
  background: transparent;
  line-height: 50px;
  font-size: 14px;
}
.menu-toggle > span {font-size: 14px}
.menu-toggle.active span {display: none;}
.your-progress:hover, .your-progress:focus, .your-progress:visited {color: #fff;}
.your-progress i{font-size: 16px;margin-left: 8px;}
.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.callout {
  padding: 15rem 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
}
.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}
.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}
.m-heading {font-size: 32px;padding: 0 40px 0 40px;}
@media (min-width: 992px) {  
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}
.map iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #1D809F;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}
a {
  color: #1D809F;
}
a:hover, a:focus, a:active {
  color: #155d74;
}
.single a.external {text-decoration: underline!important;}
.btn-primary {
  background-color: #61c4c9 !important;
  border-color: #61c4c9 !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #8beccb !important;
  border-color: #8beccb !important;
}
.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}
.btn-dark {
  color: #fff !important;
}
.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
.bg-primary {
  background-color: #1D809F !important;
}
.text-primary {
  color: #1D809F !important;
}
.text-secondary {
  color: #ecb807 !important;
}
#courses-tree {margin-bottom: 40px; padding-top: 60px}
.treeview ul{
  list-style-type: none;
}
.treeview li.course {padding: 10px 0;}
.treeview li.course img {margin-right: 15px;}
.treeview li.course > a {font-size: 24px;}
.treeview li.course > ul {margin-left: 0px;}
.treeview li.module{padding: 3px 0;}
.treeview li.article {padding: 2px 0;}
.treeview li.module > a {font-size: 21px;}
.treeview li.article > a {font-size: 19px;}
.treeview li a {text-decoration: none;}
.treeview li a i {margin-right: 5px;}
.treeview .nested {
  display: none;
}
.treeview .caret i{font-size: 18px;}
.treeview .caret-down .fa-caret-right::before {content: "\f0d7";}
.treeview .active {
  display: block;
}
.treeview .extra-info i {margin: 0 4px; color: #aaa;}
.treeview li .extra-info {margin-left: 35px!important;display: inline-block;}
.elementor-editor-active .top-nav{position: relative;}
.page-title, .page-title-mobile {font-weight: 400; font-size: 30px!important;margin: 0;color:#fff; height:80px; vertical-align: middle;display: table-cell;}
#page-content-wrapper .page-title {padding-left: 35px;}
/*.nav-padding-fixed {padding-top: 82px;}*/
@media (max-width: 992px) {
    .page-title {display:none;}    
    .page-title-mobile {display: block!important;}
    .m-heading {display:block!important}  
}    
@media (max-width: 768px) {
  .treeview li.course > ul {margin-left: 0;}
}
@media (max-width: 480px) {
    .treeview li.course img {margin: 0 auto; display:block}
    .treeview li.course {text-align: center;}
    .treeview li.course li {text-align: left;}
}
.disabled{
    pointer-events: none;
    cursor: default;
}
.view-module {}
.view-module ul {list-style: none;}
.view-module ul li {border-bottom: 1px solid #999; padding: 10px 0 10px 15px;}
.view-module ul li a {color: #158994;font-size: 20px;line-height: 1.7;}
#site-info {padding: 15px 0 20px 0;background: #f7f7f7;position: fixed;z-index: 500;width: 100%;box-shadow: 0 3px 8px 4px #ccc;margin-top: 82px;}
#site-info .breadcrumb {padding-left: 0;background: transparent;margin-top: 5px;margin-bottom: 5px;}
#site-info .close-progress {position: fixed; right: 40px; color: rgb(72, 187, 193)}
#site-info .progress-bar::before {display: none!important;}
#sidebar-wrapper h3 {font-size: 22px;font-weight: 500;text-align: center; margin: 10px 0;color: #fff;}
#sidebar-wrapper .menu {height: 100%;background: #fff;}
#sidebar-wrapper .menu .menu-item {
    border-top: 1px solid #ddd;
    padding: 10px 10px 10px 15px;
}
#sidebar-wrapper .menu .menu-item:first-child {border: none;}
#sidebar-wrapper .menu .menu-item h4 {font-weight: 400;font-size: 18px;margin: 0;color:rgb(72, 187, 193)}
#sidebar-wrapper .menu .menu-item ul {margin: 10px 0 0 0; padding-left: 0;}
#sidebar-wrapper .menu .menu-item li {font-size: 14px;}
#sidebar-wrapper .menu .menu-item ul li a {color: #333;}
@keyframes animate {
  0% {
    opacity: 0;
    z-index: 0;
  }
  99% {
    opacity: 1;
    z-index: 0;
  }
  100% {
    z-index: 1100;
  }
}
div.modal {z-index: 8000;}
label.error {color: #f85c49!important;font-size: 14px;}
.swal2-container{z-index: 9999!important}
.btn {font-weight: 400;}
.tooltip {
    z-index: 9999; 
}
.tooltip .arrow:before {
    border-top-color: #007b94;
}
.tooltip .tooltip-inner {
    background-color: #007b94;
}
.profile-list li span.ml-2 {font-size: 13px;position: relative;top: -2px;}
.profile-list li .link {color: #333;}
#map-tree ul li a{font-size: 16px;}
#map-tree li.course {padding: 5px 0;}
input.gform_button {background-color: #61c4c9 !important; border-color: #61c4c9 !important;color: #fff !important;box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);font-weight: 400;border: 1px solid transparent;padding: .375rem .75rem; line-height: 1.5;border-radius: .25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
input.gform_button:hover { background-color: #8beccb !important;border-color: #8beccb !important;}
.swal2-styled.swal2-confirm {background-color: #61c4c9 !important; border-color: #61c4c9 !important;color: #fff !important;}
.swal2-styled.swal2-confirm:hover { background-color: #8beccb !important;border-color: #8beccb !important;}
.swal2-content {font-weight: 300;}
.gform_wrapper li.gfield_error textarea {border: 1px solid red}
.gform_wrapper textarea, .ginput_container_text input { background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {border: 1px solid #dc3545 !important}
.gform_wrapper div.validation_error,.gform_wrapper .gfield_error .gfield_label {color: #dc3545 !important;border: none!important;}
.gform_wrapper .validation_message {color: #dc3545 !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border: 0!important;background: transparent!important;}
.gform_wrapper legend.gfield_label,.gform_wrapper .validation_message,.gform_wrapper div.validation_error {font-weight: 400!important;}
.gform_wrapper label.gfield_label, form label {color:#178994}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {color: #fff!important;}
.list-group li .extra-info {float: right;}
.list-group li .extra-info i {font-size: 32px; margin-left: 5px; margin-right: 5px;color: #158994;float:left}
.modal .list-group li .extra-info i {font-size: 20px;}
.list-group li .extra-info .badge {border-radius: 7px;font-weight: 400;font-size: 20px;padding: .32em .5em;margin-left: 25px;}
.list-group li .extra-info .badge-info {background: #158994}
.list-group li .extra-info .badge-secondary {background: #8AECCB}
.module-progress {padding-left: 10px;color: #6c757d;}
body .progress {background-color: #ccc}
body .progress .progress-bar {background-color: #8beccb!important}
.home #courses-tree .list-group {display: block;}
.home #courses-tree .list-group > li{width: 30%; float:left}
.home #courses-tree .list-group .course.calendar .course-thumb{max-height: 230px; width: auto;margin: 0 auto;}
.home #courses-tree .list-group .course.calendar a {display: block;}
.home #courses-tree .list-group .course .wrap {max-width: 95%;}
.home #courses-tree .list-group .course .wrap > a {font-size: 24px; font-weight: 600;color:#158994}
.home #courses-tree .list-group li img {width: 100%;margin: 0;}
.home #courses-tree .list-group li ul {padding-left: 0;}
.home #courses-tree .list-group li ul li a {font-size: 19px;}
.home #courses-tree .list-group li.course {margin-left: 5%;}
.home #courses-tree .list-group li.course:first-child {margin-left: 0;}
.welcome-back {font-size: 24px;color: #158994;}
.last-breadcrumb {font-size: 20px;color: #00B49D;}
.last-time {color: #000;font-size:20px}
.btn-breadcrumb {background: #00B49D;font-size: 20px;}
.btn-breadcrumb:hover {background: #8AECCB;}
@media (max-width: 992px) {
    .home #courses-tree .list-group > li{width: 49%; float:left}
    .home #courses-tree .list-group .course .wrap {max-width: 90%;}
    .home #courses-tree .list-group li.course {margin-left: 2%;}
}    
@media (max-width: 768px) {
    .home #courses-tree .list-group > li{width: 100%; float:none}
    .home #courses-tree .list-group .course .wrap {max-width: 100%;}
    .home #courses-tree .list-group li.course:nth-child(even) {margin-left: 0;}
}    
.home .course .progress {background: rgba(255, 255, 255, 1); border: 1px solid rgba(99, 196, 205, 1); border-radius: 1px; height: 20px;}
/*.home .course .progress-bar-custom {background: rgba(206, 227, 245, 0.8)!important;}*/
.home .course .progress-bar-custom {background: rgba(139, 236, 203, 0.8)!important;}
.swal2-title {font-weight: 400;}
.menu-wrapper {padding-bottom: 80px;}
#userNotes .note-list {width: 100%;}
#article-navigator {position: fixed;bottom: 0;background: rgb(139, 236, 203, 0.8);left: 0;right: 0;color: #158994;padding: 10px 0;text-transform: uppercase;z-index: 8000;}
#article-navigator svg {fill: #158994;}
#article-navigator a {color: #158994!important;line-height: 30px;}
#article-navigator a.prev {padding-left: 25px;}
#article-navigator a.next, #article-navigator a.go {padding-right: 15px;}
body:not(.admin) .sections, body:not(.admin) .elementor-section-wrap {
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;    
}
.swal2-styled.swal2-cancel {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;    
}
button.swal2-styled {padding: .375rem 1rem;border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
body.tax-module .sections,  body.tax-module .sections .st.content, body.tax-module .sections .container {height: 100%;}
body.tax-module .sections article{background: url('images/menu-background.png') bottom center no-repeat; background-size: 100%;height: 100%;}
#article-wrapper {
    overflow-x: hidden;
}
#sidebar-article-wrapper {
    background: rgb(97, 196, 201, 1);
    min-height: 100vh;
    margin-left: 0;
    overflow: hidden;
    transition: margin 0.25s ease-out;
    width: 20rem;
    position: fixed;
    z-index: 5000;
}
#sidebar-article-wrapper .module {
    height: 100%; max-height: 100%; 
}
#sidebar-article-wrapper .module .section-scroller{
    padding: 0 25px 25px 25px; 
    max-width: 20rem;
    position: fixed;
}
#sidebar-article-wrapper .list-group {
     max-height: 100%;
     height: 100%;
     padding-bottom: 40px;
     font-size: 16px;
}
#sidebar-article-wrapper .list-group h4 {line-height: 20px; margin-bottom: 20px;margin-top: 15px;}
#sidebar-article-wrapper .list-group h4 a {font-size: 20px;color: #fff; font-weight: 600;text-decoration: none;}
#page-content-wrapper {
    min-width: 0;
    width: 100%;
}
#page-content-wrapper .top-nav {
    position: fixed;    
    box-shadow: 3px 3px 5px 3px #ccc;
}
#page-content-wrapper
#sidebar-article-wrapper .navbar__brand {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}
#article-wrapper #page-content-wrapper {margin-left: 20rem !important;}
#article-wrapper #page-content-wrapper .top-nav{left: 20rem !important;right:-2px!important}
#sidebar-article-wrapper .navbar__brand img {height: 50px;margin: 0 auto;}
#page-content-wrapper #article-navigator {left: 20rem;}
#sidebar-article-wrapper .list-group ul {list-style: none;}
#sidebar-article-wrapper .list-group > ul {padding-left: 0;}
#sidebar-article-wrapper .list-group ul.sec-1 {padding-left: 0; padding-bottom: 150px;}
#sidebar-article-wrapper .list-group ul.sec-2 {padding-left: 15px;}
#sidebar-article-wrapper .list-group ul.sec-3 {padding-left: 25px;}
#sidebar-article-wrapper .list-group ul li {padding: 2px 0;}
#sidebar-article-wrapper .list-group ul li a {color: #fff;max-width: 92%;display: inline-block;}
#sidebar-article-wrapper .list-group ul.sec-1 > li {border-bottom: 1px solid#94f6d5;padding: 7px 0;border-collapse: collapse;}
#sidebar-article-wrapper .list-group ul.sec-1 > li:first-child {border-top: 1px solid#94f6d5; }
#sidebar-article-wrapper .list-group ul li.active > a {color: #008894;}
#sidebar-article-wrapper .list-group ul.hide {display: none;}
@media (max-width: 1200px) {
    #article-wrapper #page-content-wrapper {margin-left: 0 !important;}
    #article-wrapper #page-content-wrapper .top-nav{left: 0 !important;}
    #page-content-wrapper .navbar__brand {display: table-cell!important;vertical-align: middle;}
    #page-content-wrapper #article-navigator {left: 0;}    
}   
#sidebar-article-wrapper .list-group ul li.has-children i {color: #fff;float: right;cursor: pointer;font-size: 13px;margin-top: 5px;}
#sidebar-article-wrapper .list-group ul li.has-children.open > i:before {content: "\f146";} 

/* Gravity form */
.gform_wrapper.gform-custom_wrapper ul.gfield_radio li {
  float: left;
  padding: 0px 15px !important;
    text-align: center;
    justify-content: center;
}
.gform_wrapper.gform-custom_wrapper ul.gfield_radio li input {}
.gform_wrapper.gform-custom_wrapper ul.gfield_radio li label{
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: center;
  white-space: nowrap;
}
/* Navigation for mobile version */
.mobile-only {
  display: none;
}
.top-nav .mobile-only.navigation-menu-toggle {
  position: fixed;
  right: 10px;
  width: 153px;
  height: 50px;
  text-align: right;
  color: #fff!important;
  background: transparent;
  line-height: 50px;
  font-size: 14px;
}
.top-nav.rows-2 .mobile-only.navigation-menu-toggle {
  top: 30px;
}
.top-nav.rows-3 .mobile-only.navigation-menu-toggle {
  top: 60px;
}
.top-nav .mobile-only.navigation-menu-toggle i {
    font-size: 16px;
    margin-left: 8px;
}
.navigation-menu-toggle.active i {
    color: #fff;
}

.navigation-menu-toggle i {
    margin-left: 8px;
}
#sidebar-article-wrapper h3.close-navigation-wrapper {
  display: none !important;
}

@media (max-width: 1200px) {
  .top-nav.rows-3 {height: 110px !important;}
  .top-nav.rows-3 .navbar__brand {height: 110px !important;}
  .mobile-only {
    display: block !important;
  }
  #page-content-wrapper #site-info {margin-top: 110px;}  
  #sidebar-article-wrapper h3.close-navigation-wrapper {
    display: block !important;
  }
  #sidebar-article-wrapper h3 .close-navigation {
    color: white;
  }

  #sidebar-article-wrapper {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;  
    padding: 20px;
    width:100%;
    height:20px;
    min-height: 20px;
    transform: translateY(-200px);
    background: #158994;
    padding:15px;
    transition: all 0.4s ease 0s;
    -webkit-transition:-webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
    -webkit-border-radius:5px;
    -o-transition-property:width,height,-o-transform,background,font-size,opacity;
    -o-transition-duration:1s,1s,1s,1s,1s,1s;
    -moz-transition-property:width,height,-o-transform,background,font-size,opacity;
    -moz-transition-duration:1s,1s,1s,1s,1s,1s;
    transition-property:width,height,transform,background,font-size,opacity;
    transition-duration:1s,1s,1s,1s,1s,1s;
  }
  #sidebar-article-wrapper .module .section-scroller {
    max-width: 100% !important;
    position: unset;
  }
  #sidebar-article-wrapper.active
  {
    z-index: 5000;
    transform: translateY(0px);
    width:100%;
    height:100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0.125rem 0.625rem 0px;
    background: rgb(97, 196, 201, 1);
  }  
}
#site-info a:hover {color: #155d74}
#sidebar-wrapper .menu .menu-item li a:hover {color: #333;}
.footer-copy {background: #f0f7f8; color: #878787; font-size: 16px; padding: 15px 0 1px 0; position: fixed; width: 100%; bottom: 0;}
.single-article .footer-copy {display: none!important} 
.footer-copy-short {position: absolute; bottom: 0; width: 100%;color: #fff; font-size: 16px; background: #61c4c9; padding-top: 20px;}
.modal h5.modal-title {color: var( --e-global-color-primary );}
.course-progress {display: none!important;}
.audio-toggle .icon-up {
  display: none;
}

.audio-toggle[aria-expanded="true"] .icon-down {
  display: none;
}

.audio-toggle[aria-expanded="true"] .icon-up {
  display: inline-block;
}
.gform_legacy_markup_wrapper, .gform_legacy_markup_wrapper .feedback-questions .gform_footer {margin-top: 0!important; margin-bottom: 0!important;}
.gform_legacy_markup_wrapper form[completed="true"].feedback-questions .gform_footer {padding-top: 0!important;}
#sidebar-article-wrapper .slimScrollBar {background: #b3b3b3!important; opacity: 0.9!important;; right: 4px!important;}
.term-17 .view-module li:has(a.external), .term-17 .list-group .section-item.schedule, .term-17 .list-group li:has(a.schedule_link) {display: none!important;}
