@charset "UTF-8";



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  font: inherit;
  vertical-align: baseline;
}
img.art-img {
  margin-bottom: 15px;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
    scroll-behavior: smooth;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #2e3233;
  background-color: #ffffff;
  height: 100%;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	overflow-x: hidden;
}
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
p {
  line-height: 1.5em !important;
}

a[data-region-style="button"].ou-btn.edit-source {
  display: none !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body.open {
  overflow: hidden;
}

body.stuck {
  overflow: hidden;
}

.ccri-main-content {
  font-size: 1.5rem;
  background: #fff;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .ccri-main-content {
    margin-top: 51px;
  }
}
.sideMenu {
  font-size: 1.6rem;
}
a.award {
  display: none;
}
.award-small {
  display: none;
}

address {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.ccri-main-content a {
  transition: all 0.4s ease;
}

.clear-float {
  clear: both;
}

@media only screen and (min-width: 576px) {
  .ccri-main-content{
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .ccri-main-content {
    font-size: 1.6rem;
  }
	.sideMenu {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .ccri-main-content {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1200px) {
 
  .sideMenu {
    font-size: 1.7rem;
  }
}



.sideMenu .dropdown-menu {
  font-size: inherit;
}

@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

a {
  color: #69aa6f;
  text-decoration: none;
  cursor: pointer;
}

a .ccri-main-content {
  transition: all 0.3s ease;
}

img {
  /* make images responsive */
  max-width: 100%;
  height: auto;
}

img.border-radius-16{
	border-radius: 16px;
}
img.border-radius-24{
	border-radius: 24px;
}
img.border-radius-32{
	border-radius: 32px;
}



img.card-img {
    margin-bottom: 1em;
    aspect-ratio: 6 / 3.4;
    object-fit: cover;
    border-radius: 24px;
}
button:focus {
  outline: none;
}

em {
  font-style: italic;
}
.edit-area img {
  margin-bottom: 1em;
}
.edit-area .card-one-image img {
  margin-bottom: 0px;
}

/* --------------------------------

table styles

-------------------------------- */

.table {
  margin-bottom: 30px;
  color: #282828;
	border: solid 1px #f5f5f5;
}

.table td,
.table th {
      padding: 1.2em 15px;
  line-height: 1.4em;
  font-size: 0.9em;
}

.table th {
  font-weight: 600;
  letter-spacing: 1px;
  background: #282828;
  color: #fff;
}

.table tbody + tbody,
.table td,
.table th,
.table thead th {
  border: 0;
}

.table tbody tr:nth-of-type(odd) {
      background-color: #f5f5f5;
}

.grey-background .table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

caption {
 padding: 0.5em 15px;
  
  
    text-align: left;
    caption-side: top;
    font-size: 1.6em;
    color: #282828;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}

/* --------------------------------

Masthead  Styles

-------------------------------- */

.masthead .container-fluid,
.masthead .row,
.masthead .col-12 {
  height: inherit;
}


.page-header{
    position: absolute;
    bottom: 0px;
    background-color: transparent;
	padding:0px;
    padding-bottom: 25px;
    top: initial;
}

@media (max-width: 1000px) {
  
   .page-header {
  padding: 15px;
    left: 0px;
  }
}

.page-header h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.7em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 3px 4px 11px rgba(93, 93, 93, 0.4);
}
@media (min-width: 1001px) {
.department-home .page-header h3{
	font-size: 3.7em;
	
}
}
@media (max-width: 1000px) {
  .page-header h3 {
    font-size: 2em;
  }
}

@media (max-width: 750px) {
  .page-header h3 {
    font-size: 1.5em;
  }
}

.department-home p.masthead-summary {
display: none;
}

.header-apply-btn {
display: none;
}


@media (max-width: 1000px) {
  .department-home p.masthead-summary,
  .header-apply-btn {
    display: none;
  }
}

.masthead.department-home {
  height: 600px;
	position: relative;
}

.masthead.department-inside {
height: 300px;
    position: relative;
}

.masthead.department-inside .container-fluid::before,
.masthead.department-home .container-fluid::before
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 31%, rgb(0 0 0 / 60%) 85%);
    content: "";
    
}

@media (min-width: 1900px) {
  .masthead.department-home {
    height: 600px;
  }
 
}

.masthead .container-fluid {
      max-width: 1409px;
    padding: 0 55px;
 
}

@media (max-width: 1000px) {
  .masthead.department-home {
    height: 300px;
  }
  .masthead.department-inside {
    height: 200px;
  }
	.masthead .container-fluid {
     
    padding: 0 15px;
 
}
}

@media (max-width: 750px) {
  .masthead.department-home {
    height: 220px;
  }
 
}



@media (max-width: 480px) {
  .masthead.department-home,
  .masthead.department-inside {
    height: 130px;
  }
}

/* --------------------------------

Breadcrumb Styles

-------------------------------- */

.bread-box {
  background: #f5f5f5;
}

.bread-box .container-fluid {
  max-width: 1409px;
    padding: 0 45px;
}

@media (max-width: 1000px) {
  .bread-box {
    display: none;
  }
}



.breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border-radius: 0px;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}

.breadcrumb li::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  padding-left: 3px;
  color: #a9a9a9;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb a {
  padding: 13px 10px;
  display: inline;
  color: #585858;
}

.breadcrumb li {
  font-size: 0.9em;
  color: #585858;
}

.breadcrumb li:last-of-type {
  padding: 13px 10px;
  display: inline-block;
  color: #585858;
  background: #fff;
  margin-left: 10px;
}

.breadcrumb .first-crumb a {
  color: #00703c;
}

.breadcrumb a:hover {
  color: #00703c;
}


/* --------------------------------

Content Block Styles

-------------------------------- */
.grey-block {
    background: #f5f5f5;
}
.content-block {
    max-width: 1409px;
   
    padding: 4em 15px;
    margin: 0 auto;
}
@media only screen and (min-width: 1001px) {
	.content-block {
   
   
    padding: 4em 40px;
    
}
}

#grey-background {
    background: #f5f5f5;
}
.edit-area {
    overflow: hidden;
}

/* --------------------------------

Add edit section Block Styles

-------------------------------- */

.add-edit-section{
		
		 max-width: 1440px;
         padding: 3.5em 15px;
         margin: 0 auto;
		}
.add-edit-section.narrow{
		
		 max-width: 900px;
        
		}
@media only screen and (min-width: 992px) {
   .add-edit-section{
         padding: 5em 4em;
		}
}
		
		#no-display-one,
		#no-display-two,
        #no-display-three,
         #no-display-prenav{
		display: none!important;
		}
		
		.grey-background {
    background: #f5f5f5;
}
/* --------------------------------

 top-one Styles

-------------------------------- */
.top-one-sec-one {
    
    padding: 3.5em 15px;
}
@media only screen and (min-width: 992px) {
	.top-one-sec-one {
          max-width: 100%;
        padding: 6em 4em;
        margin: 0 auto;
        width: 1440px;
}
	
	
}



/* --------------------------------

Breadcrumb top-one Styles

-------------------------------- */


 .bread-box {
    background: transparent;
	 width: 99%;
	 display: block;
}
 .breadcrumb a, .edit-area .breadcrumb a {
   text-decoration: none;
    color: #292929;
}
  .breadcrumb .first-crumb a, .edit-area .breadcrumb .first-crumb a {
    color: #00703c;
    padding-left: 0px;
}
	 .breadcrumb li::after {
    display: none;
   
    content: "";
    padding-left: 0px;
   
}
 .breadcrumb li:last-of-type {
  
    display: none;
}
	 .breadcrumb li::before {
   display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    padding-left: 0px;
    color: #a9a9a9;
   
}
		
	 .breadcrumb li:nth-child(1):before   {
    content: none;
}

.edit-area .bread-box ul, .edit-area .bread-box ol {
    overflow: initial;
    margin-bottom: 0px;
    padding-left: 0px;
	list-style: none;
}

@media only screen and (max-width: 991px) {
.breadcrumb li{
		 font-size: 1.1em;
		display:none;
		}
		
		 .breadcrumb li:nth-last-child(2){
		
		display:list-item;
		}
		
		 .breadcrumb li::before {
 font-weight: 800;
    content: "\f060";
   color: #00703c;
}
}


@media only screen and (min-width: 992px) {

			.breadcrumb{
		width: 99%;	
			flex-wrap: nowrap;
			}
.breadcrumb li{
       overflow: hidden;
    white-space: nowrap;
    flex-grow: 1;
    text-overflow: ellipsis;
    max-width: fit-content;
   
    display: flex
;
    align-items: center;
}

.breadcrumb a{
			overflow: hidden;
    white-space: nowrap;
			 text-overflow: ellipsis;
    max-width: fit-content;
			
			}
			
			.breadcrumb li:hover, .breadcrumb li:focus-within {
    flex-grow: 2;
    min-width: fit-content;
    overflow: visible;
}
			
}

