/* UTEAP Nav -- SUPER SMALL SCREENS */
@media screen and (max-width: 300px) {
    /*.uteap-card-container{*/
    /*    display:none;*/
    /*}*/
    /*#page-content .slide-down-button{*/
    /*    overflow: visible !important;*/
    /*}*/
}
/* .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {background-color: #f2b826;} */
body, p {
    color: #000;
}
.subheader {
    color: #333333;
}
a:not(.button) {
    color: #005e20;
    text-decoration: underline;
}
.card-divider {
    justify-content: center;
}
.card-divider a {
    color: #00571D;
}
.uteap-new .grid-container, .uteap .grid-container {
    padding: 0;
}
.uteap-new .grid-container > .grid-margin-x, .uteap .grid-container > .grid-margin-x {
    margin: 0;
}
.uteap-new h2, .uteap h2 {
    font-size: 2.5rem;
}
.uteap-new .grid-container > .row.grid-margin-x > .cell:not(.large-3, .large-4,.large-8), .uteap .grid-container > .row.grid-margin-x > .cell:not(.large-3, .large-4,.large-8) {
    margin: 0;
    width: 100%;
}
.content-container {
    padding: 0 10px;
}
.uteap-new i, .uteap i {
    font-size: 30px;
    color: #005e20;
}
.uteap-new a i:hover, .uteap a i:hover {
    color: #f2b826;
}
.uteap-new strong, .uteap strong {
    color: #005e20;
}
.uteap-new .alert, .uteap .alert {
    color: #d14;
}
.uteap-new .full-width, .uteap .full-width {
    padding: 0;
}

.callout.crisis {
    border: none;
    border-top: 3px solid #B30000;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 17%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 17%);
    background-color: #fefefe;
}
.callout.crisis h3 {
    color: #B30000;
}

.callout.crisis .button.alert {
    color: #ffffff;
    background-color: #B30000;
}

.uteap-callout.uteap-about p {
    text-align: justify;
}
#site-primary {
    /*-webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);*/
    /*box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);*/

        background: rgba(255,255,255,0.95);
    transition: 0.5s;
    box-shadow: 0px 5px 35px 0px rgb(0 0 0 / 5%);
}

#site-primary h1 img {max-height: 70px;}
#site-menu .menu a {
  color: #000;
  text-decoration: none;
}
#site-menu > .menu > li:hover, #site-menu .is-active .menu {
  color: #000;
}
#site-menu {  
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#site-menu .is-active .menu a:hover  {
  background-color: #005e20;
  color: #fff;
}
#site-menu > .menu {
    margin-top: 1rem;
    background-color: #fff;
}
#site-menu > .menu > li > a {
  color: #005e20;
  font-weight: 600;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  position: relative;
  transition: color .3s;
}
#site-menu > .menu > li:hover > a,
#site-menu > .menu > li:focus > a,
#site-menu > .menu > li:focus-within > a {
    color: #000;
}
#site-menu .is-dropdown-submenu-parent > a::after {
    right: 10px;
    border-color: #005e20 transparent transparent;
}
#site-menu .accordion-menu .is-accordion-submenu-parent {
    border-top: 1px solid #fff;
}
#site-menu .is-dropdown-submenu {
  min-width: 300px;
  border: 0;
}
#site-menu .is-dropdown-submenu li {
    background: #f2b826;
}

.top-bar-section .has-dropdown > a:after {
  border: none;
}
#site-menu > .menu > li:last-child > a {
    /*padding-right: 0;*/
}
#site-primary .title-bar {
    justify-content: space-between;
    background: #fff;
}
.uteap-new .top-bar .logo, .uteap .top-bar .logo {
  height: 70px;
}

.uteap-new .top-bar-section ul li, .uteap .top-bar-section ul li{
  background-color: transparent;
}
.uteap-new .top-bar .top-bar-section ul li a, .uteap .top-bar .top-bar-section ul li a{
  margin: 0 20px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent !important;
  color: #005e20;
  text-decoration: none;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}
