body{
    font-family:'Lato', Arial, Helvetica, sans-serif;
    font-size:1em;
}

a{
    color: rgba(0, 132, 83, 1.0);
    font-size: 1em;
    text-decoration:underline;
}
a:hover{
    color: rgba(0, 132, 83, 1.0);
}
ol{
    line-height:1.8;
    font-size:16px;
}

#glossary-links{
    min-height:70vh
}

#glossary-firstLetters {
    margin:20px 0 20px
}

#glossary-firstLetters a{
    margin-right:15px
}

#glossary_terms{
    line-height:1.8;
    font-size:16px;
    margin:0 0 100px;
}

.slide-enter-active {
   -moz-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -moz-transition-timing-function: ease-in;
   -webkit-transition-timing-function: ease-in;
   -o-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
}

.slide-leave-active {
   -moz-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
   max-height: 100px;
   overflow: hidden;
}

.slide-enter, .slide-leave-to {
   overflow: hidden;
   max-height: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .6s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .1s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}

.thumb-container{
    height:208px;
}
.thumb-container img{
    height:100%;
    transition: 0.2s;
    border-radius: 1rem;
}

.thumbnail > .thumbnail-panel {
    border: 0;
    min-height: 320px;
    padding: 0;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.courses-page-template .thumbnail {
    display:flex;
    flex-direction: column;
}
.thumbnail > .thumnail-panel > p.web-description-short{
    overflow:hidden;
    height:115px;
    width: calc (25%);
    margin-bottom:10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.thumbnail > .btn-container{
    height:41px;
    overflow:hidden;
}
.thumbnail > .btn-container > .button{
    margin-bottom:1px;
}
.annual-reports{
    margin-right:25px;
}
.annual-reports img{
    float:left; margin-right: 20px; height: 220px;
}
#otp{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.login-form{
    min-width:260px;
    float: left!important;
}

.login-form input{
    min-width:275px;
}
.login-form #login_error{
    color:#9f3323;
    font-weight:700;
}
#error{
    color:#9f3323 !important;
    font-weight:700;
}
body {
    background: rgba(255, 255, 255, 1.0);
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    transition: background-color .5s;
    font-weight: normal;
    padding: 0;
}
p {
    margin: 0;
    margin-bottom:7px;
    margin-top: 7px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}
h4 {
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1{
    font-size: 2.5rem;

}
.dark {
    font-size: 2.5rem;
    color: rgba(38, 78, 68, 1.0)!important;
}

h3 {
    font-size: 1.5em;
    color: rgba(38, 78, 68, 1.0);
}
.center{
    text-align:center;
}
.side-icon{
    margin-right:20px;
    width:100px;
    height:100px;
    border:1px solid #FFF;

}
.bar-heading-reversed{
    background:rgba(0,132,83,1.0);
    color:#FFF;
    padding:1rem; 
    width:99%;
}
.captions p{
    color: white;
}
#panel .columns {
    float: left;
}

.sac-logo {
    float: left;
    margin:15px
}

.sac-logo img {
    height: 35px;
}

.sac-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sac-menu li {
    float: left;

}

.sac-menu {
    float: right;
}

.sac-menu li a {
    display: block;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
}

.sac-menu .navbar, .navbar-inverse {
    border-radius: 3px;
    border: none;
    margin-bottom: 0;
    min-height: 40px;
    color: black;
}

.sac-menu .nav li {
    display: inline;
}

.sac-menu .navbar-inverse .navbar-nav > li > a {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: black;
    font-size: 13px;
    padding: 10px 5px 0 10px;
}

.sac-menu .navbar-inverse .navbar-nav li a:hover {
    transition: 0.7s all linear;
    height: 100%;
}

.sac-menu nav {
    color: black;
    float: right;
    background-color: white;
}

.sac-menu .icon-bar {
    background-color: lightgreen;
}

#water-program {

    background: #1a3c34;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom:1em;
    z-index: 11;
    min-height: 7em;
    /*transition: 0.2s;*/
}

#water-program ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    table-layout: fixed;
    line-height: 1.15;
}

#water-program ul li{
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
    display: table-cell;
    width: auto;
}

#water-program ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
#water-program ul #menu{
    width: 75px;
    padding: 5px;
    border-radius: 0.5rem;
    transition: 0.1s;
}
#water-program ul #menu:hover{
    transition: 0.1s;
    color: rgba(221, 221, 221, 0.98);
}
#water-program ul #owp-logo{
    width:325px;
}
#water-program ul #owp-symbol{
    width:50px;
    
}

#water-program ul .fill{
    display:inline-table;
}

#water-program ul #userLogin {
    color:#ccc;
    width:150px;
    padding-left:25px;
    /*margin-top:10px;*/
    vertical-align:middle
}

#water-program ul #userLogin i {
    color: white;
    font-size: 35px;
    margin-top: 15px;
}
#water-program ul #userLogin a{
    color:#fff;
}
#logout{
    cursor:pointer;
    color:#fff
}

#water-program ul #cart{
    color:#fff;
    font-weight:bold;
    width:40px;
    height:35.5px;
    background-position:center;
    background-image:url(/svg/icons/cart-empty-wht.svg) no-repeat;
    vertical-align:middle
}
#water-program ul #cart a{
    color:#fff;
    display:block;
    margin-bottom:10px
}
.fixed-water-programs {
    position: fixed;
    background: rgba(38, 78, 68, 1.0) !important;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1em !important;
    height: 7em !important;
    z-index: 1;
}

.owp-logo {
    margin-left: 40px;
    width:325px;
}
.owp-logo img{
    margin-bottom:1rem;
    width:100%;
}

#menu, #menu a {
    color: #ffffff;
    font-weight: 700;
    margin-top: 7px;
    margin-left: -65px;
    cursor: pointer;
    padding: 1em;

}

.fixed-menu {
    position: fixed;
    margin-left: 0 !important;
    background: rgba(0, 46, 35, 0.85) !important;
    top: 0;
    left: 0;
    color: black;
    /*width: 100%;*/
    padding-top: 0em !important;
    height: 4em !important;
    z-index: 1;
}

.sidenav {
    height: calc(100vh);
    width: 0;
    position: absolute;
    z-index: 11;
    top: 170px;
    left: 0;
    background: rgba(247, 247, 247, 0.98);
    /*overflow-x: hidden;*/
    overflow: auto;
    transition: width 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    color: rgba(0, 0, 0, 1.0);
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus {
    color: #FFF;
    background: rgba(0, 78, 56, 0.75);
}

#supportedProjects a {
   background: rgba(235, 235, 235, 0.98); 
}

#supportedProjects a:hover {
    background: rgba(247, 247, 247, 0.98);
}

.sidenav li {
    /*padding: 4px 8px 4px 32px;*/
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dotted #666;
}

.sidenav li:hover, .offcanvas li:focus {
    color: #70BF49;
    /*background: rgba(0, 78, 56, 0.5);*/
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    width: 4rem;
    height:3.75rem;
    text-align: center;
}

.js-drilldown-back > a::before{
    border-right-style: solid;
	border-color: transparent #70BF49 transparent transparent;
}

.is-drilldown-submenu-parent{
    border-bottom:1.5px dotted #666;
}
.is-drilldown-submenu-parent > a::after {
	border-left-style: solid;
	border-color: transparent transparent transparent #70BF49;
}

.is-accordion-submenu-parent > a::after {
    border-color: white transparent transparent;
}

#m1 {
    max-width: 100%;
}
.main-carousel .orbit-container > .orbit-slide > img {
    position: absolute;
    margin-top: -20rem;

}

.orbit-slide {
    height: auto;
    min-height: 15vh;
    max-height: 47vh;
}

#exploreout {
    /*  min-width: 22%;
    width: auto;*/

    width: 22%;
}

#explore {
    padding: 5px;
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.5);
    color: #021e14;
    margin-bottom: 15px;
}

h1.grnhead {
    color: rgba(0, 46, 35, 0.75);
}

.explore-button {
    padding-top: .5rem;
    padding-bottom: .125rem;
    color: white;
    min-height: 30px;
    height: auto;
    padding-left: 10px;
    margin: 5px;
}

.explore-button h4 {
    transition: all 1s ease;
}

.explore-button :hover {
    padding-left: 20px;
    cursor: pointer;
}
.online-course-btn {
   padding:8px; 
   max-width:265px;
   max-height:55px;
   cursor: pointer;
   overflow: hidden;
}
.online-course-btn a{
    color: white;
    text-decoration: none;
    text-align:center;
}
#water-specialist{
    width:100%;
    padding:3rem;
    font-size:1rem;
    overflow:hidden;
    text-overflow:hidden;
    white-space:nowrap;
    
    }
    #wastewater-specialist{
        width:100%;
        padding:3rem;
        font-size:1rem;
        overflow:hidden;
    text-overflow:hidden;
    white-space:nowrap;
    }  
