/*Added space to right of home icon in breadcrumbs - DL */
.breadcrumbs li a i{
padding-right: 3px;
}



.pathway-buttons a{
    font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px #006A4E;
    padding: .5rem;
}

.pathway-buttons a:hover{
    color:white;
    background-color:#006A4E;
}

.az-buttons a {
    font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px #006A4E;
    padding: .5rem;
    float: left;
    margin: 0.3em;
}

az-buttons a:hover {
     font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px #006A4E;
    padding: .5rem;   
}

clearfix {
    overflow: auto;
}

.az-buttons .disabled a {
    color: gray;
    font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px gray;
    padding: .5rem;
    float: left;
    margin: 0.3em;
}

#degrees table tr td {
line-height: 3em;
}


/* Tabs Test CSS*/

/* Style the tab */

/* Rey's CSS */

.tablinks {
    color:#008461;
    background-color:#EAEAEA;
    padding: 15px;
    border:none;
    font-weight:bold;
}

button.tablinks.active {
    color:white;
    background-color:#008461;
    font-weight:bold;
}

.tablinks.printopts{
    float:right;
    background-color:#ffc72c;
    color:black;
    font-weight:bold;
}



/* Rey's CSS */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #008461;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

@media (max-width:425px) and (min-width:320px) {
    button.tablinks {
        width: 100%;
        margin-bottom: 0.25em;
      }
    
    .tablinks.printopts {
	    float:none
      }

    }
    
/* Career Coach Center Screen Rey */

.FatWidget__Wrapper-sc-1kuejm1-0 .hifEkN .custom-style--career-widget-two-column {
    margin: auto;
}

/* Career Coach Center Screen Rey */


/* Tabs Test CSS*/


.social-icons img {
    height: 3em !important; /* Rey */
}

/* Using flexbox to arrange bot images */
        .main-tc{
            display:flex;
            flex-direction:row;
            align-items: center;
        }
        .main-tc .trustee-container{
            padding:10px;
        }
  /*      .trustee-img img{
            width:100%;
            height:100%;
        } */
        .trustee-container .trustee-info {
            height: 200px;
        }
        
/* buttons and descriptions are for card grid are too close together - DL */

        .body .details{
            margin-bottom: 10px;
        }
        
/*card grid was NOT meant to be used on non-landing pages and looks ridiculous
this is meant to fix that :-( */
     .content-area .slab .card-grid {
        padding: 0 20px;
        margin: 0px
     }
    
     .card-grid .slab-container h2{
        margin-top: 40px;
     }
     
     
     .slab .card-grid .inner .item a .card-inner {
        display: flex;
        justify-content: center;
     }
     

     