.uteap-new .top-bar .top-bar-section ul.dropdown li:not(.has-form):not(.active) > a:not(.button), .uteap .top-bar .top-bar-section ul.dropdown li:not(.has-form):not(.active) > a:not(.button) {
  margin-top: 0;
  font-weight: normal;
  color: #333;
}
.uteap-new .top-bar .top-bar-section ul.dropdown li:not(.has-form):not(.active) > a:not(.button):hover, .uteap .top-bar .top-bar-section ul.dropdown li:not(.has-form):not(.active) > a:not(.button):hover  {
  background-color: #005e20 !important;
  color: #fff;
}
.uteap-new .top-bar .top-bar-section ul li a::before, .is-dropdown.is-active a::before, .uteap .top-bar .top-bar-section ul li a::before, .is-dropdown.is-active a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f2b826;
  color: #333;
  content: attr(data-attr);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}

.uteap-new .top-bar .top-bar-section ul li a span, .uteap .top-bar .top-bar-section ul li a span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  background: #fff;
}
.uteap-new .top-bar .top-bar-section ul li:hover a span, .uteap .top-bar .top-bar-section ul li:hover a span {
  webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(125%);
}
.uteap-new .top-bar .top-bar-section ul li:hover a::before, .uteap .top-bar .top-bar-section ul li:hover a::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
#site-menu .submenu-toggle::after {
    border-color: #fff transparent transparent;
}
    /* add locks to employee and student drop-down items */
#site-menu > ul.menu > li:first-child > ul > li > a::after, 
#site-menu > ul.menu > li:nth-child(2) > ul > li > a::after,
#site-menu > ul.menu > li:nth-child(3) > ul > li > a::after{
    font-family: "foundation-icons";
    content: "\f16a";
    position: relative;
    float: right;
    margin: 0;
}
/*end nav styles*/

/* sticky nav */
/*div#topmenu.sticky {*/
/*    background: #005e20;*/
/*}*/
div#topmenu.sticky li {
    margin: 0;
}
/*div#topmenu.sticky a, div#topmenu.sticky ul {*/
/*    background: #005e20 !important;*/
/*}*/
/*div#topmenu.sticky.is-stuck{*/
/*    top: 98px !important;*/
/*}*/
/**/
.uteap-new #page-content ul.compressed-list>li, .uteap #page-content ul.compressed-list>li {
    margin-bottom: 0;
}