.no-crumb{
	display:none;
}

/* --------------------------------

Top Video Styles

-------------------------------- */
		
#bannerVideo {
		display:none;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.header-image {
    position: relative;
	line-height: 0px;
}
		
		.header-vid-btn {
    display: none;
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 3;
    color: #fff;
    font-size: 1.3em;
    background: none;
    border: none;
    text-shadow: 0px 0px 11px #2828289e;
}
	.header-vid-btn.hide-btn {
    display: none;
}
		
/* .header-video-image{
		  height:100%;
		}
	*/	
		
		@media only screen and (min-width: 992px) {
    .header-video-image{
		
		display:none;
		}
		.header-vid-btn {
    display: block;
		}
		#bannerVideo {
		display: block;
			height: 37vw;
		}
}






/* --------------------------------

Header Image top-one Styles

-------------------------------- */


.header-image img {
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

@media only screen and (min-width: 760px) {
.header-image img{
   
    height: 37vw;
    
}
	
}
/* @media only screen and (min-width: 992px) {
.header-image #bannerVideo{
   
    height: 37vw;
    
}
	
} */
/* --------------------------------

Text top-one Styles

-------------------------------- */
.top-one {
    display: flex;
    flex-direction: column;
}

h1{
     font-size: clamp(34px, 20px + 3.75vw, 82px);
    font-weight: 900;
    text-transform: uppercase;
  margin-bottom: .4em;
    margin-top: .4em;
    letter-spacing: .02em;
	 font-family: "Roboto Slab", serif;
    color: #2a2a2a;
	    
    }

.no-hero-header h1  {
     font-size: clamp(34px, 20px + 3.75vw, 65px);
    margin-top: 0em;
	margin-bottom: .4em;
	    
    }

	h1 span{
		color: #00703c;
		}



@media only screen and (min-width: 992px) {
	h1 {
       
       margin-bottom: .2em;
    margin-top: .2em;
    }
	
}



.top-one p {
    font-size:  clamp(18px, 15.5px + 0.7813vw, 28px);
	color:#292929;
	margin-bottom: 1em;
}
.top-one p:last-of-type { 
        margin-bottom: 0em;
    }

.local-desktop{
		
		display:none;
		
		}
		@media only screen and (min-width: 992px) {
		  .local-desktop{
		
		display:block;
		
		}
		}
.header-image p {
    line-height: 0px !important;
    width: 100%;
    height: 100%;
}
/* --------------------------------

Top-Two Styles

-------------------------------- */


.top-one.top-two {
    display: flex;
    flex-direction: column;
}


.top-one.top-two .header-image {
    flex-basis: 50%;
    padding-top: 0;
    align-self: stretch;
   
}
@media only screen and (max-width: 991px) {
.top-one.top-two .header-image {
  
   height: 250px; 
}
}

@media only screen and (min-width: 992px) {
	  
	.top-one.top-two {
   
    flex-direction: row;
}
	 .top-one.top-two .top-one-sec-one {
         max-width: 100%;
        margin: initial;
        flex-basis: 50%;
        padding-top: initial;
			padding: 4em 4em;
        align-self: center;
		 width: initial;
		 
    }
	.top-one.top-two .header-image {
    
       
   
    min-height: 41em;
}
	   .top-one.top-two .header-image img, 
	.top-one.top-two .header-image #bannerVideo {
        height: 100%;
    }
}

/* --------------------------------

Top-Two Styles img on right Styles

-------------------------------- */

.top-one.top-two.banner-img-left .top-one-sec-one {
    order: 2;
}

/* --------------------------------

Top-Two Styles img on right Styles

-------------------------------- */

 .top-one.top-img .top-one-sec-one {
    order: 2;
}


/* --------------------------------

Top Green Background Styles

-------------------------------- */

#green-background {
    background: #00703c;
}

.top-one#green-background h1,
.top-one#green-background h1 span,
.top-one#green-background p,
.top-one#green-background .breadcrumb a,
.top-one#green-background .breadcrumb .first-crumb a,
.top-one#green-background .breadcrumb li::before 
{
   
    color: #ffffff;
}



/* --------------------------------

Main Content Styles

-------------------------------- */

.edit-section {
  padding: 3em 0px;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  display: flex;
  width: 100%;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  

	flex-direction: column;
}

@media only screen and (min-width: 992px) {
.edit-section {
  flex-direction: row;
}
}


/* --------------------------------

 Block Styles - Featured Content full width

-------------------------------- */
.full-width-feature  {
    display: flex;
    flex-direction: column;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 0em 0em 0em 0em;
	    margin-bottom: 3em;
    gap: 10px;
}

.fullwidth-edit-section .full-width-feature:last-of-type {
 
    margin-bottom: 0em;
   
}


.feature-img {
    flex-basis: 50%;
   
}
.feature-img img {
    height: 100%;
    object-fit: cover;
    margin-bottom: 0px;
}
.feature-content {
	 
    padding: 2em 15px 0px;
    
    
}
span.feature-heading-green {
	    font-weight: bold;
    margin-bottom: .4em;
    font-size: 3em;
    font-family: "Roboto Slab", serif;
    color: #00703c;
    display: block;
 
}
a.btn-green.no-btn {
    display: none !important;
}
@media only screen and (min-width: 992px) {
.full-width-feature  {
    flex-direction: row;
    padding: 0em;
}
.feature-content {
   flex-basis: 50%;
    padding: 2em 3em;
    align-content: center;
}
	.feature-img-right .feature-img {
    order: 2;
}
}
@media only screen and (min-width: 1630px) {
.feature-content {
        
        padding: 2em 6em;
       
    }
}
@media only screen and (min-width: 2060px) {
.full-width-feature  {

    padding: 0em 4vw;
    
}
}
/* --------------------------------

 Block Styles - Featured Content two

-------------------------------- */

.full-width-two{
   display: flex;
	width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;			
    justify-content: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
	margin-top: 3.5em;
	margin-bottom: 3.5em;
}
.full-width-two::before {
    content: '';
    filter: brightness(0.5) saturate(140%);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: inherit;
}

.full-width-two-cont {
    display: flex;
    flex-direction: column;
    padding-top: clamp(75px, 52.7143px + 6.9643vw, 153px);
	padding-bottom: clamp(75px, 52.7143px + 6.9643vw, 153px);
	padding-left: 15px;
	padding-right: 15px;
    z-index: 2;
    gap: 2em;
	max-width:1440px;
	color: #fff !important;
}
@media only screen and (min-width: 992px) {
	
	.full-width-two{
	margin-top: 5em;
	margin-bottom: 5em;
}
    .full-width-two-cont {
        flex-direction: row;
		padding-left: 4em;
	    padding-right: 4em;
    }
	.full-width-two-description, .full-width-two-headers {
    	flex-basis: 50%;
	}
}
.full-width-two p.tag-line {
    color: #fff;
}
.full-width-two-heading{
font-family: "Roboto Slab", serif;
    color: #ffffff;
    margin-bottom: 15px;
    clear: both;
    font-weight: bold;
    margin-bottom: .6em;
    font-size: clamp(45px, 38.4286px + 2.0536vw, 68px);
}
.edit-area .full-width-two-cont	a.btn-green{	
	border: solid 1px #fff;
}

	
/* --------------------------------

Menu Content Styles

-------------------------------- */


	


.menu-edit-section {
 
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px;
  padding-top: 0px;
  transition: all 0.3s;
  
}
.menu-edit-section-inside {
  font-size: 0.8em;
}

#no-nav .menu-edit-section {
    display: none;
}

/* --------------------------------

Main Edit Content Styles

-------------------------------- */

.main-edit-section {
  width: 100%;
  padding: 0px 15px;
  color: #292929;
  min-width: 0;
}
@media only screen and (min-width: 992px) {
  .menu-edit-section {
    z-index: 996;
    width: 26%;
    min-width: 26%;
    max-width: 26%;
	  padding: 0px;
  }
  .edit-section {
    max-width: 1440px;
    justify-content: space-between;
    padding: 5em 4em;
  }
  .main-edit-section {
    width: 66%;
	  padding: 0px;
  }
}
#no-nav .main-edit-section {
    width: 100%;
}


h2 {
  font-family: "Roboto Slab", serif;
  color: #00703c;
  margin-bottom: 15px;
  clear: both;
}