/* Fixes for mobile - DL */
@media (max-width:767px){

        /* Makes buttons in 'Teaser' Row of Content contrast from background - DL */
        .button-wrapper .bttn {
            background-color: #006A4E;
        }

        /* Reverses 'Image Teaser' Row of Content in mobile to look less jarring - DL */
        .teaser-wrapper .teaser-inner{
            display:flex !important;
            flex-direction: column-reverse !important;
        }  

        /* Reverses 'Image Teaser Alt' Row of Content in mobile to look less jarring - DL */
        .flip .teaser-wrapper .teaser-inner{
            display:flex !important;
            flex-direction: column !important;
        }

         /* Eliminates margin from 'Image Teaser' Row of Content in mobile in order to
        look more presentable */
        .teaser-inner .teaser-media{
            margin-top:0px !important;
        }

        /* Adds padding to bottom of 'CTA Teaser' Row of Content to
        look more presentable */
        .cta-teaser{
            padding-bottom:20px !important;
        }

        .slab .button-grid .inner {
            flex-direction: column;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
         }

         .slab .button-grid {
            padding: 100px 0 100px 0;
         }

        /* separation between items in 'Button Grid' RoC in mobile -DL */ 
        .slab .button-grid .inner a{
            margin-bottom: 20px;
        }

        /* Reduce padding for top and bottom of 'Button Grid' -DL */
        .slab .button-grid {
                padding: 40px 0 40px 0;
         }

        .slab .cta-teaser .inner .two .item {
            margin-bottom: 40px;
        }

        /* Create separation between title and content for 'width: 90 Grid' in mobile - DL*/
        .card-grid .slab-container .inner{
            padding-top: 4px;
        }

        .slab .card-grid {
            padding: 40px 0;
        }

        .slab.angled-two-alt {
            margin-bottom: 40px;
        }

        .inner:last-child > .item{
            border-bottom:0;
         }
       /* Better spacing for 'Image Teaser' in mobile - DL*/
       
        .slab .image-teaser-alt {
            padding: 60px 0px 60px 0px;
        }
        
        .text-cta .inner-container .buttons .button{
            width: 80%;
            text-align: left;
            padding-left: 20px;
        }
        
        .slab .card-grid .inner .item{
            width: 90%;
        }
        
        .slab .image-teaser-alt .teaser-wrapper {
            width: 90%;
            margin: auto;
        }
        
        .logo .campus{
             margin-bottom: 20px;
        }
        footer .wrapper .foot-col .social-icons {
         margin: 20px 0 40px 0;
         }
         
        .slab .card-grid{
        margin-bottom:40px;
         }


/* vertical orientation for cta */

    .slab .cta-teaser .inner {
        flex-direction: column;
    }
    
    .slab .cta-teaser .inner .two {
        flex-direction: column;
    }


    /*sets images to 100% width -DL*/
        .slab a .center-align-img {
        
            width: 100%;
        }
        
        
        .main-tc{
            flex-direction:column;

        }
        
    /* removes vertical image stretching in mobile resolutions - DL*/
        img{
            height:100% !important;
        }
        
        
    /* stacks card-grid in mobile to be more presentable -DL*/
        
        .card-grid .slab-container h2 .inner{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        /* Gives card grid items more space as they were too close together -DL*/
        .card-grid .slab-container h2 .inner .item{

            margin-top:20px !important;
        }
            
            
            /* buttons and descriptions are for card grid are too close together in desktop
            but too far apart in mobile
            - DL */

        .body .details{
            margin-bottom: 0px;
        }
        
        
/************ MOBILE CAROUSEL WORK IN-PROGRESS  ************/
    .carousel .carousel-hero .item .carousel-container .message {
       padding: 7px;
       background-color: rgba(0,0,0,0.33);
    }
    
    .carousel-container{
        margin-top:-126px !important;
    }
    
    .carousel .carousel-hero .item .inner-wrap {
    overflow: visible;
}
    
/************ MOBILE CAROUSEL WORK IN-PROGRESS  ************/
        
}




                 

   
/* Fixes to 'Button Grid' Row of Content for desktop resolutions resutling from 
changes to mobile nav - DL */
.slab .button-grid .inner{
    width:95%;
    margin: 0 auto 0 auto;
}



/* previous version of 'CTA Teaser' did not match the look of the other Row of Content
items */


    
@media (min-width: 767px){


    .slab .hm-cta .inner {
        box-shadow: 0 0 15px 5px rgb(0 0 0 / 50%);
        margin: 40px -20px;

    }
    

    
}

/* Grant dev recent announcement styling Rey Ramos */

.grant-box {
    background-color: #eeeeee;
    max-width: 900px;
   /*max-height: 70vh;
    disable to remove scrollbar*/
    padding: 0 1.25em 1.25em 1.25em;
    margin: auto;
    margin-block: 1.25em;
   /*overflow-x: hidden;
    disable to remove scrollbar*/
   /* overflow-y: scroll;
    disable to remove scrollbar*/
}
.recent-annc-header h1{
    color: white;
    background-color: #006a4e;
    border: #ffc72c;
    margin-top: -12px;
    margin: 0 -21px 20px -21px;
    padding: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 8px;
}
#grants {
   /* height: auto;
    max-height: 72vh;
    */
    width: auto;
    max-width: 900px;
    display: flex;
    flex-flow: row wrap;
    flex: 50%;
    position: relative;
}
.grant {
   /*min-height: 250px;
   */
   /* remove if auto height needed*/
    padding: 1rem;
    flex: 1 1 40%;
    margin: 0.5em;
    padding: 0.5em;
    background-color: white;
}
.grant a.expand, .grant a:visited {
    color: #006a4e;
    font-weight: bold;
    text-decoration: 1pt underline dotted;
}

.grant a.active, .grant a:hover,
.grant a.visited:hover, .grant a.visited:active,
a:not([href]):not([tabindex]):hover {
    color: #ffc72c;
}
.grants p {
    line-height: 1.7;
}
.titles {
    font-size: 1.5em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}
.expand {
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    position: relative;
}

.info {
    display: none;
}
.info p {
    font-size: 0.85em;
}

@media (min-width: 320px) and (max-width: 425px) {
.recent-annc-header h1 {
    font-size: xx-large;
    }

#grants {
    flex-direction: column;
    }

}

/* Grant dev recent announcement styling Rey Ramos */

/* Equal Opportunity Statement Rey Ramos*/
#equal-employer {
    padding-top: 2em;
    padding-bottom: 2em;
}
/* Equal Opportunity Statement Rey Ramos*/



    .slab .hm-cta {
        padding:20px 0 20px 0;
    }
    