#university {
    background-color: #566928;
}

#stormwater-online-btn{
    background-color:  rgba(93,78,63,1.0)!important;
}

#facilities {
    background-color: #708c2c;
}

#eventspre {
    background-color: #97b059;
}

#newsrelease {
    background-color: #939871;
}
#correspondence-course img{
    align-content: center;
    /*height:281px; 
    width:225px;*/
}
#correspondence-course h4{
    /*padding:8px;*/
    margin-top:5px;
    color:white;
}
#correspondence-course>div{
    padding: 5px;
}
#history {
    background-color: #7b858a;
}

#uconnect {
    background-color: #5b656a;
}

#level1 {
    position: relative;

}

.row, .grid-container {
    margin: 0;
    max-width: 100%;
    background: rgba(0, 46, 35, 0.25);
    text-align: left;
}

.row a, .grid-container a {
    font-size: 1em;
    font-weight: 700;

}

.slide5 {
    margin-top: -80px;
}

.crop {

    width: auto;
    min-height: 15vh;
    max-height: 47vh;
    height: auto;
    /*height: 435px; changed height to auto and added min height 35vh and max height 47vh */
    overflow: hidden;
}

.btngo a {
    background-color: #FF0000;
    border-color: #043927;

}

.btngo {
    background: #97b059;
}
.button{
    border-radius: 7px !important;
    padding:1.25em !important;
    line-height:normal;
}
.button.details{
    background-color:rgb(0, 100, 114);
    color:white;
    text-decoration:none;
    border: solid 1px white;
}
.button.details:hover{
    background-color:#004750;
}

a.button.success {
    text-decoration: none;
    transition: 0.1s;
}
.button.contact {
    color: white;
    background-color: #007a4c !important;
    border: solid 1px white;
    font-weight: normal !important;
    font-size: 14px;
    overflow: visible;
    transition: 0.1s;
    padding: .75em !important;
}
.button.success {
    color: white;
    background-color: #007a4c !important;
    border: solid 1px white;
    font-weight: normal !important;
    font-size: 14px;
    overflow: visible;
    transition: 0.1s;
}
.button.success.long {
    color: white;
    background-color: #1a3c34 !important;
    border: solid 1px white;
    font-weight: normal !important;
    font-size: 14px;
    overflow: visible;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tall{
    height:5.65rem;

}
.button.success:hover {
    color: white;
    background-color:#1a3c34 !important;
    transition: 0.1s;
    /* background-color: #449d44; */
    border: solid 1.5px white;
}

.button.success:focus {
    color: white !important;
}

.extra {
    padding: 2em;
    margin-top: 2em;
}

.extra a {
    color: rgba(0, 132, 83, 1.0);
    text-decoration: underline;
}

#portfolio .thumbnail, .thumbnail {
    background: rgba(255, 255, 255, 0.75);
    transition: all 0.5s ease;
    /*border: none !important;*/
    box-shadow: unset !important;
    border-radius: 2px;
    padding: 2em;
    height: auto;
    min-height: 660px;
    text-align: center;
    border: 1px solid #ddd;
    /*margin:2px;*/
    width: 99.5%;
}

#portfolio .thumbnail:hover, .thumbnail:hover {
    background: rgba(255, 255, 255, 1.0);
    /*cursor: pointer;*/
}

.thumbnail p {
    text-align: left;
    width: auto;
    /*font-size: 16px !important;*/
}

.thumbnail h2 {
    font-size: calc(1.1rem + .25vw);
    font-weight: bold;
    text-align: left;
    margin-bottom:2rem;
    text-wrap-style: pretty;
}

.thumbnail h3 {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    text-wrap-style: pretty;
    color:#408833;
}

.show {
    padding: 10px;
    width: 200px;
    background-color: white;
    border: 1px solid black;
    visibility: visible;
    position: absolute;
    top: auto !important;
    left: inherit;
    /*float: right;
    right: 5%;*/
    z-index: 1060;
}

#main-panels .thumbnail .header, #portfolio > .header {
    color: #ffffff;
    padding: 10px;
    font-size: 1.5em !important;
}

#staff-profile .register-form-panel {
    padding-bottom: 10px !important;
    padding: 3px;
}
#staff h4{
 color: rgba(0,100,114,1);
}
.large-quote {
    font-size: 36px;
    color: rgba(0, 132, 83, 1.0);
    margin-left: .5em;
}

#main-panels h3 a {
    margin-top: 8px;
}

.extra .thumbnail, .extra .thumbnail p {
    text-align: left;

}

.extra .thumbnail h3 a, .extra h3 a {
    padding: 6px 12px;
    background: #97b059;
}

ul {
    list-style-type: none;
    line-height: 28px;
}

.reveal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.reveal-body {
    position: relative;
    padding: 15px;
}

.reveal-body .row, .reveal-body .grid-container {
    margin: 0;
    max-width: 100%;
    background: white;
}

.reveal {
    border-radius: 6px;
}

.close-button {
    padding: 6px 17px;
}

.reveal h3 {
    color: #ffffff;
    background: rgba(0, 46, 35, 0.5);
    padding: 0.4em;
    font-size: 1.5em !important;
}

#books .thumbnail {
    min-height: 740px;
}

#books .columns {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
}

#portfolio .thumbnail {
    min-height: 740px;
}

#portfolio .columns {
    /*padding-left: 15px;
    padding-right: 15px;*/
    min-height: 1px;
}

#portfolio h3.operator-training-header-3 {
    color: #ffffff;
    background: #818181;
    padding: 1em;
    font-size: 1.5em !important;
}

#portfolio h3.stormwater-training-header-3 {
    color: #ffffff;
    background: rgba(0, 132, 83, 1.0);
    padding: 1em;
    font-size: 1.5em !important;
}

/*h4.waterheader {
   background: rgba(0, 114, 120, 1.0);
   color: #fff;
   padding: 1em;
   font-weight: 700;
   text-align: left;
   }*/

   #portfolio h4.wdsheader {
    background: rgba(112, 202, 203, 1.0);
    color: #fff;
    padding: 1em;
    font-weight: 700;
    text-align: left;
}

#portfolio h3.wasteheader {
    background: rgba(0, 133, 84, 1.0);
    color: #fff;
    padding: 1em;
    font-weight: 700;
    text-align: left;
}

#portfolio h3.continuingheader, h4.continuingheader {
    background: rgba(0, 96, 61, 1.0);
    color: #fff;
    padding: 1em;
    font-weight: 700;
    text-align: left;
}

#portfolio h3.onlineheader, h4.onlineheader {
    background: rgba(0, 170, 79, 1.0);
    color: #fff;
    padding: 1em;
    font-weight: 700;
    text-align: left;
}

.toctoggle {
    color: #ffffff;
    font-weight: 700;
    background: rgba(151, 176, 89, 1.0) !important;
    padding-top: 1em;
    padding-bottom: .5em;
    padding-left: 1em;
    width: 100%;
    text-align: left;
    margin-bottom: 1px;
}

.toctoggle:hover, .toctoggle:focus {
    background: rgba(151, 176, 89, 0.5);
    color: #000;
}

.reveal-body .menu > li > a {
    padding: 0;
}

.reveal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.button-default {
    background: white;
    color: black;
    border: 1px solid #e5e5e5;
}

.button-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.template-title {
    text-align: left;
    width: auto;
    min-height: 55px;
    height: auto;
}

.template-content {
    text-align: left;
    min-height: 200px;
    height: auto;
}

.template-content-online {
    height: 25px;
    color: rgba(0, 114, 120, 1.0);
}

.lightpanel {
    background: rgba(255, 255, 255, 0.75);
    padding: 1.5rem !important;
    margin-bottom: 1.5rem;
    border-radius: 2px;
    min-height: 34rem !important;
}

.extra-light {
    padding: 2em;
    margin-top: 2em;
    background: rgba(255, 255, 255, 0.5);
}

/* @end site navigation
------------------------------------- */
/* @group footer
=============================================================================================================== */
footer {
    /*background: #024830;*/
    background:#000;
    color: #fff;
    padding: 20px 0 0 0;
    position: absolute;
    width: 100%;
}

footer .logo {
    width: 200px;
    height: 52px;
    margin: 0 0 1em;
}

footer address {
    color: #fff;
}

/* @group social icons / footer variation
===================================== */

/* (smaller, alternate colors) */
footer .social-icon {
    color: #00573d;
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 8px;
}