.edit-area h3,
.fullwidth-edit-section h3{
  padding-bottom: 15px;
  padding-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #292929;
  font-size: 2.2em;
  clear: both;
  line-height: 1.2em;
}

   .edit-area h3.heading-green, .fullwidth-edit-section h3.heading-green{
	font-family: "Roboto Slab", serif;
    color: #00703c;
		margin-bottom: .6em;
		font-size: 3em;
		line-height: inherit;
	       padding: 0px;
		
		}
		
		 

		.edit-area h3.heading-green.small-header, .fullwidth-edit-section h3.heading-green.small-header{
		font-size: 1.5em;  
		
		}
		
     .edit-area h3.heading-green.med-header, .fullwidth-edit-section h3.heading-green.med-header{
		 font-size: 2em;
		
		}
	
	  .edit-area h3.small-header, .fullwidth-edit-section h3.small-header {
        font-size: 1.4em;
    }
		
		    .edit-area h3.med-header, .fullwidth-edit-section h3.med-header {
        font-size: 1.7em;
    }
		
@media only screen and (min-width: 992px) {
		
		  .edit-area h3.small-header, .fullwidth-edit-section h3.small-header {
        font-size: 1.5em;
    }
		
		    .edit-area h3.med-header, .fullwidth-edit-section h3.med-header {
        font-size: 2em;
    }
		
		
		 .edit-area h3, .fullwidth-edit-section h3 {
        font-size: 2.6em;
    }
		
		
		
		  .edit-area h3.heading-green, .fullwidth-edit-section h3.heading-green{
		font-size: 3.7em;
		}
		

	
	.edit-area h3.heading-green.small-header, .fullwidth-edit-section h3.heading-green.small-header{
		 font-size: 1.7em;
		
		}
		
     .edit-area h3.heading-green.med-header, .fullwidth-edit-section h3.heading-green.med-header{
		font-size: 2.7em
		
		}
	
}
		







.edit-area h2 {
  padding-top: 0px;
}


div#no-nav-sec {
    display: none !important;
}

h4 {
  margin-bottom: 13px;
  font-size: 1.2em;
  color: #387f84;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}

h5 {
  margin-bottom: 8px;
  font-size: 1.1em;
  color: #292929;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}



h2 {

    font-weight: bold;
    margin-bottom: .6em;
    font-size: 3em;
}

		
h2.heading-black {
		 padding-bottom: .35em;
         padding-top: .35em;
         font-family: "Roboto Condensed", sans-serif;
		 color: #292929;
		 line-height: 1.2em;
		 font-size: 2.2em;
		 margin-bottom: 0px;
	}
		
		
	   h2.small-header{
        font-size: 1.5em;  
}
		    h2.med-header{
        font-size: 2em;  
}	
 h2.heading-black.small-header{
    font-size: 1.5em;  
}
		    h2.heading-black.med-header{
    font-size: 1.8em;  
}	

@media only screen and (min-width: 992px) {
h2 {

 
   
    font-size: 3.7em;
}
	
	  h2.small-header{
    font-size: 1.7em;  
}
		h2.med-header{
    font-size: 2.7em;  
}
		h2.heading-black {
	
		font-size: 2.6em;
		}
				 h2.heading-black.small-header{
    font-size: 1.5em;  
}
		    h2.heading-black.med-header{
    font-size: 2.1em;  
}	
	
	
	
}

		
		
h3 ~ h2,
.edit-area h1 + h3,
h2 ~ h1,
h3 ~ h1
{
		color:red!important;
	}

h2 ~ h1:after,
h3 ~ h1:after {
	color:red!important;
    content:" Please do not use the H1 tag. Use h2 and then h3 tags. "
		}
		
h3 ~ h2:after {
	color:red!important;
    content:" Please do not use a heading 2 tag after a heading 3 tag. Use the heading 3 tag instead. "
		}

.edit-area h1 + h3 {
  color:red!important;
}
.edit-area h1 + h3:after {
	color:red!important;
    content:" Please do not use a heading 3 tag after a heading 1 tag. Use the heading 2 tag instead. "
		}

.edit-area a {
    color: #2d5e7b;
    text-decoration: underline;
}

.edit-area a:hover {
  color: #2d5e7b;
  text-decoration: none;
}

.edit-area ul,
.edit-area ol {
  overflow: hidden;
  margin-bottom: 20px;
}

.edit-area ol {
  list-style: decimal;
  padding-left: 15px;
  list-style-position: inside;
}

@media (max-width: 500px) {
.edit-area ol {
    padding-left: 0px;
  }
}

.edit-area li {
  line-height: 1.4em;
  margin-bottom: 10px;
}

 .fullwidth-edit-section p,
.edit-section p {
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media only screen and (min-width: 1001px) {
.fullwidth-edit-section p,
.edit-section p
{
   
    font-size: 1.2em;
}
}

.edit-area strong {
  font-weight: bold;
}




p.tag-line {
    margin-bottom: 8px;
    font-size: 1.2em;
    color: #292929;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    line-height: 1.3em !important;
    letter-spacing: -.5px;
}
/*---- revised with proportional letter-spacing. JK 3/30/20 ---*/


.edit-area h1 + h2 {
  padding-top: 0px;
  padding-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  color: #292929;
  font-size: 1.5em;
  clear: both;
  line-height: 1.2em;
  margin-bottom: 0px;
}

/* --------------------------------

list with dots Styles (default for ul's)

-------------------------------- */

.edit-area ul li::before {
  color: #cecece;
  font-size: 0.4em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f111";
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.edit-area ul li {
  padding-left: 1em;
  position: relative;
  /* overflow: hidden; */
}
.edit-area ul li:last-of-type {
  margin-bottom: 0px;
}
.edit-area li ul,
.edit-area li ol {
  margin-bottom: 0px;
  padding-left: 10px;
  font-size: 0.9em;
}

.edit-area li ul li:last-of-type,
.edit-area li ol li:last-of-type {
  margin-bottom: 0px;
}

.edit-area li ul,
.edit-area li ol {
  margin-top: 10px;
}

.edit-area li p {
  display: inline;
}
.edit-area li h4 {
  margin-bottom: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: initial;
  line-height: inherit;
}
/* --------------------------------

list without dots Styles (

-------------------------------- */

.edit-area ul li.no-dots::before {
  display: none;
  content: " ";
}

.edit-area ul li.no-dots {
  padding-left: 0px;
  position: relative;
}

.edit-area ul li.no-space {
  margin-bottom: 0px;
}

.edit-area ul.no-dots li::before {
  display: none;
  content: " ";
}

.edit-area ul.no-dots li {
  padding-left: 0px;
  position: relative;
}

/* --------------------------------

Remove dots from newsfeeds Styles (

-------------------------------- */

.edit-area ul.slick-dots li::before {
  display: none;
  content: " ";
}

.edit-area ul.slick-dots li {
  padding-left: 0px;
  position: relative;
}

/* --------------------------------

two colums in mobil three for desktop

-------------------------------- */

.three-two {
  column-count: 2;
  word-break: break-word;
}

@media (min-width: 650px) {
  .three-two {
    column-count: 3;
  }
}

.three-two li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* --------------------------------

Left column styles
-------------------------------- */

.left-edit-section {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px;
  padding-top: 0px;
  transition: all 0.3s;
  background: #fff;
}

@media only screen and (min-width: 1001px) {
  .left-edit-section {
    min-width: 300px;
    max-width: 300px;
  }
}

/* --------------------------------

images main edit section styles

-------------------------------- */

.img-left {
  float: left;
  margin: 0px 20px 20px 0px;
  display: block;
}

.img-right {
  float: right;
  margin: 0px 0px 20px 20px;
  display: block;
}

@media (max-width: 600px) {
  .img-left,
  .img-right {
    float: none;
    margin: 0px 0px 20px 0px;
  }
}

/* --------------------------------

News Feed Styles

-------------------------------- */

.slick-slider {
  display: grid;
}

.news-slide-box {
  margin: 0 25px 20px 25px;
}

.slider-item-inner {
  margin: 0px 5px;
}

.slider-body {
  padding: 10px 5px;
}

h4.slider-title {
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #388460;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

p.slider-text {
  font-size: 1.1em;
}

.slider-body p {
  margin-bottom: 10px;
}

.slider-readmore a {
    color: #fff;
    background-color: #00703c;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    padding: 1em 1.5em;
    font-size: initial !important;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: initial;
    line-height: initial;
}

.slider-readmore a:hover {
  color: #fff;
    background-color: #108a51;
}
.slick-track {
    display: flex;
   
}
@media only screen and (min-width: 992px) {
	.slick-track {
	 gap: 2em;
	}
}
.slider-readmore a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  padding-left: 7px;
}

.slick-dots {
  position: relative;
  bottom: initial;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: initial;
  height: initial;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 34px;
  line-height: 1;
  opacity: 0.75;
  color: #424242;
  content: " ";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:before {
  content: "\f104";
}
.slick-dots li button:before {
   
    font-size: 24px;
}
.slider-text ul,
.slider-text ol {
  display: none;
}

.slider-text p {
  display: none;
}

.slider-text p:first-of-type {
  display: block;
}

.slider-text p {
      font-size: 1em;
    margin-bottom: 1.5em;
    position: relative;
    height: 6.5em;
    overflow: hidden;
    color: #282828;
    line-height: 1.6em !important;
}

.slider-text p::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.8em;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 50%
  );
}
.slick-dots {
    margin-top: 1em;
}
.grey-background .slider-text p::after {
 
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(245 245 245) 50%);
}
h4.slider-title {
  line-height: 1.3em;
  padding-top: 0px;
  

  padding-bottom: 0px;
  margin-bottom: 2px;
  color: #282828;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    display: block;
    letter-spacing: -.5px;
}
.news-slide-box img {
    border-radius: 24px;
}

p.slider-date {
  font-size: 0.9em;
  color: #7b7b7b;
	margin-bottom: 1.3em;
}

.include-box .slider-text p::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.8em;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(245 245 245) 50%
  );
}