/* Text before this resolution will touch the edge of the browser if not adjusted this way -DL 05/23/2024 */
@media (max-width: 1480px){


    .slab .hm-cta {
        margin-left: 20px;
        margin-right:20px;

    }
    
@media (min-width: 62rem)
    ul.utility-nav {
    
        right: 0px !important;
    }


.hot-post-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hot-post-right .post-thumb{
    height: 49%;
}
}


/* Fixed carousel height on mobile Rey */


.item .slick-slide .slick-cloned {
    min-height: 170px !important;
}

.slick-track:after, .slick-track:before {
    min-height: 170px !important;
}

/* Fixed carousel height on mobile Rey */


/* Hero Video Rey Ramos */

.bg-video {
  top: 0;
  left: 0;
}

.bg-video__content {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.overlay-video {
  background: linear-gradient(180deg,rgba(0, 106, 78, 1), rgba(0, 106, 78, 0) 50%);
  width: 100%;
  height: 50%;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 425px) {
.overlay-video {
    height: 25%;
    margin-top:-0.25em;
}

  .bg-video__content {
    height: 25%;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .overlay-video {
    height: 50%;
}
  .bg-video__content {
    height: 50%;
    width: 100%;
  }
}

.transparent-nav {
  background: #006a4e;
}


/* Hero Video Rey Ramos */

/* GTranslate Styling  Rey Ramos */

body {
    position: inherit !important;
}

.gtranslate_wrapper .gt_container--wz96ug:focus-visible {
  outline: none;
}

.GTranslate-styling {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-bottom: 5px solid white;
}

select {
  background-color: transparent;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: bold;
  border: none;
  width: 100%;
  min-width: auto;
  min-height: 100%;
}

select:hover {
	color:black;
	cursor:pointer;
}


select option {
  background-color: #d9d6d6;
  color: #000;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 10px;
}

a.select.gt_selector.notranslate {
	font-size: inherit;
}

a.select.gt_selector.notranslate:hover {
	color: black;
}

a#aGTranslate:hover {
	background: transparent;
	cursor:pointer;
}

@media (min-width: 320px) and (max-width: 768px) {
  li#gtranslateWrapper {
    display: block;
    width: 50%;
    margin: 1em auto;
  }

}


@media (min-width: 320px) and (max-width: 990px) {

  li#gtranslateWrapper {
    display: block;
    margin: 1em auto;
  }

  .GTranslate-styling {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 1em auto;
    border: solid white;
  }
  
  	a#aGTranslate {
		border: none;
		width: 100%;	
	}

  select {
    width: 100%;
    font-size: 1.125rem;
  }

}


/* GTranslate Styling  Rey Ramos */


/* Flip Card Styling Rey Ramos */

.cardRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 2em;
}

.member {
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
}

.member img {
    max-width: 300px;
    margin: 1em;
    border-radius: 50%;
}

.flipCard {
    background-color: transparent;
    width: 300px;
    height: 300px;
    margin: auto;
    padding-bottom: 2em;
    border: 1px solid #2a2a2a;
    display: flex;
    flex-direction: row;
    perspective: 1000px;
}

.cardInner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flipCard:hover .cardInner {
    transform: rotateY(180deg);
}

.flip-Card-front, .flip-Card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-Card-front {
    background-color: #2a2a2a;
    color: white;
}

.flip-Card-back, .flip-Card-back {
    background-color: #2a2a2a;
    color: #ffffff;
    transform: rotateY(180deg);
    height: 300px;
}

.flip-back-text {
    margin: 2em;
}

.flip-Card-back a {
    color: #ffc72c;
}

.flip-Card-back h4 {
    color: #ffffff;
}

.flipCard-title {
    width: 100%;
    min-height: 4em;
    padding: 1em;
    display: flex;
    text-align: center;
    background-color: #006A4E;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: .5em solid #ffc72c;
}

.flipCard-title h3 {
    color: #ffffff;
    font-size: smaller;
    margin: auto;
}

.member .flip-Card-front img {
    max-width: 298px;
    margin: 0;
    border-radius: 0;
}

@media (min-width: 320px) and (max-width: 768px){
    .cardRow {
        flex-direction: column;
    }

    .member {
        width: 100%;
        padding-bottom: 2em;
        /* //max-width: 50%; */
    }

    .member img {
        width: 100%;
    }

    .flip-Card {
        width: 100%;
        max-width: 300px;
    }

    .flip-Card-front {
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .member {
        max-width: 50%;
    }
}

/* Flip Card Styling Rey Ramos */


/* Full width teaser arrow color Rey Ramos */

.slab .text-cta .buttons a:after {
    color: #ffffff;
}

/* Full width teaser arrow color Rey Ramos */