.uteap-new button, .uteap button {
background-color: #005E20;
color: #fff;
}
.uteap-new button:hover,
.uteap-new button:focus,
.uteap button:hover,
.uteap button:focus{
background-color: #f2b826;
color: #000;
}
.uteap-new #mobileBtn, .uteap #mobileBtn {
    background-color: transparent;
    color: #005E20;
}
.uteap-new #mobileBtn::after, .uteap #mobileBtn::after {
    background: #005E20;
    height: 4px;
    box-shadow: 0 7px 0 #005E20, 0 14px 0 #005E20;
}
/*.uteap-new h3 {*/
/*  font-family: "Poppins", sans-serif;*/
/*  font-size: 25px;*/
/*  font-weight: 700;*/
/*  color: #333;*/
/*   letter-spacing: 1.2px;*/
/*  margin-bottom: 40px;*/
/*}*/
.uteap-card-container li {
  padding-bottom: 0;
}
.uteap-card-container .cell {
    padding: 0 2px;
}
.uteap-card-container .card {
position: relative;
height: 200px;
background-color: #d3d3d5;
overflow: hidden;
margin-bottom: 4px;
border: none;
display: block;
}
.uteap-card-container .card:before {
content: "";
z-index: 1;
position: absolute;
top: -10px;
left: 32px;
display: block;
width: 16px;
height: 16px;
border-radius: 16px;
background-color: #FFFFFF;
}
.uteap-card-container .card:after {
content: "";
z-index: 1;
position: absolute;
bottom: -10px;
left: 32px;
display: block;
width: 16px;
height: 16px;
border-radius: 16px;
background-color: #FFFFFF;
}
.uteap-card-container .card ul {
z-index: 1;
position: absolute;
left: 20px;
top: 5px;
list-style-type: none;
}
.uteap-card-container .card ul li {
width: 2px;
height: 2px;
border-radius: 2px;
margin: 6px 0;
background-color: #FFFFFF;
}
.uteap-card-container .card h2 {
z-index: 2;
font-family: "Poppins", sans-serif;
position: absolute;
bottom: 20px;
left: 60px;
font-size: 1.875rem;
font-weight: 700;
color: #fff;
max-width: 200px;
}
.uteap-card-container .card .fa-arrow-right {
z-index: 2;
position: absolute;
right: 85px;
bottom: 25px;
font-size: 2rem;
cursor: pointer;
}
#page-content .uteap-card-container .card p {
z-index: 1;
position: absolute;
top: 20px;
right: 50px;
color: #333;
opacity: 0.7;
font-size: 0.8rem;
letter-spacing: 1px;
writing-mode: vertical-lr;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#page-content .uteap-card-container .card:hover p {
    color: #fff;
}
.uteap-card-container .card .pic {
z-index: 2;
width: 400px;
height: 200px;
background:#f2b826;
background-size: 100% 100%;
filter: grayscale(40%);
}
.uteap-card-container .card .social {
position: absolute;
left: 60px;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 180px;
height: 64px;
border-radius: 80px;
}
.uteap-card-container .card .social i:nth-of-type(1) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.uteap-card-container .card .social i:nth-of-type(2) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.uteap-card-container .card .social i:nth-of-type(3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.uteap-card-container .card .social i:nth-of-type(4) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.uteap-card-container .card:hover i {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.uteap-card-container .card button {
  padding: 0;
position: absolute;
right: 14px;
bottom: 14px;
width: 30px;
height: 30px;
background-color: #005E20;
border: none;
border-radius: 30px;
cursor: pointer;
outline: none;
transition: all 0.3s ease;
/*mix-blend-mode: hard-light;*/
}
.uteap-card-container .card button i {
font-size: 3rem;
}
.uteap-card-container .card:hover button,
.uteap-card-container .card:focus button {
transform: scale(21);
}
.uteap-card-container .card:hover p {
color: #fff;
}
.uteap-card-container .card:hover .pic {
filter: grayscale(0);
}
.dr {
position: absolute;
bottom: 16px;
right: 16px;
width: 100px;
}

/*home banner style*/
.eap-2021-orbit {
  height: 400px !important;
  overflow: hidden;
  width: 100%;
}
.uteap-new .orbit-container .orbit-prev, .uteap-new .orbit-container .orbit-next,
.uteap .orbit-container .orbit-prev, .uteap .orbit-container .orbit-next{
  background-color: transparent !important;
}
.uteap-new ul.orbit-container:focus, .uteap ul.orbit-container:focus {
    border: 1px dashed #ddd;
}
nav.orbit-bullets {
    display: none;
}
.eap-2021-orbit img {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%,-30%);
  -ms-transform: translate(0%,-30%);
  /* transform: translate(0%,-30%); */
  width: 100%;
}


/**********************/
/* HOME VERTICAL TABS */
/**********************/

.tabs-wrapper {
    margin-top: 3em;
}
.uteap-new .home-tabs, .uteap .home-tabs {
  margin: 30px 0;
  background-color: rgba(0, 94, 32,.25);
  padding: 40px 0 80px;
}

.uteap-new .tabs-content, .uteap .tabs-content {
  background-color: #fff;
  padding: 0 10px 10px;
  display: block;
  height: 100%;
}
.uteap-new .tabs-content > .content, .uteap .tabs-content > .content {
  padding: 30px;
  font-family: sans-serif;
  text-align: justify;
}
.uteap .tabs-content > .content .callout {
    text-align: left;
}
.uteap-new .tabs.vertical, .uteap .tabs.vertical {
    border: none;
    height: 100%;
  border-right: 1px solid #005e20;
  background: transparent;
/*  margin: 0 25px 0 10px !important; */
}

.uteap-new .tabs dd > a, .uteap-new .tabs .tab-title > a,
.uteap .tabs dd > a, .uteap .tabs .tab-title > a {
  background-color: rgba(0, 94, 32,.25);
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #005e20;
}
.uteap-new .tabs-title a, .uteap .tabs-title a {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #005e20;
}
.uteap-new .tabs .tabs-title.is-active, .uteap .tabs .tabs-title.is-active {
    border-top: none;
    margin-top: 0;
}
.uteap-new .tabs .tabs-title.is-active > a, .uteap .tabs .tabs-title.is-active > a {
    color: #005e20 !important;
  background-color: #fff;
}
/*.uteap-new .tabs .tabs-title.is-active > a:focus {*/
/*    outline: 1px dotted #333 !important;*/
/*}*/
.uteap-new .home-tabs a.button, .uteap .home-tabs a.button {
  position: absolute;
  bottom: -78px;
  right: 15px;
  background-color: #f2b826;
  border-radius: 100px;
  line-height: 100px;
  width: 100px;
  padding: 0;
  color: #333;
  font-weight: bold;
}
.uteap-new .tabs-content p, .uteap .tabs-content p {
    color: #222;
}
    /*  standard tabs  */

#counseling-faq, #crisis-resources, .shadow-container {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  padding: 20px;
}

    /*  standard tabs  */