/* --------------------------------

Img Slider Styles

-------------------------------- */


.img-slider .slick-slide img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.img-slider .slick-dots li button:before {
	font-size: 20px;
}


/* --------------------------------

local Nav Styles

-------------------------------- */

.local-menu-sidebar {
        background: #ffffff;
    font-size: 14px;
    padding: 13px 25px;
    z-index: 10;
    position: absolute;
    left: -41px;
    top: 167px;
    bottom: initial;
    display: block;
    border: solid 1px #c7c7c7;
    border-right: solid 1px #c7c7c7 !important;
    border-bottom: none;
    border-right: none;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0px -9px 12px 1px rgba(99, 130, 115, 0.2);
    cursor: pointer;
    transition: all 0.4s ease;
}
button#sidebarCollapse {
    color: #3e3e3e;
    
    font-family: "Roboto Condensed", sans-serif;
}
.local-menu-sidebar:hover {
  color: #505050;
}


.local-menu-sidebar i {
  padding-right: 8px;
}

@media (min-width: 1001px) {
  .local-menu-sidebar {
    display: none;
  }
}

.local-menu-sidebar .local-menu-sidebar-text:after {
  /* symbol for "opening" panels */
  font-family: "Font Awesome 5 Pro";
  /* essential for enabling glyphicon */
  content: "\f077";
  /* adjust as needed, taken from bootstrap.css */
  /* adjust as needed */
  padding-left: 10px;
  font-weight: bold;
}

.local-menu-sidebar .local-menu-sidebar-text.open-left:after {
  /* symbol for "collapsed" panels */
  content: "\f078";
  /* adjust as needed, taken from bootstrap.css */
}

.side-bar-heading {
        font-size: 1.6em;
    color: #00703c;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    border-bottom: solid 4px #02a55a;
    padding-bottom: 1em;
	letter-spacing: -.4px;
}

.local-nav-box {
  margin-bottom: 3em;
 /* border-top: 2px solid #00703c; */
}

.local-nav a {
     color: #292929;
    display: block;
   
	font-size:clamp(16px, 9.5163px + 0.6536vw, 19px);
    padding: .7em .25em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    
}

.local-nav a.dropdown-toggle {
 position: relative;
    white-space: inherit;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.local-nav a:hover {
  background: #dcdcdc;
}

.local-nav-dropdown a {
  padding-left: 10px;
}

.local-nav-dropdown {
  background: #ececec;
}

.local-nav li {
    border-bottom: 2px solid #dcdcdc;
}

 .mobile-local-nav-btn{
    font-size: 1.1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border: solid 3px #2a2a2a;
       padding: 0px;
     padding: 0px; 
		    align-items: stretch;
	 border-radius: 0px;
	     background-color: #fff;
}
		
		
		.local-nav-heading-mobile.side-bar-heading{
		margin-bottom: 0px;
		    padding: .7em .8em;
			border-bottom: none;
		}
		
		
		.mobile-local-nav-btn.collapsed:after {
  font-family: "Font Awesome 5 Pro";
    content: "\f067";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
    padding: 0em 1em;
    background: #00703c;
    color: #fff;
    font-size: 1.5em;
    font-weight: 900;
    position: relative;
    align-content: center;
		border-left: solid 3px #2a2a2a;
   
}
.mobile-local-nav-btn:after {   
    
 font-family: "Font Awesome 5 Pro";
    content: "\f068";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
    padding: 0em 1em;
    background: #00703c;
    color: #fff;
    font-size: 1.5em;
    font-weight: 900;
    position: relative;
    align-content: center;
		border-left: solid 3px #2a2a2a;
}



.local-nav-box .dropdown-toggle.collapsed:after {
  font-family: "Font Awesome 5 Pro";
    content: "\f078";
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: inherit;
    background: #f5f5f5;
    align-content: center;
    padding: 0px .8em;
    margin: -.7em -.25em;
    margin-left: 7px;
}
		.local-nav-box .dropdown-toggle:after {
			font-family: "Font Awesome 5 Pro";
   content: "\f077";
			  margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: inherit;
    background: #f5f5f5;
    align-content: center;
    padding: 0px .8em;
    margin: -.7em -.25em;
    margin-left: 7px;
}













	

@media (max-width: 991px) {
	
	
	.local-nav-box .dropdown-toggle.collapsed:after {
padding: 0px 1em;
    margin: -1.2em -7px;
    margin-left: 7px;
}
.local-nav-box .dropdown-toggle:after {
padding: 0px 1em;
    margin: -1.2em -7px;
    margin-left: 7px;
}
	
	.local-nav-box {
    margin-bottom: 0em;
    
}
	.menu-edit-section-inside {
    margin-bottom: 2em;
}
	ul.local-nav {
    border: solid 2px #dcdcdc;
    border-top: none;
    border-bottom: none;
}
	.local-nav a {
    color: #292929;
    display: block;
    font-size: 1.4em;
    padding: 1.2em 7px;
}
}



/* --------------------------------

local Contact Styles

-------------------------------- */


.contact-box .btn-submit {
    background-image: none;
   border-radius: 40px !important;
    border: none;
    padding: .8em 3em;
    background: #00703c;
    color: #fff;
    text-shadow: none !important;
    box-shadow: none !important;
    font-size: .9em;
}
.contact-box .btn:hover {
    color: #ffffff;
    background-color: #088e50;
}
.contact-box .btn-submit[type="reset"] {
  display:none;
}

.contact-box form.ldpforms label {
 
    font-family: "Roboto Condensed", sans-serif;
    font-size: .9em;
}   

.contact-box form.ldpforms input, .contact-box form.ldpforms textarea  {
display: block;
    width: 100%;
    height: 40px;
    color: #292929;
   border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	background: #e9e9e9;
}
	
	
	
.contact-box {
    margin-bottom: 25px;
    padding: 15px 5px;
    font-size: 1.1em;
    color: #3e3e3e;
    line-height: 2.4rem;
   /* border-top: 2px solid #00703c; */
}

.contact-box h3
 {
  margin-bottom: 10px;
  font-size: 1.3em;
  color: #00703c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
.contact-box h3::first-letter{
  text-transform: uppercase;
}
.contact-box hr {
  display: none;
}

.contact-box .leader-img {
  margin-bottom: 10px;
  max-width: 200px;
}

.contact-box img.leader-img[src=""] {
  display: none;
}

ul.contact-list {
  margin-bottom: 20px;
}

.contact-list a {
  word-break: break-all;
}

ul.contact-list.contact-web {
  margin-bottom: 0px;
}

.contact-list li {
  line-height: 26px;
}

.contact-list .contact-name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}

.contact-box a {
  color: #257fb5;
  text-decoration: underline;
}

.contact-box a:hover {
  color: #2d5e7b;
  text-decoration: none;
}

.contact-box strong {
  font-weight: bold;
}

.hp-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1169px) {
  .hp-section.section-one {
    padding: 0px;
  }
}