footer .social-icon:hover {
    background: #002E20;
    color: #fff;
}

footer #facebookIcon:hover {
    background: #3B5998;
    color: #fff;
}

footer #twitterIcon:hover {
    background: #4099ff;
    color: #fff;
}

footer #flickrIcon:hover {
    background: #f059a4;
    color: #fff;
}

footer #youTubeIcon:hover {
    background: #e03c33;
    color: #fff;
}

footer #instagramIcon:hover {
    background: #ab8166;
    color: #fff;
    background: -webkit-linear-gradient(left, red, orange, yellow, green, #479aff, #d654f6, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, red, orange, yellow, green, #479aff, #9d654f, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, red, orange, yellow, green, #479aff, #9d654f, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red, orange, yellow, green, #479aff, #9d654f, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166, #ab8166); /* Standard syntax */
}

/* @end social icons / footer variation
------------------------------------- */

/* @group nav-links / footer variation
===================================== */
.footer-links {
    margin-top: 0.5em;
}

.footer-links nav ul {
    display: table-cell;

}

footer .nav-links {
    margin-top: 0;
    margin-bottom: 1.5em;
    list-style: none;
}


footer .nav-links li {
    font-size: 13px;
}

footer .nav-links li a {
    color: #a3bdb4;
    text-decoration: none;
}

/* @end nav links / footer variation
------------------------------------- */

/* @postFooter
=============================================================================================================== */
#postFooter {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 20px 0 0 0;
}

#postFooter li {
    list-style: none;
    float: left;
    padding: 5px 10px;
    color: #3a6e5c;
}

#postFooter li a {
    font-size: 12px;
    color: #c9e4db;
}

#postFooter ul {
    padding-right: 12px;
}

/* @end footer
-------------------------------------------------------------------------- */
/* @group social icons
===================================== */

/* (social icon circle style) */
.social-icon {
    display: block;
    background: #CBB677;
    color: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
}

/* (social icon circle style - hover) */
.social-icon:hover {
    background: #DBCC9C;
    color: #fff;
}

.social-icon span {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

footer .social-icon-white {
    text-decoration: none;
}

/* @end social icons
------------------------------------- */
footer .social-icon {
    padding: 0px;
}

footer .row, footer .grid-container {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    /*background: #024830;*/
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.button-block {
    border-radius: 4px;
}

#main {
    max-width: 1960px;
    align-content: center;
    transition: all 0.5s ease;
}

/*To let the Main Navigation to be open when the page loads*/
/*#side-nav {
    width: 250px;
}

#main {
    margin-left: 250px;
    }*/

    /*body{backgroundColor : rgba(0,0,0,0.4);}*/
/*#m1 {
    width: 224px;
    }*/
/*.footer-links a{
    border-bottom: 1px solid white;
    border-bottom-width: 0;
}
.footer-links a:hover{
    border-bottom: 1px solid white;

    }*/
    .fixed-side-nav {
        position: fixed;
        top: 0; /* top: 4em*/
        left: 0;

        /*  width: 100%;*/
    }

/*.is-drilldown {
    }*/

    .is-drilldown {
        min-height: 840px !important;
        max-width: 100% !important;
        overflow: hidden;
        width: 500px;
        height: 100px;
        /*overflow-y: scroll;*/
        scrollbar-color: rebeccapurple green;
        scrollbar-width: thin;
    }

    #efclogos {
        display: none;
    }

    #efclogol {
        display: block;
    }

    footer .row, footer .grid-container {
        padding: 20px;
    }

    #footercol1 {
        width: 20%;
        float: left;
        border-right: 2px solid white;
        height: 100px;
        display: block;
    }

    #footercol2 {
        padding-left: 2.5%;
        padding-right: 2.5%;
        width: 25%;
        float: left;
    }

    #footercol3 {
        width: 20%;
        float: left;
        padding-left: 2%;
    }

    #footercol4 {
        width: 30%;
        float: left;
        display: block;
    }

    #fix-header .menu {
        width: 100%;
        height: 50px;
        background: white;
        /*position:fixed;*/
        z-index: 10;
    }

    #fix-header .menu a {
        color: rgba(0, 46, 35, 0.85);
    }

    .menu > li > a {
        /*padding-top: 15px;
        padding-bottom: 15px;*/
        line-height: 20px;
        /*font-size: 1em;*/
        font-weight: 700;
        /*margin-bottom: 1px;
        margin-top: 1px;*/

    }

    .research-main-band {
        height: 600px;
        padding: 0;
    }

    #overlay, .overlay {
        height: auto;
        padding: 0;
        background-blend-mode: multiply;
        overflow: hidden;
        background-color: #bfc9c5;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #software-tools-content {
        padding-top: 50px;
        padding-left: 50px;
        background: whitesmoke;
        padding-bottom: 50px;
    }

    #operator_str .arrow {
        background-color: unset;
    }

    #operator-general-info h1 {
        color: rgba(38, 78, 68, 1.0) !important;
    }

    #software-tools-content p {
        color: #024830;
        margin-top: 10px;
    }

    #operator_str h1 {
        color: #024830 !important;
    }

    #operator_str {
        font-size: 17px;
    }

    /*#newsrelease {
        color: white;
        background-color: #97b059;
        min-height: 30px;
        height: auto;
        padding-left: 10px;
        padding-top: 4px;
        margin: 5px;
        transition: all 1s ease;
    }*/

    /*#university, #stormwater-online-btn {
        background-color: #8b346d;
        color: white;
        min-height: 30px;
        height: auto;
        padding-left: 10px;
        padding-top: 4px;
        margin: 5px;
        transition: all 1s ease;
    }*/

    #eventspre {
        background-color: #58b947 !important;
        color: white;
        /* background-color: pink;*/
        min-height: 30px;
        height: auto;
        padding-left: 10px;
        padding-top: 4px;
        margin: 5px;
        transition: all 1s ease;
    }

    #eventspre :hover {
        padding-left: 20px;
        cursor: pointer;
    }
    #content ul{
        list-style: disc;
    }

    #history {
        background-color: #4e58a6;
        color: white;
        min-height: 30px;
        height: auto;
        padding-left: 10px;
        padding-top: 4px;
        margin: 5px;
        transition: all 1s ease;
    }

    #history :hover {
        padding-left: 20px;
        cursor: pointer;
    }

    button#history, button#eventspre, a#history , a#eventspre {
        background-color: #006472;
        height: 150px;
        font-size: 18px;
        padding: 8px;
        margin-right:0;
        width: 99%;
    }

    #overlay-text {
        padding-top: 50px;
        padding-left: 20px;
        background-color: rgba(1, 87, 60, 0.65);
        color: #e5eeeb;
        padding-bottom: 50px;
    }

    #overlay-text iframe {
        display: none;
    }

    #overlay-text p, .overlay p, #stormwatercontant p {
        color: #e5eeeb;
        margin-top: 80px;
        font-size: 19px;
        height: 367px;
        padding-left: 5%;
        width: 85%;
    }

    #arrow, .arrow {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
        text-align: right;
        background-color: rgba(230, 226, 209, 0.5);
    }

    #arrow i, .arrow i {
        font-size: 200px;
        color: rgba(0, 78, 56, 0.45);
        padding-right: 15%;
        transition: 1s ease;
    }

    #arrow i:hover, .arrow i:hover {
        padding-right: 5%;
        color: rgba(0, 78, 56, 0.70);
    }

    #basicQualification #arrow i {
        padding-right: 20%;
        /*  color: rgba(230,226,209,0.5);*/
        /*   padding-right: 0;*/
    }

    #basicQualification #arrow i:hover {
        /*  color: rgba(230,226,209,0.7);*/
        padding-right: 10%;
    }

    body {
        opacity: 1;
        transition: 0.2s opacity;
        font-size: 14px;
    /*
    transition: all 1s ease;
    */
}

body.fade-out {
    opacity: 0;
    transition: none;
}

/*#storm-water-content{*/
    #stormwater-panel-list {

        position: absolute;
        top: 1px !important;
        /* top:auto;*/
        transition: 0.2s top ease;
    }

    /*#storm-water-content.slide-in{*/
        #stormwater-panel-list.slide-in {
            top: 70vh;
            position: absolute;

            transition: none;

        }

        #featured-items-main {
            padding: 0px;
            height: 600px;
            /*width: 1px;*/
            /*opacity: 0;*/
            transition: all 0.75s ease;
        }

/*#featured-items-main.slide {
    width: 100%;
    padding: 0px;
    height: 600px;
}
#basicQualification.slide {
    width: 100%;
    padding: 0px;
    height: 600px;
}
*/
#basicQualification {
    padding: 0px;
    height: 600px;
    transition: all 1s ease;
}