.standard-vertical-tabs ul.tabs, #tabs-home ul.tabs {
    max-width: 100%;
    overflow-x: auto;
}
#tabs-home {
    margin: 40px 0;
}
.standard-vertical-tabs, #tabs-home {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  padding: 0 2px;
  margin: 40px 0;
}
.uteap-new .standard-vertical-tabs .tabs .tabs-title.is-active > a:after,
.uteap .standard-vertical-tabs .tabs .tabs-title.is-active > a:after,
#tabs-home ul.tabs .tabs-title.is-active > a:after{
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #f2b825;
  margin: 10px auto;
}
/*.uteap-new .standard-vertical-tabs .tabs li.is-active, */
/*.uteap-new .standard-vertical-tabs .tabs li, */
/*.uteap-new .standard-vertical-tabs .tabs li:focus {*/
/*  border: none;*/
/*  outline: none;*/
/*}*/
.uteap-new .standard-vertical-tabs .tabs,
.uteap .standard-vertical-tabs .tabs,
#tabs-home ul.tabs{
  height: auto;
  display: flex;
  border: none;
  margin: 0;
}
#tabs-home ul.tabs li {
    border: none;
}
#tabs-home li.tabs-title:focus,
#tabs-home li.tabs-title a:focus, 
.standard-vertical-tabs li.tabs-title:focus
.standard-vertical-tabs li.tabs-title a:focus{
    border: 1px dashed #ddd;
}
.uteap-new .standard-vertical-tabs .tabs-content,
.uteap .standard-vertical-tabs .tabs-content,
#tabs-home .tabs-content {
  width: unset;
  height: auto;
  border: none;
}
.uteap-new .standard-vertical-tabs .tabs .tabs-title > a,
.uteap .standard-vertical-tabs .tabs .tabs-title > a,
#tabs-home .tabs .tabs-title > a {
  color: #000;
  padding: 30px 24px;
}
.uteap-new .standard-vertical-tabs .tabs .tabs-title > a:hover,
.uteap .standard-vertical-tabs .tabs .tabs-title > a:hover,
#tabs-home .tabs .tabs-title > a:hover {
  color: #005e20;
}
.uteap-new .standard-vertical-tabs .tabs .tabs-title.is-active > a:focus,
.uteap .standard-vertical-tabs .tabs .tabs-title.is-active > a:focus,
#tabs-home .tabs .tabs-title.is-active > a:focus {
  outline: none !important;
  background: none;
}
/*.uteap-new h2 {*/
/*    margin: 20px 0;*/
/*    font-weight: bold;*/
/*    color: #000;*/
/*}*/