@media only screen and (min-width: 1170px) {
  .hp-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container-fluid {
  max-width: 1895px;
}

.future p {
  color: #828282;
  text-align: left;
  max-width: 610px;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 20px;
}

/*--------------------------------

Footer Styles


/*--------------------------------
footer {
  color: #fff;
  text-align: center;
  background-color: #000000;
  padding: 7rem 0px;
}

@media only screen and (min-width: 768px) {
  footer {
    text-align: initial;
  }
}

footer a {
  color: #fff;
}

.footer-heading {
  font-size: 1.2em;
  margin-bottom: 3%;
  text-transform: uppercase;
  color: #bfbfbf;
}

footer ul {
  margin-bottom: 30px;
}

footer ul a {
  padding: 10px 0px;
  display: block;
}

.college-contact {
  line-height: 1.4em;
}

@media only screen and (min-width: 1080px) {
  .college-contact,
  .footer-seal {
    padding-left: 10px;
  }
}

.college-contact a {
  display: inline-block;
  padding: 0px;
}

.college-contact i {
  padding-right: 5px;
}

.footer-seal {
  width: 170px;
  margin-bottom: 20px;
  opacity: 1;
  transition: all 0.4s ease;
}

.footer-seal:hover {
  opacity: 0.65;
}

.lower-footer {
  border-top: 1px solid rgba(162, 162, 162, 0.31);
  text-align: center;
}

.lower-footer ul li {
  display: inline-block;
  font-size: 0.9em;
  color: #adadad;
}

.lower-footer ul li a {
  font-size: 0.9em;
  color: #adadad;
}

ul#socialmedia {
  margin-top: 30px;
}

.lower-footer ul#socialmedia li a {
  font-size: 2em;
  color: #fff;
  padding: 5px 10px;
}

.copyright {
  margin-bottom: 0px;
}

.lower-footer i {
  transition: all 0.4s ease;
}

footer ul a:hover,
.lower-footer i:hover {
  color: #92ce97;
}
--------------------------------*/
/*--------- up button ------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(27, 150, 41) url(/images/cd-top-arrow.svg) no-repeat center
    50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 3;
  border-radius: 50%;
}

@media only screen and (min-width: 1001px) {
  .cd-top {
    z-index: 997;
  }
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.cd-top:hover {
  background-color: rgb(20, 123, 31);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*------------------------------------------

Faculty and Staff styles

------------------------------------------*/

a.fac-list-btn {
  padding: 15px 10px;
  display: block;
  font-size: 1.2em;
  color: #292929;
  text-decoration: none;
  background: #f5f5f5;
  padding-right: 50px;
  position: relative;
}

.fac-list-btn.collapsed:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  margin-left: initial;
  vertical-align: initial;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-right: 15px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.fac-list-btn:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  margin-left: initial;
  vertical-align: initial;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-right: 15px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.facultyandstaff h3 {
  padding-bottom: 16px;
  padding-top: 35px;
}

.fac-list-btn i {
  float: right;
}

p.facultyheaderpara {
  font-size: 1.1em;
  margin-bottom: 5px;
  line-height: 1.4em;
}

.fac-complete-list-inside {
  padding: 15px;
  background: #f5f5f5;
  margin-top: 5px;
  border: 1px solid #f1f1f1;
}

.facultyandstaff .card-header {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.facultyandstaff .card {
  margin-bottom: 15px;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 2px 8px 0px rgba(25, 25, 25, 0.05);
  border-radius: 0px;
}

.facultyandstaff .card h4 {
  margin-bottom: 0px;
  font-size: 1.2em;
  color: #387f84;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.facultyandstaff .card-body img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1700px) {
  /*.facultyandstaff .card-body img {

    width: 150px;
}*/
}

.facultyandstaff .fac-info {
  display: inline-block;
  clear: both;
}

.facultyandstaff .card-body li {
  line-height: 1.1em;
  padding-left: 0px;
}

.facultyandstaff .card-body li::before {
  display: none;
  content: " ";
}

.facultyandstaff .card-body li:first-of-type {
  font-weight: 600;
}

a.fac-info-btn {
  color: #292929;
  text-decoration: none;
  font-size: 0.9em;
  padding: 10px 15px;
  background: #ffffff;
  display: inline-block;
  border: 1px solid #d6d6d6;
  box-shadow: 2px 2px 6px 0px rgba(25, 25, 25, 0.05);
}

a.fac-info-btn::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  padding-left: 7px;
}

a.fac-info-btn:hover,
a.fac-list-btn:hover {
  background: #dcdcdc;
  color: #292929;
  box-shadow: none;
}

/*------------------------------------------

Faculty and Staff styles (Individule Profiles)

------------------------------------------*/

.facultyprofile .sec1 {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.facultyprofile .sec1 img {
  float: left;
  margin: 0 20px 20px 0px;
  max-width: 200px;
}

.facultyprofile .sec1 ul {
  font-size: 1.3em;
  float: left;
  margin-bottom: 0px;
}

.facultyprofile .sec1 ul strong {
  font-weight: 600;
}

.facultyprofile .sec1 li {
  padding-left: 0px;
}

.facultyprofile .sec1 li::before {
  display: none;
  content: " ";
}

.facultyprofile .sec2 {
  clear: both;
}

/*------------------------------------------

Image Gallery styles

------------------------------------------*/

a.fancybox-fimage {
    margin: 0px;
    text-decoration: none;
    position: relative;
    padding: 0px;
    display: flex;
    width: 47%;
	flex: 1 1 auto;
}
@media only screen and (min-width: 992px) {
   a.fancybox-fimage {
 
    width: 31%;
}
}
.fancybox-fimage img {
    transition: all 0.4s ease;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0;
    width: 100%;
	border-radius: 16px;
}

.fancybox-fimage img:hover {
  opacity: 0.8;
}

.new-gallery {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
	gap: 6px;
}

/*------------------------------------------

Calendar styles (and some news feed)

------------------------------------------*/

h3.events-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5em;
  margin-bottom: 3%;
  display: inline-block;
}

.events-title span {
  font-weight: bold;
}

.event-links {
  display: block;
  margin: 28px auto;
  margin-bottom: 0px;
  text-align: center;
}

.event-links li {
  display: inline-block;
}

.event-links a {
  color: #007238;
  padding: 5px 2px;
  font-size: 0.75em;
  display: inline-block;
  text-decoration: none;
}

.event-links a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  padding-left: 3px;
}