html {
    background-color: rgb(220, 228, 226);
    /*background-image: url('../svg/icons/OWP-Short-SacState-Logo-White.svg');
    background-size: 100vh 100vh;
    background-repeat: no-repeat;*/
}

#stormwater #overlay, #stormwater .overlay {
    /*  background-image: url('../images/IMG_1496 - artsy.JPG');
    background-color: rgba(0, 0, 0, 0.30);*/
    background-color: #e6e6e6;
    height: 100%;
    max-width: 1960px;
    min-height: 100vh;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
}

#stormwater h4, #wastewater h4, #research h4,
#soil-groundwater h4, #stormwater-bmp-courses h4, #public-lookup-tool h4,
#igp h4, #stormwater-training h4, #research_str h4 {
    font-family: 'Oxygen', Myriad Pro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: rgba(0, 46, 35, 0.5);
    padding: 1rem;
}

#stormwater .thumbnail .panel-content h4 {
    font-weight: lighter;
    font-size: 16px;
    height: 77px;
}

#stormwater .thumbnail .panel-content {
    min-height: unset;
    padding-top: 0;
}

#research-content #stormwater .thumbnail {
    padding: 1em;
    border: none;
    min-height: unset;
}

#featured-items h4, #cgp h4 {
    font-family: 'Oxygen', Myriad Pro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: rgba(0, 46, 35, 0.75);
    padding: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#stormwater p, #wastewater p, #cgp p,
#research p, #soil-groundwater p, #featured-items p,
#stormwater-bmp-courses p, #public-lookup-tool p, #igp p,
#stormwater-training p, #research_str p, #glossary p {
    text-align: left;
    min-width: 240px;
    /* margin-top: 10px;*/
}

#stormwater .panel, #research .panel, #wastewater .panel,
#glossary .panel, #cgp .panel, #soil-groundwater .panel,
#featured-items .panel, #stormwater-bmp-courses .panel, #public-lookup-tool .panel,
#igp .panel, #stormwater-training .panel, #research_str .panel {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

#stormwater .thumbnail, #research .thumbnail, #stormwater-training .thumbnail,
#wastewater .thumbnail, #cgp .thumbnail, #soil-groundwater
.thumbnail, #featured-items .thumbnail, #stormwater-bmp-courses .thumbnail,
#public-lookup-tool .thumbnail, #igp .thumbnail, #research_str .thumbnail {
    min-height: 680px;
}

#stormwater .panel-content, #research .panel-content, #research_str .panel-content, #stormwater-training .panel-content, #wastewater .panel-content, #cgp .panel-content, #soil-groundwater .panel-content, #featured-items .panel-content, #stormwater-bmp-courses .panel-content, #public-lookup-tool .panel-content, #igp .panel-content {
    min-height: 173px;
    padding-top: 18px;

}

#storm-water-content .panel-button, #storm-water-content .panel-button1,
#research-content .panel-button, #research-content .panel-button1, #stormwater-content .panel-button, #stormwater-content .panel-button1 {
    display: none;
}

.top-bar a {
    color: white;
    background: rgba(0, 132, 83, 1.0);
    margin-left: 1px;
}

.top-bar a:hover, .top-bar a:focus {
    background: rgba(38, 78, 68, 1.0);
}


#faq_topics .highlight {
    float: none;
    margin-right: auto;
}

#research-menu, #regional-lid-tabs {
    padding: 0;
    margin-bottom: 1px;
}

#research-tabs-mobile {
    display:flex;
    overflow: hidden;
    flex-direction: column;
}

#research-tabs-mobile li.tabs-title, #selected-tab, #other-tabs {
    width:100%;
    display:block;
}

#selected-tabs li.tabs-title {
    display:flex;
}

#selected-tab {
    width:90%;
    transition: 0.1s;
}

#selected-tab:hover {
    color: white !important;
    background: rgba(0, 132, 83, 1.0);
    transition: 0.1s;
}

#hamburger-icon {
    width:10%;
    color: white !important;
    background: rgba(0, 132, 83, 1.0) !important;
}
#other-tabs {
    display:none;
}

#research-band-small-screen {
    display: none;
}

#research-band-small-screen .overlay p {
    height: 200px;
    float: left;
    margin-top: 0;
}

#featured-vid {
    width: 378px;
    height: 246px;
    float: left;
}

#register .row, #shopping-cart .row, #operator-training-page .row,
#student-account .row, #register .grid-container,
#upcomingEvents .row, #annualReport .row,
#previous-water-seminar .row, #aboutUs .row,
#stromwater_admin_search .row {
    padding: 28px;
    background: rgba(0, 46, 35, 0.03);
}

#staff-profile, #staff-profile .row {
    background: rgba(0, 46, 35, 0.03);
}

#operator-training-page > .row {
    padding: 10px;
}

#operator-intro, #operator-courses-buttons, #specialist-certificate{
    margin-bottom: 0;
    margin-top: 1rem;
}
.owp-slides i {
    position: relative;
    float: right;
    margin-top: 1px;
    margin-left: 5px;
}

.owp-slides {
    max-height:450px;
}

.slide-slick {
    height:450px !important;
}

.slide01 {
    background: url("../img/header/vineyard-02.jpg") center/cover;
}

.slide03 {
    background: url("../img/header/applied-research.png") bottom/cover;
}

.carousel-cta-btn {
    margin-top: 1.5rem;
}

#register-form-panel, .register-form-panel {
    /*border: 1px solid rgba(0, 46, 35, 0.09);*/
    padding: 10px;
    border-radius: 2px;
    margin-top: 5px;
    overflow: auto;
}

#register-form-header, .register-form-header {
    background-color: rgba(38, 78, 68, 0.75);
    color: white;
    width: 100%;
    font-size: 18px;
    padding: 8px;
    margin-bottom: 5px; 
}
.form-header-dark{
    background: rgba(0, 46, 35, 0.5);
    color: white;
    width: 100%;
    font-size: 18px;
    padding: 8px;
    margin-bottom: 5px;        
    margin-top: 5px;
}
#catalog-detail{
    margin-top: 17px;
}
#catalog-detail img{
    margin-bottom: 30px;
}
#catalog-detail .breadcrumbs{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px!important;
    background-color: unset;
}
#instructor_guide{
   border:1px solid #ccc;
   padding:15px;   
}
.lid .register-form-header{
    background: rgba(0, 46, 35, 0.5);
}
.lid .row{
    padding: 10px;
    background-color: white;
}
#aboutUs label {
    width: auto;
}

#register label, #upcomingEvents label, #annualReport label, #previous-water-seminar label, #aboutUs label {
    font-size: 17px;
}

input:checked ~ .switch-paddle {
    background: #5cb85c;
}

#staff {
    background: white !important;
    margin-top:10px;
}

#staff #profiledata {
    float: left;
    margin-left: 25px;
    /*margin-left: 45px;*/
    position: relative;
    top: 50%;
    width: 71%;
}
#staff > .columns{
    min-height:150px;
}
#staff img {
    height: 10em;
    width: 10em;
    float: left;
}

.img-circle {
    border-radius: 50%;
    border: 6px solid rgba(138, 148, 30, 1.0);
}
#profile-main{
    min-width:260px; 
    padding: 14px;
}
#profile-main h1{
    color: rgba(38, 78, 68, 1.0)!important;
}
#profile-panel ol{
    list-style-type:disc;
}
.profile-panel ul{
    list-style-type:disc;
}
.profile-intro {
    border-bottom-style: dotted;
    border: 0;
    border-bottom: 3px dotted rgba(38, 78, 68, 1.0);
}

.profile-intro h3 {
    color: rgba(117, 86, 39, 1);
    margin-top: 8px;
    margin-bottom: 15px;
}

.profile-intro h4 {
    color: rgba(0, 46, 35, 0.60);
    font-size: 1.5625rem;
}

.profile-intro label {
    color: rgba(38, 78, 68, 0.75);
    font-size: 1.2rem;
}

.profile-panel {
    margin: 8px;
    border: 0;
}

.progress {
    height: 2.5em;
}

.progress-meter-text {
    font-size: 2rem;
}

.tabs {
    color: #555;
    background: none;
    border: 0;
    margin-top: 5px;
    /*border-bottom: 1px solid white;*/
}

.tabs-title {
    margin-right: 2px;
    margin-bottom: 2px;
    transition: 0.05s;
}

.tabs-title a {
    /*  color: #555;*/
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    transition: 0.05s;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true], .tabs > .is-active {
    color: #555 !important;
    border-radius: 4px 4px 0 0;
    background: white;
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #555;
    transition: 0.05s;
}