.uteap-new a.accordion-title, .uteap-new .accordion-item:last-child:not(.is-active)>a.accordion-title,
.uteap a.accordion-title, .uteap .accordion-item:last-child:not(.is-active)>a.accordion-title{
    color: #005e20;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #f2b825;
    background-color: #ffffff;
}
.uteap-new a.accordion-title:focus, .uteap-new a.accordion-title:hover, .uteap-new a.accordion-title[aria-expanded="true"],
.uteap a.accordion-title:focus, .uteap a.accordion-title:hover, .uteap a.accordion-title[aria-expanded="true"]{
    color: #000;
    background-color: #f2b825;
}
.uteap-new .accordion-content, .uteap-new .accordion-content:last-child,
.uteap .accordion-content, .uteap .accordion-content:last-child  {
    border: 1px solid #f2b825;
}
.uteap-new .uteap-columns, .uteap .uteap-columns {
  -webkit-columns: 100px 3;
  -moz-columns: 100px 3;
  columns: 100px 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.uteap-new .uteap-columns li, .uteap .uteap-columns li {
  display: block;
  padding: 1em;
  text-align: center;
}
.dotted-column {
    font-size: .75rem;
    text-align: left;
    margin: 0 auto 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.dotted-column .cell:before {
    content: "\f126 ";
    font-family: "foundation-icons";
    margin-right: 10px;
    color: #f2b826;
}
.dotted-column .cell {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-left: 1em;
    margin-right: -1em;
}
#coverage {
    padding: 0;
}
#coverage .grid-container {
    padding: 0;
}
.uteap-question-callout {
    text-align: center;
    margin: 50px 0;
}

.uteap-question-callout .cell {
    text-align: left;
    position: relative;
    /*border: 1px solid #ddd;*/
    text-align: center;
    padding-bottom: 20px;

  background-color: rgba(3, 93, 32,.05);
  /*background-color: rgba(242, 184, 37, .05);*/
    color: #333;
}
/* Reveal style*/
.uteap-new .close-button, .uteap .close-button {
    background-color: unset;
    color: unset;
}
.uteap-new .reveal .label, .uteap .reveal .label {
    white-space: unset;
}
.uteap-new .reveal-overlay, .uteap .reveal-overlay {
    background-color: rgba(10,10,10,.88);
}
#page-content .uteap-question-callout .slide-down-button {
    /*position: absolute;*/
    /*margin: 0;*/
    /*bottom: 20px;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
}

.uteap-question-callout ul li:before {
    content: "\f159";
    font-family: "foundation-icons";
    margin-right: 7px;
    transition: color .6s ease;
    color: rgba(242, 184, 37, .8);
    text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
    font-size: 1.25rem;
    top: 5px;
    position: relative;
}
.uteap-question-callout ul li:hover::before {
    color: rgba(3, 93, 32,.8);
}

#page-content .uteap-question-callout ul li {
    list-style: none;
    text-indent: -1.5em;
    margin-left: 1em;
    line-height: 1.1rem;
    text-align: left;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.uteap-question-callout h3 {
    padding: 20px 0;
}
.uteap-question-callout h2 {
    border-bottom: 3px solid #f2b826;
    display: inline-block;
    margin: 20px;
    color: #035D20;
}
.radial-out {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #005e20;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition: 300ms ease-out;
transition: 300ms ease-out;
}
.radial-out:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.uteap-new .home-tabs a.button:hover, .uteap .home-tabs a.button:hover {
color: #fff;
}

/* CALLOUT */
.uteap-callout h2, #worklife h2, #legal-financial h2, #effectiveness h2 {
  font-size: 2rem;
  border-bottom: 3px solid #f2b826;
  display: inline-block;
  margin: 0px;
  color: #035D20;
}
.uteap-callout, #worklife, #legal-financial, #effectiveness {
  text-align: center;
  margin: 20px 0;
  color: #035D20;
  font-size: 1.75rem;
  background-color: rgba(242, 184, 37, .05);
  padding: 20px;
}
#legal-financial li, .check-list li {
  list-style: none;
  margin-bottom: 0 !important;
}
#legal-financial li:before, .check-list li:before {
    content: "\f126 ";
    font-family: "foundation-icons";
    margin-right: 10px;
    color: #f2b826;
}
#page-content .uteap-callout p, #effectiveness p {
  font-size: 1.125rem;
  color: #035D20;
  max-width: 700px;
  margin: 0 auto 1rem;
}