@media only screen and (min-width: 576px) {
  .event-links {
    margin: 40px auto;
    margin-bottom: 0px;
  }
  .event-links a {
    padding: 5px 7px;
    font-size: 1em;
  }
  .event-links a:hover {
    padding-right: 5px;
    color: #8a8a8a;
    padding-left: 9px;
  }
  .event-links a::after {
    padding-left: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .event-links {
    max-width: 100%;
    float: right;
    margin-bottom: 0px;
  }
}

.events b {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  float: left;
  width: 100%;
  line-height: 1.22222222em;
  color: #565656;
}

.events span.date {
  width: 90px;
  height: 90px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.events span.date:after {
  border: 4px solid #d6d6ce;
  content: "";
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 6px;
  left: 6px;
}

@media only screen and (min-width: 768px) {
  .events span.date {
    width: 112px;
    height: 112px;
  }
  .events span.date:after {
    width: 100px;
    height: 100px;
  }
}

.event {
  margin-top: 10px;
  margin-bottom: 10px;
}

.date-slider {
  padding: 0px 20px;
  padding-bottom: 20px;
}

.event a {
  color: #00713a;
  text-decoration: none;
}

.event a:hover {
  color: #588e74;
}

.event h3 {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.event p {
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-size: 0.9em;
}

.event .fa-clock,
.event .fa-map-marker {
  padding-right: 5px;
  color: #5f776c;
}

span.time {
  padding-bottom: 5px;
  display: block;
}

.edit-area ul.event-links li::before {
  display: none;
  content: " ";
}

.edit-area ul.event-links li {
  padding-left: 0px;
  position: relative;
}

.marketing-include-box .news-slide-box {
  margin: 0 25px 0px 25px;
}

.marketing-include-box .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/*------------------------------------------

Art Department styles

------------------------------------------*/

.gallery-box p {
  font-size: 1em;
}

.edit-area .gallery-box li {
  padding-left: 0px;
  line-height: inherit;
}

.edit-area .gallery-box li:before {
  display: none;
  content: " ";
}

.gallery-cont {
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 15px;
}

/*------------------------------------------

Workforce Department styles

------------------------------------------*/

.include-box {
  padding: 15px;
  background: #f5f5f5;
  margin-top: 20px;
  display: block;
  clear: both;
}

.edit-area .include-box h2:first-of-type {
  padding-top: 0px;
}

a.learn-more-btn {
  text-decoration: none;
  display: inline-block;
  color: #356684;
}

a.learn-more-btn::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  padding-left: 7px;
}

a.learn-more-btn:hover {
  padding-left: 2px;
}

.workforce-services img {
  margin-bottom: 20px;
}

.workforce-services h3 {
  padding-top: 0px;
}

li.hours {
  font-size: 0.9em;
}

.contact-box .contact-name a {
  color: #292929;
  text-decoration: none;
}
.contact-box p {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 0.9em;
}
.workforce-form .form-control {
  display: block;
  width: 100%;
  height: 2em;
  padding: 0.375rem 0.75rem;
  font-size: inherit;
  line-height: 1.5;
  color: inherit;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1.1em;
  margin-bottom: 20px;
}

button.btn-worforce-submit {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d3d7e0;
  font-size: 1.1em;
  color: inherit;
  transition: all 0.4s ease;
}

.edit-area a.btn-basic,
.contact-box a.btn-basic {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d3d7e0;
  font-size: 1.1em;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.edit-area p a.btn-basic,
.contact-box p a.btn-basic {
  font-size: inherit;
  margin-bottom: 0px;
  line-height: initial;
}

.edit-area a.btn-basic:hover,
.btn-worforce-submit:hover,
.contact-box a.btn-basic:hover {
  background: #f5f5f5;
}

.edit-area a.btn-green,
.contact-box a.btn-green,
.edit-area a.btn-white
{
  color: #fff;
    background-color: #00703c;
    padding: .7em 1.7em;
    font-size: 1.1em !important;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
    border-radius: 50px;
	line-height: 1.4em;
}

.edit-area a.btn-white{
    color: #282828;
    background-color: #ffffff;
    border: solid 1px #282828;

}

.edit-area p a.btn-green, .edit-area a.btn-white, .contact-box p a.btn-green, .edit-area a.btn-green {
   
    margin-bottom: 5px;
    font-size: .9em !important;
    
}

.edit-area a.btn-green:hover,
.contact-box a.btn-green:hover {
  color: #fff;
  background-color: #108a51;
}
.edit-area a.btn-white:hover{
    color: #282828;
    background-color: #e7e7e7;
}
a.btn-green, a.btn-white {
  color: #fff;
  background-color: #00703c;
  padding: 11px;
  font-size: 1.1em;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}
a.btn-white {
   color: #282828;
    background-color: #ffffff;
    border: solid 1px #282828;
}


a.btn-green:hover {
  color: #fff;
  background-color: #108a51;
}
.workforce-icons {
  text-align: center;
  padding-top: 20px;
}

.workforce-icons img {
  width: 8em;
  margin-bottom: 15px;
  margin-top: 10px;
}

.workforce-icons h4 {
  font-family: "Raleway", sans-serif;
  color: #292929;
  margin-bottom: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}

.workforce-icons li {
  margin-bottom: 0px;
}

.workforce-icons p,
.workforce-icons ul {
  font-size: 1em;
  color: #6f6f6f;
  font-weight: 300;
  max-width: 320px;
  margin: 0px auto 18px auto;
}

.separator {
  width: 100%;
  margin: 10px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(
    left,
    transparent 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    transparent 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, transparent),
    color-stop(35%, rgba(0, 0, 0, 0.09)),
    color-stop(70%, rgba(0, 0, 0, 0.09)),
    color-stop(100%, transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    transparent 100%
  );
  background: -o-linear-gradient(
    left,
    transparent 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    transparent 100%
  );
  background: -ms-linear-gradient(
    left,
    transparent 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    transparent 100%
  );
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.09) 35%,
    rgba(0, 0, 0, 0.09) 70%,
    transparent 100%
  );
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}

/***************************

Fixes for Marketing changes (to be moved up into styles before launch)
****************************/

.col-12.mobil-btn-box {
  padding: 0px;
}

a.mobil-btn {
  margin-bottom: 6px;
  padding: 13px;
  background-color: #00703c;
  color: #fff;
  font-size: 1.3em;
  display: block;
  text-align: center;
  font-family: "Roboto Slab", serif;
}

a.mobil-btn:hover {
  background: #3a7357;
}

img.madehere-img {
  margin-bottom: 20px;
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto 20px auto;
}

/**** Made here styles *****/

img.madehere-img {
  margin-bottom: 20px;
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto 20px auto;
}

@media only screen and (min-width: 1500px) {
  img.madehere-img {
    width: 350px;
  }
}

h4.madehere-heading-title {
  font-size: 1.5em;
  color: #a2a2a2;
  margin-bottom: 1em;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

h5.madehere-name-title {
  font-size: 1.4em;
  color: #00703c;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}

a.madehere-btn {
  background: transparent;
  border: 1px solid #69ac6f;
  display: inline-block;
  padding: 10px 25px;
  color: #565656;
  box-shadow: 2px 4px 12px 0px rgba(103, 103, 103, 0.08);
  text-decoration: none;
}

a.madehere-btn:hover {
  background: #f5f5f5;
  box-shadow: none;
}

/**** footer *****/

footer .container-fluid {
  max-width: 1200px;
}

.fit {
  margin: 0 auto;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
}

@media only screen and (min-width: 1900px) {
  footer .container-fluid {
    max-width: 1650px;
  }
}

.footer-seal {
  width: 228px;
  opacity: 0.7;
}

.footer-seal:hover {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .footer-seal {
    width: 260px;
  }
}

h1.cd-logo-text {
  color: #00703c;
}


.btn-ccri:hover {
  background-color: #548c8a;
}

/**** Marketing News *****/

p.caption {
  font-size: 0.9em;
  margin-bottom: 30px;
}

/*---------- conditional styles ------------
	added by jnk on 7/15/19 -----------*/

a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c1" !important;
  padding-left: 7px;
  color: inherit;
  font-size: inherit;
}
/*---------- conditional styles ------------
	added by jnk on 9/9/20 -----------*/
a[href$=".docx"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c2" !important;
  padding-left: 7px;
  color: inherit;
  font-size: inherit;
}
a[href$=".doc"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c2" !important;
  padding-left: 7px;
  color: inherit;
  font-size: inherit;
}
a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c3" !important;
  padding-left: 7px;
  color: inherit;
  font-size: inherit;
}
a[href$=".xsl"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c3" !important;
  padding-left: 7px;
  color: inherit;
  font-size: inherit;
}

a[href$=".pptx"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c4" !important;
  padding-left: 7px;
  color: inherit;
  font-size: inherit;
}
a[href$=".ppt"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c4" !important;
  padding-left: 7px;
  color: inherit;
  font-size: inherit;
}
/* ---- footnotes styles ----
added by jnk on 8/13/19 -----------*/

.footnotes,
.contact-footer {
  font-size: 0.8em !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: italic;
  margin: 30px 1em 1.4em 20px !important;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  text-align: center !important;
  color: #7e8a93;
  clear: both;
  display: block;
  padding-bottom: 20px;
}

/* ---- Map Page Styles -----------*/

.cont {
  position: relative;
  display: block;
  width: fit-content;
}

.cont img {
  opacity: 1;
  display: block;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.cont .middle {
  transition: 0.4s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.cont .text {
  color: #2b2b2b;
  font-size: 2em;
  font-family: "Oswald", sans-serif;
}

.cont:hover .middle {
  opacity: 1;
}

.cont:hover img {
  opacity: 0.3;
}

.map-list li span:first-of-type {
  font-weight: 600;
  padding-right: 7px;
}

/***** Cookie Styles *******/

.myccri-login .dropdown-item:last-of-type {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}

div#cookie-law {
     background: #00000063;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
	animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}		
div#CookieBanner i.fal.fa-cookie {
    font-size: clamp(64px, 59.4286px + 1.4286vw, 80px);
	animation: loading 15s linear infinite;
    text-shadow: #00703cd9 0px 0px 9px; 
}			
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}			
div#CookieBanner {
   position: fixed;
    z-index: 50000;
    bottom: 0;
    background: #fff;
    padding:clamp(32px, 22.8571px + 2.8571vw, 64px) 15px;
    width: 500px;
    height:fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 92%;
    max-height: 92%;
	min-height: 190px;
    border-radius: 48px;
    flex-direction: column;
    color: #292929;
    text-align: center;
	transition: all 0.4s ease;
	box-shadow: 3px 3px 12px 6px rgb(20 20 20 / 31%);		
}			
@keyframes slideIn {
  0% {
   
    opacity: 0;
  }
  100% {
   
    opacity: 1;
  }
  0% {
    
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
   
    -webkit-opacity: 0;
  }
  100% {
   
    -webkit-opacity: 1;
  }
  0% {
    
    -webkit-opacity: 0;
  }
}
h3.cookie-heading {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: clamp(32px, 27.4286px + 1.4286vw, 48px);
    margin-bottom: .3em;
	margin-top: clamp(12px, 24.8571px + -0.8929vw, 22px);
}		
div#CookieBanner p {
    margin: 0px; 
    text-align: inherit;
    color: inherit;
    font-size: clamp(16px, 15.4286px + 0.1786vw, 18px);
    line-height: 1.4666666667;
    font-weight: initial;
    font-family: inherit;
  margin-bottom: 1.3em;
}
#pp-link {
   border-bottom: none;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #0b5079;
    text-decoration: underline;
}
#pp-link:hover {
    color: initial;
    border-bottom: initial;
    text-decoration: none;
}
			
button.close-cookie-banner.btn-basic {
    padding: .8em 1.6em;
    background: #00703c;
    color: #fff;
    border-radius: 33px;
    border: none;
    font-size: 1.2em;
	transition: all 0.4s ease;
}	
			
button.close-cookie-banner.btn-basic:hover {
    background: #008949;
}
			
			
			
			
			
		

/*--------- "tattle-tale" styles - hilites redundant or misused styles, non-semantic HTML, etc. ---*/

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: inherit !important;
}

/*--------------------------------- styles for inside pages toolbar ----------------------------------*/

.red-bold {
  color: red !important;
  font-weight: 900 !important;
}

.bold-text {
  font-weight: 900;
}

/*---- 1.6 em font size -----*/

.one-six {
  font-size: 1.6em;
}

/*---- 2 rem font size -----*/