.columns {
    padding: 0;
}

.tab-header {
    color: white;
    background: rgba(0, 46, 35, 1.0) !important;
    font-size: 22px;
    padding: 1em;
    width: 100%;
    border-bottom: 2px solid #ccc;
}

.tabs-content {
    border: 0;
}

#university-connection h1, #shopping-cart h1, #operator-training-page h1 {
    color: #818181;
    margin-bottom: 25px;
}

#university-connection-tabs {
    width: 95%;
}

.tabs-panel {
    padding: 0;
}

.tabs-panel.is-active {
    display: block;
}

#shopping-cart label {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#shopping-cart input {
    width: auto;

}

input, textarea {
    border: 1px solid #333;
    padding: 3px 5px;
}

input[aria-invalid="true"], textarea[aria-invalid="true"] {
    border: 1px solid #f00;
    box-shadow: 0 0 4px 0 #f00;
}

form p label {
    display: inline-block;
    width: 7em;
}

form p label abbr {
    border: none;
    font-weight: bold;
    color: #f00;
}

.table-strip-with-border {
    border-collapse: collapse;
}

.table-strip-with-border, .table-strip-with-border tr, .table-strip-with-border td {
    border: 1px solid rgba(0, 46, 35, 0.09);
}

#info-table td {
    padding-top: 0;
    padding-bottom: 0;
}

#info-name, #info-addrL1, #info-city, #info-state {
    border-right: 1px solid #ccc;
}

#shopping-cart-tabs li {
    margin-left: 15%;
    margin-bottom: 15px;
}

.progress {
    margin-bottom: 0;
}

#progress-meter-shoppingcart .progress-meter {
    width: 33%;
    transition: all 1s ease;
}

#register-form-panel {
    border: 0;
    padding: 0;
    margin: 0;
}
.accordion li a, .accordion-title:focus, .accordion-title:hover {
    background: rgba(0, 170, 79, 1);
    color: white;
}

.accordion li a span {
    float: right;
    margin-right: 5%;
}

#enroll, #manual, #package, .emp-table-header {
    width: 75px !important;
}

.register-form-panel .row, .register-form-panel .grid-container {

    background: white !important;
    margin: 0;
    padding: 0 !important;
}

.condition-text {
    color: #c6671d;
}

.remove-link {
    background: none !important;
    color: #1779ba !important;
}

label.large-12 input {
    width: 95% !important;
}

.switch.small {
    float: left;
    width: 100%;
    margin-right: 10px;
}

.accordion-content {
    overflow: hidden;
    display: block;
}

#faq .panel-content{
    display:none;
}

.table-normal {
    width: auto;
}

table tbody td, table tbody th {
    padding: 2px 5px 2px;
}

td input, td button, td select {
    margin: 0 !important;
}

.close-button {
    color: white;
}

#contact-info-submit {
    padding: 10px;
    float: right;
}

#info-table {
    display: none;
    transition: 1s all ease;
}

/*********************/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.prefix-suffix {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0;
}

.suffix input {
    border-radius: 4px 0px 0px 4px;
}

.suffix .input-group-addon {
    border-left: 0;
    border-radius: 0px 4px 4px 0px;
}

.prefix input {
    border-radius: 0px 4px 4px 0px;
}

.prefix .input-group-addon {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.presuffix input {
    border-radius: 0px;
}

.input-group-addon.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.input-group-addon.suffix {
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

#updateAdd {
    padding: 0;
}

#save-student {
    margin: 10px;
}

#student-data, #student-name-type {
    line-height: 17px;
    font-size: 15px;
}

#operator-training-tabs {
    border-bottom: 1px solid #ddd;
}

.form-group {
    margin: 0 !important;
}

#cart-container {
    background: rgba(255, 255, 255, 0.25);
    width: 100px;
    padding: 1rem;
    margin-top: -2.25rem;
}

#cart-container img {
    margin-top: 10px;
    margin-left: 10px;

}

#cart-container .popover-content {
    width: auto;
}

.search {
    height: 50px;
    width: auto;
    float: right;
    padding: 0;
    margin-top: 20px;
    margin-right: 20px;
}

.breadcrumbs {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    margin-left: -15px;
    background-color: #f5f5f5;
    padding: 8px 15px;
}

.breadcrumbs li {
    font-size: 14px;
}

.breadcrumbs > li {
    display: inline-block;
}

#operator-training-page .row a {
    color: rgba(0, 78, 56, 1.0);
}


.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plus-minus-input .input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.2rem;
    width: 75px;
    -moz-appearance: textfield;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.plus-minus-input .input-group-button .circle {
    border-radius: 50%;
    padding: 0.25em 0.8em;
}

.addItemDropdown {
    width: auto;
}

.btn-container {
    /* position:absolute;*/
    bottom: 40px;
    left: 0;
    width: 100%;
}

#operator-training-tabs {
    margin-left: 1.25rem;
}

.lightpanel, .waterpanel, .wastepanel {
    min-height: 28rem !important;
}

.waterpanel {
    background: rgba(0, 114, 120, 0.25);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 2px;
}

.wastepanel {
    background: rgba(0, 133, 84, 0.25);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 2px;
}

.paginate_button {
    padding: 10px;
}

/* latin-ext */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKgE0mV0Q.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKjk0m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#research-content .row, #stormwater-content .row, #university-connection .row {
    background: rgba(0, 46, 35, 0.03);/*#e6e6e6;*/
}

#stormwaterMain {
    height: 1000px;
    padding: 0;
}
#stormwaterMain h1{
    color: rgba(38, 78, 68, 1.0);
}
#stormwaterMain p{
    color:rgba(38, 78, 68, 1.0);
}
#igpMain, #igpMain .video-foreground, #igpMain .vid-info {
    height: 905px;
    padding: 0;
}

#igpMain .vid-info {
    width: 22%;
}

#igpMain .vid-info p {
    margin-top: 90px;
    font-size: 19px;
    padding: 15px;
    padding-top: 10%;

}

#stormwaterbmpMain {
    padding-top: 50px;
    padding-left: 50px;
    background-color: rgba(1, 87, 60, 0.65);
    color: #e5eeeb;
    padding-bottom: 50px;
}

#stormwatercontant {
    margin-top: 110px;
}

#stormwatercontant i {
    font-size: 150px;
    padding-right: 15%;
    transition: 1s ease;
    color: rgba(240, 225, 176, 0.65);
}

#stormwatercontant i:hover {
    padding-right: 5%;
    color: rgba(240, 225, 176, 1.0);
}

#featured-item-text {
    padding-top: 50px;
    padding-left: 20px;
    background-color: rgba(1, 87, 60, 0.65);
    color: #e5eeeb;
    padding-bottom: 50px;
}

#LID-text {
    padding-top: 40px;
    padding-left: 20px;
    background-color:#fff;
    /*color: #e5eeeb;*/
    padding-bottom: 50px;
    font-size: 17px;
}

#LID-text p, #LID-text h1{
    color:rgba(38, 78, 68, 1.0)!important;
}

#featured-items .research-main-band, #cgp .research-main-band {
    height: auto;
    padding: 0;
}

#featured-items .research-main-band p, #cgp .research-main-band {
    text-align: left;
    min-width: 240px;
}

#featured-items .overlay p, #cgp .overlay p {
    color: #e5eeeb;
    margin-top: 0;
    font-size: 17px;
    height: unset;
    padding-left: 2%;

}

#research-content .tabs-panel h1, #stormwater-content .tabs-panel h1 {
    color: white;
}

.video-background {

    z-index: -99;
}

.video-foreground,
.video-background iframe,
.video-background object,
.video-background embed {
    position: absolute;
    width: 100%;
    height: 1000px;
    pointer-events: none;
    overflow: hidden;
}

.vid-info {
    position: absolute;
    top: 800px;
    right: 0;
    width: 33%;
    height: 1000px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

.vid-info h1 {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
}

.vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}

#wastewaterMain i {
    font-size: 150px;
    padding-right: 30%;
    transition: 1s ease;
    color: rgba(255, 225, 255, 0.65);
}

#wastewaterMain i:hover {
    padding-right: 20%;
    color: rgba(255, 225, 255, 1.0);
}

.tcolalt {
    background: rgba(66, 80, 76, 0.25);
}

.spnsrtbl tr td {
    border-bottom: 1px solid #8D6E2E;
}

.spnsrtbl tr td {
    padding: 10px;
    font-size: 10pt;
    vertical-align: middle;
    line-height: 18px;
    width: 25%;
}