#page-content .uteap-callout a {
  color: #035D20;
}


.userpass {
    font-style: italic;
}
/* SLIDE BUTTON */
#page-content .slide-down-button {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
    color: #035D20;
    border: 2px solid #035D20;
    max-width: 100%;
    font-size: 1rem;
    margin: 10px auto;
    letter-spacing: 2px;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    /*overflow: hidden;*/
    position: relative;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
#page-content a.slide-down-button:hover {
    color: #fff;
}
#page-content input.slide-down-button:hover {
    color: #fff;
     background: #035D20;
}
#page-content .slide-down-button:after {
 content: '';
 position: absolute;
 z-index: -1;
 width: 100%;
 height: 0;
 top: 0;
 left: 0;
 background: #035D20;
 -webkit-transition: all 0.4s;
 -moz-transition: all 0.4s;
 transition: all 0.4s;
}
#page-content .slide-down-button:hover:after,
#page-content .slide-down-button:active:after {
 height: 100%;
}

/* CAROUSEL */
.orbit .orbit-figure figcaption p {
    color: #fff;
}
.orbit-controls .orbit-next, 
.orbit-controls .orbit-previous {
    z-index: 4;
    cursor: pointer;
}
.orbit-controls .orbit-next:active, 
.orbit-controls .orbit-previous:active {
    background-color: #f2b826;
}

/* Inner Banner styles */
.uteap-new #header-text, .uteap #header-text {
    padding: 0 2rem;
    max-width: 75rem;
    margin: auto;
}

.uteap-new .heroHeader.whiteText .columns, .uteap .heroHeader.whiteText .columns, .heroHeader.whiteText .cell {
    background: linear-gradient(
90deg
, rgba(0, 102, 53, 0.8), rgba(0, 102, 53, 0.3));
}

.uteap-new .heroHeader, .uteap .heroHeader {
    min-height: 150px;
}

.uteap-new .heroHeader .grid-x, .uteap .heroHeader .grid-x {
    top: 0;
}
.uteap-new .heroHeader h1, .uteap-new .heroHeader .hero-subheading, .uteap .heroHeader h1, .uteap .heroHeader .hero-subheading {
    text-align: left;
    padding: 0 10px;
}
.uteap-new .heroHeader, .uteap .heroHeader {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 3px black;
    margin-bottom: 20px;
}
.uteap-new .heroHeader h1, .uteap .heroHeader h1{
    font-weight: bold;
}

.uteap-new .heroHeader .hero-subheading, .uteap-new .heroHeader .hero-subheading a,
.uteap .heroHeader .hero-subheading, .uteap .heroHeader .hero-subheading a{
    color: #fff;
    /*text-decoration: none;*/
    font-size: .875rem;
    text-transform: capitalize;
    margin-top: 20px;
    font-style: normal;
}

/* BREADCRUMBS */
    .uteap-new .breadcrumbs a, .uteap .breadcrumbs a {
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    text-transform: capitalize;
}
.uteap-new .breadcrumbs a:hover, .uteap .breadcrumbs a:hover {
    color: #f2b826;
}
.uteap2021-inner-banner{
    background: linear-gradient(90deg, rgba(0, 102, 53, 0.8), rgba(0, 102, 53, 0.3)), url('/uteap/assets/img/student-banner.jpg'); 
    min-height: 150px; 
    text-transform: uppercase; 
    color: #fff; text-shadow: 0 0 3px black; 
    font-weight: bold; 
    display: flex; align-items: center;  
    flex-wrap: wrap;
    padding: 20px 0 0 20px;
    margin-bottom:20px;
}
.uteap2021-inner-banner h1{
    font-weight: bold;
}