.two-rem {
  font-size: 2rem;
}

/* ----hilite text -------*/

.hilite {
  background-color: yellow;
}

/* added by jnk on 4/21/20  /*



/*------- footnote ----------*/

.footnote {
  font-size: 1em !important;
  font-style: italic;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  line-height: 1.2em;
  color: #777;
}

#content ul .bookmark {
  margin: 0 0 1em 3em;
  line-height: 1.2em;
  font-size: 1em;
  list-style-type: none !important;
}

/*------- 10ksb styles----------*/

.department-inside .ksb-header {
  max-width: 200px;
  top: initial;
  bottom: 0px;
  background-color: rgb(62 62 62 / 28%);
}

@media only screen and (min-width: 751px) {
  .department-inside .ksb-header {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1001px) {
  .department-inside .ksb-header {
    bottom: 10px !important;
    max-width: 325px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1900px) {
  .department-inside .ksb-header {
    bottom: 10px !important;
    max-width: initial;
    padding: 15px;
  }
}

.ksb-icons {
  display: flex;
  justify-content: space-between;
  font-size: 2em;
}
@media only screen and (min-width: 1900px) {
  .ksb-icons {
    font-size: 2.5em;
  }
}
.ksb-icons a {
  color: #292929;
}
.department-inside .ksb-header {
  top: initial;
  bottom: 0;
}

a.btn-path {
  background-color: #00703c;
  padding: 10px;
  border: 1px solid #d3d7e0;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

a[data-region-style="button"].ou-btn.edit-source {
  display: none !important;
}
#ou-campus-edit-id
  a[data-region-style="button"][role="button"].ou-btn.edit-source,
a[data-region-style="button"][role="button"].ou-btn.edit-source {
  display: none !important;
}
.edit-area th p {
  margin-bottom: 0px !important;
}
#cms-inline-editor-id
  a[data-region-style="button"][role="button"].ou-btn.edit-source,
a[data-region-style="button"][role="button"].ou-btn.edit-source {
  display: none !important;
}

img.approved {
  position: absolute;
  width: 74px !important;
  top: -13px;
  right: -8px;
}

.work-box-icon {
  position: relative;
}

a.fac-list-btn {
  border-bottom: solid 2px #fff;
}

.fac-complete-list-inside {
  margin-top: 0px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 540px) {
  a.fac-list-btn {
    font-size: 0.85em;
  }
}

/***** 2 column Styles *******/

.two-column{   
  display: flex;
  gap: 2em;
    flex-direction: column;
	margin-bottom: 4em;
}	
		

@media only screen and (min-width: 1200px) {
	.two-column{   
    flex-direction: row;
		gap: 5em;
}	

.column-two, .column-one{		
			flex: 1 1 40%;
	}		
	
}
	
/***** accordion Styles *******/
.accordion {
  margin-bottom: 20px;
}
.accordion-box {
    margin-bottom: 4em;
   
}

.accordion-fin {
position: relative;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 0px;
}

.accordion-fin .fa {
  position: relative;
  float: right;
}

.accordion-fin h4 {
  margin: 0;
}

.accordion-fin .acc-btn {
     position: relative;
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    background: transparent;
    padding-right: 50px;
    border-bottom: 2px solid #aaaaaa;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: -.5px;
    color: #282828;
    font-size: clamp(18px, 16px + 0.625vw, 25px);
}

.accordion-fin .acc-btn.active {
    border-bottom: 2px solid transparent;
}

.acc-btn p {
  margin: 0px;
  font-size: 1.2em;
  line-height: initial !important;
    font-family: "Roboto Condensed", sans-serif;
    color: #282828;
}

.accordion-fin .acc-btn:hover {
 text-decoration: none;
    background: #e7e7e7;
    transition: 0.3s;
}

.accordion-desc {
     background: transparent;
    z-index: 2;
    padding: 15px 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #aaaaaa;
}
.acc-btn:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  margin-left: initial;
  vertical-align: initial;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-right: 15px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.acc-btn.active:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  margin-left: initial;
  vertical-align: initial;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-right: 15px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
/***** Layout Styles *******/
.layout-one {
    display: flex;
    gap: 4em;
    flex-direction: column;
	margin-bottom: 5em;
}
		.layout-one-sec-two {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
}
		.layout-one-sec-two-box {
    flex: 0 0 100%;
		font-size: .85em;
}
	@media only screen and (min-width: 700px) {		
			
			.layout-one-sec-two-box {
    flex: 0 0 47%;
		
}
}			
			
			
		.layout-one-sec-two h3 {
    font-size: 2.4em;
}
		
		.layout-one-sec-two-box i {
    font-size: 3em;
    margin-bottom: .3em;
}
		
		
		@media only screen and (min-width: 1200px) {
		.layout-one {
  
    flex-direction: row;
}
		.layout-one-sec-one {
    
    flex-basis: 33%;
}
		.layout-one-sec-two {
    
    flex-basis: 66%;
		
}
		
		}

		.two-column img.cover-img {
    
    object-fit: cover;
    border-radius: 24px;
    aspect-ratio: 3 / 2;
    object-position: 50% 7%;
			  object-fit: cover;
    border-radius: 24px;
}	
			
		@media only screen and (min-width: 1200px) {	
			.two-column img.cover-img {
    height: 100%;
    object-position: initial;
        aspect-ratio: unset;
  
}
			
			}

/*****Full With Feature Margin Styles *******/	


.feature-margins { 
    margin-top: 3.5em;
    margin-bottom: 3.5em; 
}	
@media only screen and (min-width: 992px) {
.feature-margins {
    margin-top: 5em;
    margin-bottom: 5em;
}
}			
.feature-no-margins {  
    margin-top: -3.5em;
    margin-bottom: -3.5em;
}	
@media only screen and (min-width: 992px) {
.feature-no-margins {
    margin-top: -5em;
    margin-bottom: -5em;
}
}			
.feature-no-margin-top { 
    margin-top: -3.5em;
}			
@media only screen and (min-width: 992px) {
.feature-no-margin-top { 
    margin-top: -5em;   
}
}				
.feature-no-margin-bottom {
  margin-bottom: -3.5em;  
}	
@media only screen and (min-width: 992px) {
 .feature-no-margin-bottom {
    margin-bottom: -5em;   
}
}
					
			
/*****Quote Styles *******/			
			
.quote {
    display: flex;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background: #00703c;
    flex-direction: column-reverse;
    color: #fff !important;
}		
.quote-text {
    max-width: 100%;
    margin: initial;
    flex-basis: 70%;
    padding-top: initial;
    padding: 2em 6%;
    align-self: center;
}	
.quote-img img {
    object-fit: cover;
    margin-bottom: 0px;
    width: 100%; 
}		
.quote-img {
    flex-basis: 30%;
}	
p.quote-p {
    font-size: 2em;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    line-height: initial !important;
	margin-bottom: .7em;
}			
p.quote-p:before {
    content: "“";
    display: inline-block;
}			
p.quote-p:after {
    content: "”";
    display: inline-block;
}
.quote span{
	 display: block;
}
span.quote-name {
     font-size: 1.4em;
    font-weight: 700;
    margin-bottom: .5em;
}
span.quote-program {
    font-size: 1.1em;
    margin-bottom: 2em;
}
a.quote-link {
    background: transparent;
    border: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding: .2em;
    border-radius: 3px;
    font-size: 1.5em;
	transition: all 0.4s ease;
	text-decoration: none;
	color: #fff;  
}
a.quote-link:hover {
    background: #034e2b;
    color: #fff;
}
a.quote-link:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f178";
    padding-left: 7px;		
}			
@media only screen and (min-width: 845px) {
.quote {
   flex-direction: row;
}
.quote.quote-right {
        flex-direction: row-reverse;
    }			
.quote-img img {
     height: 100%;
     aspect-ratio: 1 / 1;
}
	
}
@media only screen and (min-width: 1170px) {
	p.quote-p {
    font-size: 2.5em;
    
}
}
/***** Card Styles *******/
		
.block-card-container {
    display: flex;
	flex-direction: column;
    gap: 4em;
    margin-bottom: 4em;
}
.block-card {
    flex: 1;
}
@media only screen and (min-width: 992px) {
    .block-card-container.block-2-column{
			 gap: 3em;
			flex-direction: row;
			}
			.block-card-container.block-3-column{
			 gap: 2em;
			flex-direction: row;
			}
			.block-card-container.block-4-column {
    flex-direction: row;
   flex-wrap: wrap;
			gap: 3em;
}
			.block-4-column .block-card {
  
    flex: 1 0 40%;
}
}
@media only screen and (min-width: 1200px) {			
.block-card-container.block-4-column {
    gap: 1em;
    flex-wrap: nowrap;
}
.block-4-column .block-card {
  flex: 1;
}	
			}
	.block-card.centered-card {
    text-align: center;
}
	
.block-card-img {
    aspect-ratio: 6 / 3.4;
    object-fit: cover;
       margin-bottom: 2em !important;
    border-radius: 24px;
	width: 100%;
}
.block-card-heading {
    color: #282828;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    display: block;
    letter-spacing: -.5px;
	font-size: 2em;
    margin-bottom: .6em;		
}
			p.block-card-text {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    
}
			.edit-area .block-card-container a.btn-green{
 padding: .8em 1.8em;
    font-size: initial !important;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: initial;
    line-height: initial;
}
			@media only screen and (min-width: 992px) {
			.block-card-container.block-3-column .block-card-img {
  
    margin-bottom: 1.4em !important;
   
}
			.block-card-container.block-3-column  .block-card-heading {
   font-size: 1.8em;
    margin-bottom: .5em;
}
			.block-card-container.block-3-column p.block-card-text {
    font-size: 1em;
   
    
}
			
			
			}
			
			@media only screen and (min-width: 1200px) {	
			.block-card-container.block-4-column .block-card-img {
  
    margin-bottom: 1.4em !important;
   
}
			.block-card-container.block-4-column  .block-card-heading {
   font-size: 1.5em;
    margin-bottom: .5em;
}
			.block-card-container.block-4-column p.block-card-text {
    font-size: .92em;
    
    
}
			}



/***** Tabs Styles *******/


			
.ccri-tabs .tab-pane {
    background: #fff;
    padding: 4em 2em;
    margin-top: 1em;
    border-radius: 32px;
    box-shadow: 0px 0px 12px 9px rgba(103, 103, 103, 0.08);
    border: solid 1px #e1e1e1;
}
		
.ccri-tabs .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: .5em;
}
.ccri-tabs .nav-tabs .nav-link {
    border: solid 1px #282828;
    padding: .7em 1.5em;
    background: #fff;
    border-radius: 40px;
	color: #282828;
	box-shadow: 0px 0px 5px 2px rgb(62 62 62 / 24%);
	transition: all 0.4s ease;
}
.ccri-tabs .nav-tabs .nav-link:focus, .ccri-tabs .nav-tabs .nav-link:hover {
    border-color: inherit;
    background: #e7e7e7;
}
.ccri-tabs .nav-tabs .nav-item.show .nav-link, .ccri-tabs .nav-tabs .nav-link.active {
    color: #fdfdfd;
    background-color: #00703c;
    border: solid 1px #00703c;
	box-shadow: none;
}
.ccri-tabs {
    margin: 4em 0em;
}
@media only screen and (min-width: 992px) {
.tabs-side {
    display: flex;
    flex-direction: row;
    gap: 1em;
}			
.tabs-side .nav.nav-tabs {
    width: 20%;
}			
.tabs-side .tab-content {
    width: 80%;
}			
	
.ccri-tabs.tabs-side .nav-tabs {
    border-bottom: none;
    display: flex;
    gap: .5em;
    align-items: center;
    justify-content: center;
    align-content: center;
}
			
.ccri-tabs.tabs-side .nav-tabs .nav-link {

    width: 100%;
}		
	}
@media print {
  footer {
    display: none;
  }
  .menu-edit-section {
    display: none;
  }
  .masthead {
    display: none;
  }
}

/******* News Feature Include ********/
.news-feature-include p.feature-desc {
  font-size: 0.9em;
}

.news-feature-include h3.feature-headline {
  font-size: 1.5em;
  line-height: 1.1em;
  padding-top: 0px;
  color: #01703c;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 300;
}

.news-feature-include a.feature-link,
.news-include-item a.feature-link {
  text-decoration: none;
  color: inherit;
}

.news-feature-include a.feature-link:hover,
.news-include-item a.feature-link {
  color: inherit;
  opacity: 0.8;
}

.news-feature-include p.feature-readmore,
.news-include-item p.feature-readmore {
  font-size: 0.9em;
  display: inline-block;
  color: #356684;
  transition: all 0.4s ease;
}

.news-feature-include p.feature-readmore::after,
.news-include-item p.feature-readmore::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  padding-left: 7px;
}