#staff_pictures {
    background-image: url('../img/owp_group_kens_bike_2.jpg');
    background-color: rgba(0, 78, 56, 0.45);
    background-position: 0 -310px;
    position: relative;
    background-blend-mode: luminosity;
}
#staff_pictures>div, #staff_pictures_small>div{
    background-color: rgba(0,0,0,0);
}
#staff_pictures i{
    color: white;
}
#software-tools-content p {
    font-size: 14px;
}

.spnsrtbl {
    border-collapse: collapse;
}
#staff_pictures_small{
    display: none;
}
.spnsrtbl thead th {
    padding-left: 10px;
    background: #8D6E2E;
    color: #FFF;
    text-align: left;
}

.spnsrtbl tfoot td {
    height: 10px;
    background: #8D6E2E;
}

.rightlink {
    float: right;
    position: relative;
}

.lid {
    background-color: rgba(230, 226, 209, 0.8);
}

.lid > .columns {
    background-color: white;
    color: rgba(38, 78, 68, 1.0);
    padding-top: 10px; 
}

.lid h1 {
    color: rgba(38, 78, 68, 1.0) !important;
}
.lid p{
    padding: 5px;
    overflow: auto;
}
/*#sm-scrn-navi {
    z-index: 20;
    position: fixed;
    bottom: 0;
    background: rgba(0, 46, 35, 0.85);
    height: auto;
    padding: .50em;
    width: 100%;
    border-top: 1px solid #FFFFFF;
}*/

/* Flashcard is using this for mobile */
#sm-scrn-navi ul li { 
    display: inline-block;
    /* border: none; */
}

/* Flashcard is using this for Desktop */
#sm-scrn-navi2 {
    display: block;
}

.reverse-link {
    color: #FFFFFF;
    font-size: 11px;
    padding-right: 1em;
}

.reverse-link:hover, .reverse-link:focus {
    color: #FFFFFF;
    text-decoration: underline;
}
/* #sm-scrn-navi span{
    font-weight:700; 
    color:white;
} */
#stromwater_admin_search input, #stromwater_admin_search select {
    width: auto;
    float: left;
}

#stromwater_admin_search hr {
    margin: 0.50rem auto;
}

#admin_search_btns {
    overflow: hidden;
    margin-top: 10px;
}

#stromwater_admin_search .menu > li > a.tab, #stromwater_admin_search .menu > li > a:hover {
    margin: 0;
    background-color: white;
    color: #555;
    margin-left: 10px;
}

#stromwater_admin_search .menu > li > a {
    border-radius: 4px 4px 0 0;
    margin-left: 10px;
}

#stromwater_admin_search .menu > li > a {
    padding: 0.7rem 1rem;
}

.faq-page-title
{
    float: left;
}

#faq .accordion li a, #faq .accordion-title:focus, #faq .accordion-title:hover {
    background: rgba(0,0,0, 0.10);
    color: rgba(38, 78, 68, 1.0);
    margin-bottom:1px;
}

#faq .row {
    background: white;
}

#faq .accordion-title {
    padding: 10px;

}

.sub-faq-topics.accordion li a {
    border: 0;
    text-decoration: underline;
}

.sub-faq-topics .accordion-content {
    border: 0;
}

#faq h1 {
    color: rgba(38, 78, 68, 1.0) !important;
}

.faq_topics li em {
    background: #ff6;
    font-weight: bold;
    font-style: normal;
}

.highlight {
    background-color: yellow;
    padding:1px 2px;
    margin:0px -2px;
    color:#000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.condition-highlight{
    width: 100%;
    padding:5px;
    background-color:  #c6671d;
    color:white;
}
.video iframe{
    max-width: 600px;
    min-width: 500px;
    min-height: 250px;
    max-height: 338px;

}
.content-row-block{
    margin-top:20px; 
    margin-bottom:20px;
}
.content-row-block .columns{
    float: left;
}
#stormwater-content hr{
    max-width:unset;
    height:40px;
}
.tabs-panel>.columns{
    background:white;
}
.menu-header>a{
    /*
    background: #70BF49;
    color: white!important;
    */
    padding:8px;
    margin:8px;
    font-size: 17px;
    text-decoration:underline;
}
.menu-header{
    padding:0px!important;
}
body>.row>.columns{
    background:white;
}
.list-nav li{
    border-bottom:1px solid #e6e6e6;
}
.list-nav{
    width: 95%;
}
.item {
    color: #FFF;
    background: rgba(0, 78, 56, 0.75);
    padding:.5rem 0 .5rem .5rem;
}
.item a{
    color: white;
}
#software-tool h4{
    color: rgba(0,100,114,1);
}
#software-tool img{
    height:129px;
    width:223px;
}
#software-tool p{
    font-size: 14px!important;
}
#software-tool hr{
    max-width: none;
}
#software-tool>.columns{
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 250px;
}
#papers{
    margin-top: 20px;
}
/*#featured-LID{
    background-image: url('/img/research/owp-large-image-03.jpg');
}*/
#featured-EFC2{
    background-image: url('/img/research/sac-valley-02.jpg');
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1.5rem;
    background-color:rgb(0,78,56);
}
#featured-EFC2 p{
    padding-left: 5%;
    min-width: 240px; 
    margin-top: 80px;
    font-size: 19px;
    width: 85%;
    color: white;
}
#featured-EFC2 h1{
    color: white;
    font-size: 2.5rem;
    font-weight: 400;
}
#efc-intro img{
    height: 140px;
}
#efc-intro{
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 50px;
}
#efc-intro a{
    margin: 10px;
}
.lid-sub-header{
    width:99%; 
    /*float:left;*/
    margin-left:15px;
    cursor: pointer;
    
}
.light-lid-sub-header{
    color: rgba(0, 46, 35, 0.5) !important;
    background: white none repeat scroll 0% 0% !important;
}
#press-release a{
    width:45%;
    float:left;
    margin:5px;
    padding:0.5rem;
    color:white;
    min-height:80px;
    background-color: rgba(0, 132, 83, 1.0);
}
#stormwatercontant p{
    margin-top: 90px;
    font-size: 19px;
    color: white;
}
#wastewater-text{
    padding-top: 50px; 
    padding-left: 50px; 
    background-color: rgba(1,87,60,0.65); 
    color: #e5eeeb;
    padding-bottom: 50px;
}
#soils-groundwater-text{
    padding-top: 50px;
    padding-left: 20px;
    background-color: #024830;
    color: #e5eeeb;
    padding-bottom: 50px;
}
#software-tools-content .columns{
    padding: 5px;
}
#software-tools-content>div{
    margin-top:80px; 
    font-size: 15px; 
    height:367px; 
    padding-left:1%;
}
#staff-research-band{
    background-image: url('../img/owp_group_kens_bike_2.jpg'); 
    background-color: rgba(0, 78, 56, 0.45); 
    background-position: 0 -310px;
    position: relative; 
    background-blend-mode: luminosity;
}
#staff-research-band>div{
    background-color: rgba(0,0,0,0);
}
#staff-research-band>i{
    color: white;
}
#staff_pictures{
    display: none;
}

.panel-open{
    border-bottom:1px solid #ccc;
    margin-bottom:15px;
}

.examexpire{
    color:#960;
    font-weight:700
}
.tropubhold {
    background-color: #999 !important;
    color: #555;
}

#research-content #research-menu {
    height:40px;
    overflow:hidden;
}

.purchase-history-container {
    max-width: 100%;
    margin: 0 auto;
}

.invoice-row {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    padding-bottom: 20px;
}

.invoice-column {
    padding:1rem;
    width:23%;
    border-radius: 6px;
    border: 1px solid rgb(204, 204, 204);
    transition: box-shadow .5s;
}

.invoice-column:hover {
    cursor:pointer;
    box-shadow: 5px 5px rgba(175, 175, 175, 0.3);
}

.invoice-column h3 {
    font-size: 1.5rem;
    color:#32685a;
    font-weight: bold;
}

.invoice-paid {
    color:green;
}

.invoice-unpaid {
    color:red;
}


#spotlight{
    border:1px solid #333;
    background-color:#ccc;
    display:none;
    position:absolute;
    width:300px;
    height:240px;
    top:300px;
    right:0;
    padding:15px
}
#spotlight #reportCover{
    height:170px;
    margin-right:10px
}

#inContentSpotlight{
    display:block;
    margin:15px 0 25px;
    background-color:#ccc;
    padding:10px;
    border:1px solid #333;
}
#notification-update-panel{
    background-color:#f7e4e1;
}
#notification-update-panel div{
    border:1px solid #f7e4e1;
    max-width:800px;
    width:96%;
    margin-bottom:0;
}
html {
  -webkit-font-smoothing: antialiased;
}