/* Overlapping Circle */
.circle-container{
    position: relative;
  max-width: 300px;
  height: 235px;
    overflow: hidden;  
}
.shape:hover {
  color: #fff;
  opacity: 1;

    background-color: rgba(3, 93, 32, 1);
}
.shape {
    width: 150px;
    height: 150px;
    transition: background-color 0.5s ease;
    background-color: rgba(3, 93, 32, .1);
    border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-transform: uppercase;
  font-size: .875rem;
  font-weight: bold;
}
.left-circle{
    position: absolute;
    left: 0;
}
.right-circle{
    position: absolute;
    right: 50px;
    top: 0;
}
.bottom-circle{
    position: absolute;
    left: 50px;
    top: 85px;
}
/*Map Styles*/
    .uteap-map-container{
    	max-width: 300px;
    	max-height: 300px;
    	overflow: hidden;
    }
    .uteap-map {
    	display: flex;
    	background-image: url("/uteap/assets/img/Texas-map.png");
    	background-size: cover;
    	width: 300px;
    	height: 300px;
    	position: relative;
    	overflow: hidden;
    }
    .blob {
    	position: absolute;
    	bottom: 118px;
    	right: 32px;
    	background: black;
    	border-radius: 50%;
    	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    	margin: 10px;
    	height: 10px;
    	width: 15px;
    	transform: scale(1);
    	background: rgba(255, 177, 66, 1);
    	box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
    	animation: pulse-yellow 2s infinite;
    }
    
    @keyframes pulse-yellow {
    	0% {
    		transform: scale(0.95);
    		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    	}
    	
    	70% {
    		transform: scale(1);
    		box-shadow: 0 0 0 30px rgba(255, 177, 66, 0);
    	}
    	
    	100% {
    		transform: scale(0.95);
    		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    	}
    }
    /*Gradient List from https://codepen.io/erinesullivan/pen/qGrdGV */
    /* box-shadow */
ol.gradient-list > li::before, ol.gradient-list > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ol.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: #f2b825;
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #035d20;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}
ol.gradient-list > li + li {
  margin-top: 2rem;
}
/* FOOTER */

.uteap-new footer, .uteap footer {
    background-color: #fff !important;
    border-top: 1px solid #eee;
    margin-top: 4rem;
}
.uteap-new footer .grid-container, .uteap footer .grid-container {
    margin: 2rem auto;
    padding-top: 3rem;
    /*border-top: solid 1px #ddd;*/
}
.uteap-new .heroHeader .grid-container,
.uteap .heroHeader .grid-container{
    padding: 0;
}
.uteap-new footer p,
.uteap footer p {
    color: #000;
    font-size: 1rem;
}
.uteap-new footer a,
.uteap footer a {
    color: #005e20 !important;
    text-decoration: underline !important;
}
.uteap-new footer a:hover, footer a:active, .uteap footer a:hover {color: #0078a0;}
/* UTEAP Nav -- TABLET */
@media screen and (min-width: 40em) {
    /*.uteap-new .grid-container {*/
    /*    padding: 0 2rem;*/
    /*}*/
    .uteap-new .tabs-content, .uteap .tabs-content {
        width: calc(100% - 20px);
    }
    /* CALLOUT */
    .uteap-callout h2, #effectiveness h2 {
      font-size: 2.5rem;
      margin: 0 0 40px 0;
    }
    #page-content .slide-down-button {
        padding: 20px 40px;
        font-size: 1.25rem;
        margin: 15px 30px;
    }
}
/* UTEAP Nav -- DESKTOP */
@media screen and (min-width: 64em) {
    
    #site-menu > .menu > li:hover > a::before,
    #site-menu > .menu > li:focus > a::before,
    #site-menu > .menu > li:focus-within > a::before {
        transform: translateX(0);
    }
    #site-menu > .menu > li > a::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #f2b826;
        z-index: -1;
        transform: translateX(-105%);
        transition: .3s transform;
    }
    .standard-vertical-tabs {
      padding: 0 20px;
    }
    .uteap-new .standard-vertical-tabs .tabs, #tabs-home ul.tabs, .uteap .standard-vertical-tabs .tabs {
        justify-content: center;
    }
}