.news-feature-include a.feature-link:hover p.feature-readmore,
.news-include-item a.feature-link:hover p.feature-readmore {
  padding-left: 2px;
}




/***** News include *******/

.news-include-item h3 {
  line-height: 1.3em;
  padding-top: 0px;
  color: #01703c;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  padding-bottom: 4px;
}

.news-include p.news-item-date {
  font-size: 0.8em;
  margin-bottom: 7px;
}

.news-include p.news-item-desc {
  font-size: 0.8em;
  margin-bottom: 7px;
}

.news-include-item p.feature-readmore {
  font-size: 0.8em;
}

/* card styles */

.card-one a[href$=".pdf"]::after {
  content: " " !important;
}
.card-one-icon {
  font-size: 8em;
  text-align: center;
  padding: 0.2em 0px;
}
.card-one {
  margin-bottom: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .card-one-box {
    font-size: 0.85em;
  }
}
.card-one-box h3 {
  font-size: 1.3em;
  padding-bottom: 13px;
  padding-top: 0px;
}
.card-one-box img {
  margin: 0 auto;
  width: 100%;
}
.card-one-inner {
  padding: 15px;
  margin: 0px;
  margin-top: -3px;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  text-align: center;
}
a.card-one-link {
  display: flex;
  flex-direction: column;
  transition: none;
  color: inherit;
  text-decoration: none;
  box-shadow: rgb(100 100 111 / 20%) 0px 6px 17px 0px;
  height: 100%;
  justify-content: flex-start;
  margin-bottom: 15px;
}
a.card-one-link:hover {
  border: solid 3px #4eacbb;
  margin: -3px;
  color: inherit;
  margin-bottom: 12px;
}
.card-one-inner .heading,
.card-one-inner .description {
  border-bottom: solid 1px #dedede;
  margin-bottom: 15px;
}
.edit-area .card-one-inner .description p {
  margin-bottom: 15px;
}
.card-one-learn-more p {
  margin-bottom: 0px;
  color: #00703c;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.card-one-learn-more-inner {
  color: #00703c;
  font-size: 1.4em;
  padding-right: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.card-one-learn-more {
  line-height: 1.5em;
  position: relative;
}
.card-one-learn-more p::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f138";
  font-size: inherit;
  color: #00703c;
}

a.latest-news-item {
  text-decoration: none;
  color: #292929;
  margin-bottom: 25px;
  display: block;
  clear: both;
}

.latest-news-item:last-of-type {
  margin-bottom: 0px;
}

img.latest-news-img {
  max-width: 100px;
  float: left;
  margin-right: 9px;
  transition: all 0.4s ease;
}

h4.latest-news-heading {
  margin-bottom: 0px;
  font-size: 0.8em;
  color: #292929;
  font-weight: 300;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}

p.latest-news-date {
  text-decoration: none;
  font-size: 0.5em;
  margin-bottom: 5px;
}

.latest-news-blurb > p {
  display: none;
}

.latest-news-blurb > p:first-of-type {
  display: block;
}

.latest-news-blurb p {
  font-size: 0.6em;
  position: relative;
  height: 3em;
  overflow: hidden;
}
.latest-news-blurb p::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 1.8em;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(245 245 245) 50%
  );
}

a.latest-news-item:hover {
  color: inherit;
  text-decoration: none;
}

a.latest-news-item:hover img {
  opacity: 0.65;
}

a.latest-news-item:hover h4.latest-news-heading {
  text-decoration: underline;
}

#socialmedia svg {
  height: 1em;
  fill: #fff;
  transition: all 0.4s ease;
}

#socialmedia svg:hover {
  fill: #92ce97;
}

.facultyandstaff .fac-info {
  max-width: 224px;
  font-size: 0.85em;
}

@media only screen and (min-width: 1900px) {
  .facultyandstaff .fac-info {
    max-width: 319px;
  }
}

.card-one {
  font-size: 0.85em;
}

.edit-area .card-one .heading h3 {
  font-size: 1.3em;
}

/**** to make the local navigation not tabbable when closed  ******/


button.acc-btn {
  width: 100%;
  text-align: left;
  border: none;
}

button.fac-list-btn {
  padding: 15px 10px;
  display: block;
  font-size: 1.2em;
  color: #292929;
  text-decoration: none;
  background: #f5f5f5;
  padding-right: 50px;
  position: relative;
  border: none;
  width: 100%;
  text-align: left;
  /* margin-bottom: 3px; */
  border-bottom: solid 3px #fff;
}
button.fac-info-btn:hover,
button.fac-list-btn:hover {
  background: #dcdcdc;
  color: #292929;
  box-shadow: none;
}



	.reveal {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: opacity 0.8s, transform 0.8s;
}
	.reveal_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/**** Google Traslate styles ******/


.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
   
    color: #ffffff!important;
   
}
		.goog-te-gadget {
  
    color: #ffffff!important;
   
}