/*** start loading styles ***/
#site-overlay{
    display:none;
    position: fixed; 
    top: 0; right: 0; bottom: 0; left: 0;
    /*background: rgba(0, 0, 0, 0.7);*/
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
    top: 40%;
    margin:auto;
    left: 0; 
  right: 0;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*** end loading styles ***/



.studentInfoFormFields{
    display:none;
}
.input-row2 {
    z-index: 1;
    padding: 0;
    color: #000;
    font-weight: 700;
    line-height:24px

}
#checkoutpanel{
    margin-top:20px;
    margin-left:1px;
}
#checkoutpanel li {
    display: inline;
    font-size: 13px;
    margin-right:10px
}
.cartdead {
    color: #ccc;
}

.numberCircle {
    display:inline-block;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 20px;
    height: 20px;
    padding: 3px;
    color: #fff;
    text-align: center;
    font: bold 14px Arial, sans-serif;
}

.black{
    background: #000;
}

.gray{
    background: #ccc;
}
.busdays{color:rgb(0, 0, 0);font-weight:700;margin-top:-5px;}

#instructor-slides{display:none}

.tableRowEven{
    background: #fff;
}
.tableRowOdd{
    background: #eee;
}
.cellpadding td {padding:7px 20px}

.input-rowlookup {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.input-rowlookup span{
    display:inline-block;
    border:1px solid green;
    border-radius:3px;
    margin:10px;
    padding:6px;
    background-color:#0fa153
}
.input-rowlookup span a{
    text-decoration:none;
    color:#fff;
}
.input-rowlookup span:hover{
    background-color:#00573d
}

/*
 *removes the underlines from the selectable sections
 *within "my account" and "stormwater certificates" pages
 */
.myAccountList { 
    text-decoration:none;
} 

/*************************************************************************
/* CHATBOT
/*/
#chatBotBox
{
    text-align: center;
    letter-spacing:1px;
    line-height:1.75;
    position:fixed;
    height:25px;
    width:344px;
    bottom:0px;
    right:15px;
    z-index:999998;
    background-color:#264E44;
    transition-duration:250ms; 
    transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1); 
}

.chatBotToggle
{
    color:white;
    background-color:#264E44;
    height:550px;
    border:1px solid;
    border-color:#5cb85c;
}

#chatBotBox:hover
{
    letter-spacing:6px;
    height:50px;
    line-height:3.3;
}

#chat
{
    border: none;
    background: #F8FBF8; 
    z-index: 999998; 
    transform: translateZ(0px);
    position: fixed; 
    transition-duration: 250ms; 
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition-property: opacity, top, bottom; 
    opacity: 1; 
    height: 500px; 
    min-height: 50px; 
    margin: 10px 20px; 
    right: 0px; 
    bottom: -510px; 
    width: 334px;
}
/* END CHATBOT
/***********************************************************************/

/*Search style*/

.wrapper {
    min-height: 600px;
}


#sac-state-logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .top-row-container {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .sac-logo {
    flex: 1;
  }

  .centered-heading {
    text-align: center; /* Center the text */
}

  .search-container {
    flex: 0.25;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-width: 150px;
    max-width: 300px;
    margin-right: 1em;
}
  
  .search-form {
    width: 100%;
    display: flex;
    flex: 1;

  }
  
  .search-input {
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    margin: 0 !important;
    font-size: 16px;
    box-sizing: border-box; 
}

.search-button {
    background: none;
    border: 1px;
    cursor: pointer;
    font-size: 1.2em;
    color: #284c44; 
    margin-right: 1em;
    font-size: 2em;
}
  
  .search-button:hover {
    filter: brightness(150%);
  }
  
  .search-button i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  }


.dropdown-menu {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
    box-sizing: border-box; 
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}

.dropdown-menu a:hover {
    background: #f1f1f1;
}

.show-all {
    display: block;
    text-align: center;
    padding: 10px;
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border-top: 1px solid #ddd;
}


.search-results-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-results {
    list-style: none;
    padding: 0;
}

.search-results li {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, transform 0.3s;
}

.search-results li:hover {
    background: #e9e9e9;
    transform: scale(1.02);
}

.search-results a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 5px 0;
}

.search-results a:hover {
    text-decoration: underline;
}

.search-loading {
    text-align: center;
    color: rgba(0, 132, 83, 1.0);
    font-size: 18px;
}
  /*end search style */

.active-enrollment-td {
    padding:20px;
}

.active-enrollment-td a {
    text-decoration: none;
}

.students-table-row {
    background-color: rgb(241, 241, 241);
    margin-bottom: 15px;
}

.students-table-heading {
   background-color: #449d44;
}

.students-table th, .students-table td {
    padding: 10px 15px;
}

.paperenrollment-info-container {
    display:flex;
    padding:30px;
    gap:50px;
    align-items:center;
}

.paperenrollment-info {
    background-color: #FFF9DB;
    border: 1px solid #F2C94C;
    padding:25px;
    flex-direction: column;
    justify-content: space-around;
    display:none;
    max-height:fit-content;
}

.display-flex {
    display:flex;
}

.enrollment-addon-container {
    display:flex;
    gap:12px;
    align-items: center;
}

.enrollment-addon-pill {
    margin: 8px 0;
}

.enrollment-addon:hover {
    background-color: rgba(0, 132, 83, 1.0);
    color:white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.enrollment-addon {
    transition: all .3s ease;
    border:2px solid rgba(0, 132, 83, 1.0);
    border-radius: 12px;
    padding:6px 14px;
    display:inline-block;
}

.enrollment-addon-header {
    margin-bottom:12px;
}

/* Start of New Contact Page by Rosendo T */

.post-contact {
    width: 665px;

}

.title-contact {
    color: #034750;
    font-size: 44pt;
    padding-top: 40px;

}

.contact-types {
    display: grid;
    grid-template-columns: 265px 253px 147px;
    grid-template-rows: 200px 200px;
}

.contact-types h2 {
    color: #00a5b5;
    font-size: 24pt;
    border: none;
    /* background-color: white; */
    padding: 0;
    margin-bottom: 0;
}

.contact-types p {
    color: #4d4d4d;
    margin-top: 5pt;
    line-height: 150%;
}

.address-directions {
    margin: 50px 0 30px 0;
    display: grid;
    grid-template-columns: 361px 304px;
    grid-template-rows: 150px 150px;
}

.address-directions h2 {
    width: 250px !important;
    color: #00a5b5;
    font-size: 14pt;
    border: none;
    /* background-color: #fff; */
    padding: 0;
    margin-bottom: 0;
}

.address-directions p {
    color: #4d4d4d;
    margin-top: 5pt;
    line-height: 150%;
}

.map-window {
    grid-area: 1 / 2 / span 2;
    padding-left: 0px;
}

.question-field {
    display: grid;
    grid-template-columns: 365px 300px;
    grid-template-rows: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.question-field h2 {
    color: #00a5b5;
    font-size: 24pt;
    border: none;
    /* background-color: white; */
    padding: 0;
    margin-bottom: 0;
}

.question-field p {
    color: #4d4d4d;
    margin-top: 5pt;
    line-height: 150%;
}

.questions-concerns {
    padding-right: 35px;
}

/*input[type=text], select, textarea {
    width: 100%; /* Full width 
    padding: 8px; /* Some padding
    border: 1px solid #ccc; /* Gray border
    border-radius: 4px; /* Rounded borders
    box-sizing: border-box; /* Make sure that padding and width stays in place 
    margin-top: 0; /* Add a top margin
    margin-bottom: 10px; /* Bottom margin
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally)
}*/

.submit05 {
    background-color: #007c8a;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.submit05:hover {
    background-color: #034750;
}

.questions-form label {
    display: none;
}

option[value=subject] {
    color: gray;
}

.help,
.email {
    padding-right: 45pt;
}

.help a,
.email a {
    color: #6dbe4b;
}

.call {
    padding-right: 15pt;
}

.fax {
    padding-right: 70px;
}

#email {
    width: 100%;
    /*height: 35px !important;*/
    margin-bottom: 5px;
}

#phone-in {
    width: 250px;
    height: 35px;
    margin-bottom: 5px;
}

#phone_area_code,
#phn_area_code,
#bill_state,
#ship_state,
#ship_phone_area_code,
#ship_fax_area_code,
#bill_phone_area_code,
#bill_fax_area_code,
#fax_area_code,
input#state {
    display: block;
    border: 1px solid #cacaca;
    background-color: #fff;
    width: auto;
    height: 35px;
    margin: 0 0 5px 0;
    /* border-radius: 4px; */
    /* Rounded borders */
    padding: 8px;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
}

#ship_phone_local,
#phn_local,
#ship_fax_local,
#bill_phone_local,
#bill_fax_local,
#phone_local,
#fax_local,
#cert_type {
    display: block;
    border: 1px solid #cacaca;
    background-color: #fff;
    width: 120px;
    height: 35px;
    margin: 0 0 5px;
    /* border-radius: 4px; */
    /* Rounded borders */
    padding: 8px;
    box-sizing: border-box;
}

#subject {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    border: 1px solid #cacaca;
}

#msg {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
    border: 1px solid #cacaca;
}

/* End of New Contact Page by Rosendo T */

/* ERRATA PAGE */
.corrections_course_title {
    font-size: 14px;
    font-weight: bold;
    background-color: #007278;
    color: white;
    padding: 8%;
    border-radius: 0.2rem;
    text-align: left;
    cursor: pointer;
    animation: 0.5s;
    padding-left: 20%;
    margin-bottom: 2px;
    background-size: 80px auto;
    background-repeat: no-repeat;
    background-position: 5% 50%;

}

.corrections_course_title:hover {
    filter: brightness(120%);
    animation: 0.5s;
}

.corrections_course_table {
    display: block;
    min-width: 625px;
}

.corrections_course_link {
    font-size: 14px;
    text-decoration: none;
}

.corrections_course_link:hover {
    text-decoration: none;
    color: #003e55;
    transition-delay: 2ms;
}

.corrections_entry_listing:nth-child(even) {
    background-color: #dbdbdb;
}

.corrections_entry_listing {
    background-color: #f0f0f0;
    display: block;
    max-width: 625px;
    margin-bottom: 0.15rem;
}

.corrections_entry_listing_inner {
    padding: 2rem;
    width: 625px;
}

#IWT1 {
    background-image: url(/images/courses/med/iwt1-a.png);

}

#IWT1 {
    background-image: url(/images/courses/med/iwt2-a.png);

}

#COLL1 {
    background-image: url(/images/courses/med/coll1.png);

}

#COLL2 {
    background-image: url(/images/courses/med/coll2.png);

}

#OWTP1 {
    background-image: url(/images/courses/med/owtp1-a.jpg);

}

#OWTP2 {
    background-image: url(/images/courses/med/owtp2-a.png);

}

#OWTP3 {
    background-image: url(/images/courses/med/owtp3-a.png);

}

#PFI {
    background-image: url(/images/courses/med/pfi.png);

}

#SWS {
    background-image: url(/images/courses/med/sws.png);

}

#TMW {
    background-image: url(/images/courses/med/tmw.png);

}

#UM {
    background-image: url(/images/courses/med/um.jpg);

}

#WDS {
    background-image: url(/images/courses/med/wds.png);

}

#WTPO1 {
    background-image: url(/images/courses/med/wtpo1.png);

}

#WTPO2 {
    background-image: url(/images/courses/med/wtpo2.png);

}

#confirm-message {
    font-family: inherit;
    font-size: inherit;
}

#recaptcha {
    margin: 2rem;
}

#recaptcha-msg {
    display: block;
    position: absolute;
    margin: 29%;
    background-color: #f78e28;
    padding: 2rem;
    z-index: 99999;
    color: white;
    font-size: larger;
    border-radius: 1rem 1rem 1rem 1rem;
    border: none;
    text-align: left;
}
.courses-page-template {
    display:flex;
    flex-wrap: wrap;
}

.course-panel {
    padding:0 15vw;
}
.main-course-container {
    display:grid;
    grid-template-columns: 400px 1fr;
}
.course-left-column {
    margin-right: 2rem;
}

.course-card-btn-container {
    display:flex;
    justify-content: center;
    align-items: center;
    gap:.5rem;
    margin-top: 1rem;
}

.corrections-accordion {
    width: clamp(400px, 80%, 900px);
    margin:0 auto;
}

.corrections-accordion-btn {
    background-color: #004750;
    padding:1rem 2rem;
    border-radius: 7px;
    display:flex;
    gap:2rem;
    align-items: center;
    margin-bottom: .25rem;
    transition: all .3s ease;
    cursor:pointer;
    position:relative;
    height:150px
}

.corrections-accordion-btn::after {
    position: absolute;
    right:2rem;
    content: "+";
    font-size:2rem;
    font-weight:600;
    color:#FFF;
}

.accordion-active {
    overflow:auto;
}
.accordion-active::after {
    content: "-";
}

.corrections-accordion-btn:hover {
    opacity: .80;
}

.corrections-accordion h3 {
    font-size: calc(1rem + .3vw);
    color:#FFF;
    display:inline;
    font-weight: 500;
    text-wrap-style: pretty;
    margin-right: 1rem;
    margin-bottom: 0;
}

.corrections-section {
    display:none;
}
.corrections-row {
    padding:2rem;
    border:1px solid #eeeeeea9;
    overflow-x: auto;
    overflow-y: hidden;
}
.corrections-row:nth-child(odd) {
    background-color: #eee;
}

.company-groups-container {
    display:flex;
    min-height:650px;
}

.company-groups-imgs {
    width:100%;
}

#faq .corrections-accordion-btn {
    height:auto;
    padding: 1rem 1.25rem;
}

#faq h3 {
    font-size: 1.2rem;
    
}
.faqtitle {
    margin-bottom: 1rem;
    font-size:2rem;
    font-weight: 600;
    opacity: .9;
}

.faq-section {
    margin-bottom: 3rem;
    margin-top: 2rem;
}

#faq .corrections-section {
    padding:1rem 1.5rem;
}

#faq ul {
    list-style-type: disc;
}

.place-order-faq-header {
    background-color: #ebebeb;
    padding:1rem 1rem;
    border-radius: .75rem;
    
}

.place-order-faq-header-text {
    color:#000 !important;
    margin:0 !important;
}

.faq-search-icon {
    display:inline-block !important;
}

.keyword-search {
    display:inline-block !important;
    border-radius: .5rem;
    padding:.75rem 1rem;
    margin:0;
    height: auto !important;
    font-size:1.15rem;
    width: max(300px, 40%) !important;
}

.search-icon-faq {
    width:28px;
    opacity: .75;
    
}

.faq-head-container {
    display:flex;
    justify-content: right;
    align-items: center;
    gap:.5rem;
}

#faq {
    margin-top: 1.5rem;
}

#operatornumber {
    width: auto;
    display: block;
}

.wrapper a {
    font-weight:600;
}

.sws-container {
    padding-top: 2rem;
    gap:2rem;
}

.flex-column {
    display:flex;
    flex-direction: column;
}

.math-container {
    gap:2rem;
}

/* maint message */
.closuretable {
    border-spacing: 0px;
    margin: 1rem;
    width: 97%;
    background-color: #f7e4e1;
}

.closuretitle {
    background-color: #b65433;
    color: white;
    padding: 1rem 1rem 1rem 2rem;
    width: 19%;
    border-radius: 1rem 0rem 0rem 1rem;
}

.closuremessage {
    width: 80%;
    background-color: #f78e28;
    color: #fff;
    border-radius: 0rem 1rem 1rem 0rem;
    padding: 1rem 2rem 1rem 1rem;
}

/* holiday closure notice | start */
#closureholder_holiday {
    color: #201e0f;
    text-align: center;
    padding: 2px;
    /* font-weight: bold; */
    background: #f5d83e;
}

#closureholder_holiday_message {
    text-align: center;
    margin: 0%;
    padding-left: 0%;
    list-style: none;
}

#closureholder_holiday_winterBreak {
    color: #201e0f;
    text-align: center;
    padding: 0rem 0rem 1rem 0rem;
    /* padding: 1rem; */
    font-weight: bold;
    /* background: linear-gradient(0deg, rgb(240, 195, 25) 85%, rgb(247, 142, 40) 100%); */
    background-color: #839794;
    transition: color 4s;
}

.closureholder_holiday_winterBreak {
    background: #f5d83e;
    padding: 20px;
    color: #043927;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.chwb_head {
    background-color: #f5d83e;
    padding: 0.5rem;
}

.chwb_data {
    background-color: #f2eea0;
    padding: 0.5rem;
}

/* holiday closure notice | end */

.staff-tile {
    padding: 2%;
}

.green-table-heading {
    background-color: #58b947;
}


.add-paper-enrollment-checkbox {
    margin: 0 auto !important;
    display:block;
}

.paper-enrollment-cell {
    padding:.75rem;
}

#courseThumbnail {
    text-decoration: none;
    transition: box-shadow .5s;
}

#courseThumbnail:hover {
    filter: saturate(110%);
    cursor: pointer;
    box-shadow: 7px 7px rgba(175, 175, 175, 0.3);
}