@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}


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%;
}

a[data-region-style='button'].ou-btn.edit-source {
  
    display: none!important;
}
::-webkit-scrollbar {
  width: 8px;
  
}


::-webkit-scrollbar-track {
  background: #f1f1f1; 
   
}
 

::-webkit-scrollbar-thumb {
  background: #828282; 
	border-radius:10px;
	 border:2px solid #f1f1f1;
}



::-webkit-scrollbar-thumb:hover {
  background: #1b9629; 
}
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%;
	
}
.sideMenu {
	
	font-size: 1.5rem;
	
}
address {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 1.4em;
}

/*
:target::before { 
  display: block; 
  content: " "; 
  margin-top: -51px; 
  height: 51px; 
  visibility: hidden; 
} */
.ccri-main-content a {
	transition: all 0.4s ease;
}
.clear-float{
	clear:both;
	
}
@media only screen and (min-width: 576px) {
.ccri-main-content, .sideMenu {
	font-size: 1.5rem;
}
}

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

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

@media (min-width: 1900px) {
.ccri-main-content, .sideMenu {
	font-size: 2rem;
}
}


.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;
}
button:focus {
	outline: none;
}
em {
    font-style: italic;
}
/* -------------------------------- 

table styles

-------------------------------- */
.table{
		margin-bottom:30px;
}
.table td, .table th {
    padding: .6em;
    line-height: 1.4em;
    font-size: .9em;
}
.table th {
    font-weight: 600;
    letter-spacing: 1px;
    background: #5d5d5d;
    color: #FFF;
}
.table tbody+tbody, .table td, .table th, .table thead th {
    border: 0;
}
.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
		
caption {
    padding-top: .7em;
    padding-bottom: .7em;
    color: #6c757d;
    text-align: left;
    caption-side: top;
	font-size: 1.2em;
    color: #5d5d5d;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}
/* -------------------------------- 

Primary Nav style

-------------------------------- */
input {
	font-family: sans-serif;
	font-size: 1.6rem;
}
 input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
 display: none;
}
/* -------------------------------- 

Top Nav components 

-------------------------------- */
.topnav-background {
	display: none;
	
}


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

Nav Styles

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

.ccri-nav.navbar {
	height: 51px;
}

.ccri-nav.navbar {
	padding: 0px 0px;
}
.ccri-nav .justify-content-end {
	height: inherit;
}


.ccri-nav.navbar-light .navbar-toggler {
	border-left: none;
	border-radius: 0px;
	padding: 24px;
	border: none;
}



.bg-light {
	background-color:#fff!important;
}

.nav-box {
	box-shadow: 3px 2px 14px 1px rgba(99, 130, 115, 0.2);
    position: fixed;
    background: #fff;
    z-index: 1000;
    clear: both;
    left: 0;
    right: 0;
}
h1.cd-logo-text {
	display: none;
}

@media only screen and (min-width: 760px) {
h1.cd-logo-text {
	float: left;
	display: inline-block;
	padding-left: 70px;
	color: #616161;
	font-family: "Times New Roman", Times, serif !important;
	height: 51px;
	line-height: 51px;
	font-size: 1.5em;
}

}



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



.cd-logo {
	
	transition: all 0.4s ease;
}


.cd-logo img {
	display: inline-block;
	transition: all 0.4s ease;
	float: left;
	padding-top: 7px;
}
.cd-logo:hover img {
	opacity: 0;
	transition: all 0.4s ease;
}
.cd-logo:hover img.love-logo {
	opacity: 1;
	transition: all 0.4s ease;
}

.cd-logo img.love-logo {
	opacity: 0;
}
.cd-logo img {
	top: 0;
	display: inline-block;
	position: absolute;
	left: 0;
}

/****************************
custom nav styles
*****************************/
.dropdown-menu {
	animation-name: slidenavAnimation;
	animation-duration: .2s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration: .2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
@-webkit-keyframes slidenavAnimation {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.ccri-nav .dropdown, .ccri-nav .dropup {
	position: static;
}
.hp-dropdown-menu a.nav-link {
	
    display: block;
    padding: 10px 15px;
}
.hp-dropdown-menu .dropdown-ccri-heading {
	font-size: 1.6em;
    margin-bottom: 15px;
    color: #00703c;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .5px;
    margin-left: 15px;
    font-weight: bold;
	margin-top: 20px;
}

.about-message-box {
    display: none;
}

.main-menu-title {
	font-weight:bold;
    margin-bottom: 10px;
    font-size: 1.6em;
    color: #00703c;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 7px;
	letter-spacing: .5px;
	    margin-left: 15px;
}
.ccri-nav-drop {
    border-bottom: 1px solid #e4e4e4;
}
.side-main-menu .ccri-nav-drop:last-of-type {
    border-bottom: none;
}
/***********************
	
Admission dropdown styles 
	
*************************/	
.rip {
	padding-bottom: 15px;
	line-height: 1.6em;
	font-size: 1.1em;
    color: #5d5d5d;
}

.rip-box {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 15px;
}
.btn-ccri {
	color: #4a4b4a;
	color: #ffffff;
	background-color: #6cb5b2;
	border-radius: 0px;
	border-bottom: 3px solid #427573;
	font-size: 1.1em;
    padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px #559492;
	box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
}
.rp-img {
	display: none;
}



.hp-dropdown-menu.show {
	overflow-y: scroll!important;
	  -webkit-overflow-scrolling: touch;
}
.no-scroll {
	overflow-y: hidden!important;
}
.sideMenu .dropdown-menu.show {
	transform: none !important;
	position: fixed!important;
	margin-top: 51px;
	max-width: 80%;
	right: 0;
	bottom: 0;
	z-index: 1000;
	left: auto!important;
	padding: 0px;
	background: #f1f1f1;
	top: 0px;
    will-change: transform;
    border: none;
    border-radius: 0px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255, 255, 255,1) 1%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255, 255, 255,1) 1%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgb(255, 255, 255) 1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding-bottom: 15px;
}

.sideMenu a{
transition: all 0.4s ease;
}
.main-ccri-dropdown {
    
    display: block;
    padding: 10px 15px !important;
}
.main-ccri-dropdown:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    float: right;
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-right: 11px;
    color: inherit;
}
a.main-ccri-dropdown:hover {
    background: #dcdcdc;
}
h3.back-link-text {
	font-size: 2em;
	padding: 10px 0;
	cursor: pointer;
}
button.back-link-text {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    border: none;
    top: 0;
    padding: 15px 0px;
        background: rgba(226, 226, 226, 0.36);
    font-size: 1.2em;
    color: #5d5d5d;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    letter-spacing: .5px;
	transition: all 0.4s ease;
}
button.back-link-text:hover {
       background: rgba(208, 207, 207, 0.7);
	
}
.back-link-text::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: 900;
	content: "\f053";
	padding-right: 5px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.1em;
    color: #5d5d5d;
}
.navbar-light .navbar-nav .nav-link:hover {
    background: rgba(208, 207, 207, 0.7);
}
.sideMenu .dropdown-menu.show {
	max-width: 80%;
}




.overlay, .overlay-two, .sideMenu {
	position: fixed;
	bottom: 0
}
.overlay, .overlay-two {
	top: 0;
	right: -100%;
	left: 100%;
	margin: auto;
	background-color: rgba(0,0,0,.5);
	z-index: 998;
	transition: all ease 0.2s
}
.overlay-two {	
	z-index: 997;
}
.overlay.open, .overlay-two.open {
	left: 0;
	right: 0
}
.sidebarNavigation {
	margin-bottom: 0;
	z-index: 999;
	justify-content: space-between;
}
.sideMenu {
	right: -100%;
	top: 51px;
	transition: all ease 0.5s;
	overflow: hidden;
	width: 100%;
	z-index: 999;
	max-width: 80%;
	margin-bottom: 0;
	padding: 15px;
	height: calc(100vh - 51px);
	display: block!important;
	background: -moz-linear-gradient(top, rgba(229,229,229,0.67) 0%, rgba(255,255,255,0.67) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,0.67) 0%,rgba(255,255,255,0.67) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,0.67) 0%,rgba(255,255,255,0.67) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abe5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}

@media only screen and (min-width: 500px){
.sideMenu, .sideMenu .dropdown-menu.show {
	max-width: 300px;
}
}

@media only screen and (min-width: 1300px){
	
.sideMenu, .sideMenu .dropdown-menu.show {
	max-width: 500px;
	min-width: 500px;
}
}
.sideMenu.open {
	right: 0;
	display: block;
	overflow-y: auto;
}
.sideMenu ul {
	margin: 0;
	padding: 0;
}
.side-main-menu {
    margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
}

.hp-dropdown-menu ul {
	padding: 0px;
	    margin-bottom: 5px;
        background: rgba(226, 226, 226, 0.36);
    border: 1px solid #f1f1f1;
}

.hp-dropdown-menu ul .nav-item {
    border-bottom: 1px solid #e4e4e4;
}
.hp-dropdown-menu ul .nav-item:last-of-type {
    border-bottom: none;
}
.with-room {
    margin-top: 50px;
}

/*********************************
Styles for new drop down bars
*********************************/
	
.cd-menu-icon11 {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 2px;
	background-color: #616161;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;/* these are the upper and lower lines in the menu icon */
}
.cd-menu-icon11::before, .cd-menu-icon11:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #616161;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}
.cd-menu-icon11::before {
	top: -5px;
}
.cd-menu-icon11::after {
	top: 5px;
}
.cd-menu-icon11.is-clicked {
	background-color: rgba(86, 87, 98, 0);
}
.cd-menu-icon11.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-menu-icon11.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
/* -------------------------------- 

Styles for sticky Nav

-------------------------------- */
.fixed-nav-box {
	position: fixed;
	width: 100%;
	margin-top: -47px;/* ------ height of info for box above nac ----*/
	background: rgba(255,255,255,0.93);
}
main.some-room {
	margin-top: 51px;/* ------ height of topnav minus the amount the nav shrinks when it sticks ----*/
}
.sticky-header span.cd-logo-text-one {
	display: none;
}
.sticky-header span.cd-logo-text-two {
	display: none;
}
.sticky-header .cd-logo img {
	left: 0;
	top: 5px;
	width: 71px;
}
.sticky-header {
	height: 51px;
}
.sticky-header .main-ccri-dropdown {
	height: 51px;
	line-height: 51px;
}
/* -------------------------------- 

Styles for info for, and resource links in mobile side nav

-------------------------------- */
.extra-mobile-links {
	margin-top: 30px;
}
.extra-mobile-links h3 {
	    font-weight: bold;
    color: #00713a;
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #00703c;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .5px;
}
.extra-mobile-links ul {
	padding: 0px;
}
.extra-mobile-links li {
	margin: 7px 0px;
}
.extra-mobile-links li a {
	color: #5d5d5d;
	font-size: 1em;
	transition: all 0.4s ease;
	display: block;
	padding: 5px 0px;
}
.extra-mobile-links li a:hover {
	color: #000000;
}


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

Masthead  Styles

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




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

.page-header{
	    color: #fff;
	position: absolute;
    top: 40px;
    background-color: rgba(62, 62, 62, 0.41);
    padding: 25px;
	
}
.department-inside .page-header {
    position: absolute;
    bottom: 15px;
    background-color: rgba(62, 62, 62, 0.41);
    padding: 25px;
    top: initial;
	max-width: 800px;
}
@media (max-width: 1000px) {
.page-header {
    position: absolute;
    top: initial;
    background-color: rgba(62, 62, 62, 0.41);
    padding: 15px;
    bottom: 0;
    left: 0px;
}
.department-inside .page-header {
    position: absolute;
    top: initial;
    background-color: rgba(62, 62, 62, 0.41);
    padding: 15px;
    bottom: 0;
    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 (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 {
    font-size: 1.3em;
    text-shadow: 3px 4px 11px rgba(58, 58, 58, 0.3);
    line-height: 1.2em;
    margin-bottom: 15px;
    color: #fff;
}

.header-apply-btn{
	display: inline-block;
    color: #ffffff;
    background: #49a4e4;
    padding: 10px;
    box-shadow: 3px 3px 10px 0px rgba(68, 68, 68, 0.24);
    text-shadow: 3px 3px 5px rgba(70, 70, 70, 0.3);
	
}

@media (min-width: 1001px) {
.department-home .page-header {
  
    max-width: 650px;
}
	
.department-home .page-header h3 {
  
    margin-bottom: 15px;
}	
	
	
}
@media (max-width: 1000px) {

.department-home p.masthead-summary, .header-apply-btn {
    display:none;
}
	
}
/*

.page-header a {
    top: initial;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    background: transparent;
    padding: 0px;
    bottom: 15px;
	    transform: none;
}
 */

.masthead.department-home {
    
    height: 515px;
}
.masthead.department-inside {
    
    height: 200px;
}
@media (min-width: 1900px) {
.masthead.department-home {
    height: 600px;
}
	.masthead.department-inside{
    height: 250px;
}
}
.masthead .container-fluid {
    
    max-width: 1200px;
}

@media (max-width: 1000px) {
.masthead.department-home {
    height: 300px;
}
	.masthead.department-inside {
    
    height: 150px;
}
}
	@media (max-width: 750px) {
.masthead.department-home {
    height: 220px;
}
.masthead.department-inside {
    
    height: 130px;
}
	}

@media (min-width: 1900px) {
.masthead .container-fluid {
    
    max-width: 1650px;
}
}

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

Breadcrumb Styles

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


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

@media (min-width: 1900px) {
.bread-box .container-fluid {
   max-width: 1650px;
}
	
}
.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-block;
	color: #585858;
}

.breadcrumb li {
    font-size: .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;
}
/* -------------------------------- 

Main Content Styles

-------------------------------- */
.edit-section { 
    padding: 12px 0px;
	background: #ffffff;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	display: flex;
    width: 100%;
    align-items: stretch;
	max-width: 1200px;
    margin: 0 auto;
	overflow-x: hidden;
	
}
@media (max-width: 750px) {
.edit-section {
    padding: 20px 0px;
}
}
@media (min-width: 1900px) {
.edit-section { 
   
	max-width: 1650px;
   
	
}
	
}
/* -------------------------------- 

Menu Content Styles

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

.menu-edit-section {
    min-width: 300px;
    max-width: 300px;
	margin-left:0px;
	margin-right:0px;
	 padding: 15px;
	padding-top:0px;
	transition: all 0.3s;
	background: #fff;
   z-index: 998;
	
}

@media only screen and (min-width: 1001px) {
	.menu-edit-section {
  
   z-index: 996;
	
}
}

@media (max-width: 1000px) {
   
 .menu-edit-section {
    position: fixed;
 
    bottom: 0px;
    right: 0px;
    margin-right: -300px;
    margin-left: 0px;
    height: 100vh;
    
    padding-right: 0px;
}
	

    .menu-edit-section.active {
        margin-right: 0px;
		box-shadow: -6px 4px 14px 1px rgba(99, 130, 115, 0.2);
    }
	
.menu-edit-section-inside {
    position: relative;
    overflow-y: scroll;
    height: 100vh;
    padding-right: 15px;
    padding-top: 20px;
   
    -webkit-overflow-scrolling: touch;
}
	
}

@media (min-width: 1900px) {
.menu-edit-section {
    min-width: 500px;
    max-width: 500px;
	
	
}	
}
@media (max-width: 499px) {
   
 .menu-edit-section {
     margin-right: -80%;
	    width: 80%;
    max-width: 80%;
    min-width: 80%;
}
.menu-edit-section.active {
        margin-right: 0px;
  }
	
}
/* -------------------------------- 

Main Edit Content Styles

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


.main-edit-section{
    width: 100%;
    padding: 0px 15px;
	color: #5d5d5d;
	min-width: 0;
}

.main-edit-section h1,
.main-edit-section h2{
	font-family: 'Roboto Slab', serif;
	color: #00703c;
	margin-bottom: 25px;
	clear: both;
	
}
 .main-edit-section h3{
       padding-bottom: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #5d5d5d;
    font-size: 1.5em;
    padding-top: 15px;
	 clear: both;
	     line-height: 1.2em;
}
.main-edit-section h2 + h3{   
    padding-top: 0px;
}
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: #5d5d5d;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
	line-height: 1.2em;
	
}
.main-edit-section h1#maincontent {
   
    font-size: 2.5em;
   
}
.main-edit-section h2 {
    font-size: 2.1em;
}
@media (min-width: 751px) {
.main-edit-section h2 {
padding-top: 20px;
	
}
}

.main-edit-section h1 + h3{
	padding-top: 0px!important;
	
}
.main-edit-section a {
    color: #257fb5;
    text-decoration: underline;
}
.main-edit-section a:hover {
    color: #2d5e7b;
    text-decoration: none;
}
.main-edit-section ul,
.main-edit-section ol
{
   overflow:hidden;
	margin-bottom: 20px;
}

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

@media (max-width: 500px) {
	.main-edit-section ol {

    padding-left: 0px;
  
}

	
}


.main-edit-section li {
    
    line-height: 1.4em;
	margin-bottom: 10px;
}
.main-edit-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.main-edit-section strong {
    font-weight: 600;
    letter-spacing: 1px;
}
/* -------------------------------- 

list with dots Styles (default for ul's)

-------------------------------- */
.main-edit-section ul li::before {
   color: #cecece;
    font-size: .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;
}
.main-edit-section ul li {
    padding-left: 1em;
    position: relative;
	overflow: hidden;
}
.main-edit-section li ul,
.main-edit-section li ol{
    margin-bottom: 0px;
    padding-left: 10px;
	    font-size: .9em;
}
.main-edit-section li ul li:last-of-type,
.main-edit-section li ol li:last-of-type{
    margin-bottom: 0px;
}

.main-edit-section li ul,
.main-edit-section li ol{
    margin-top: 10px;
}
.main-edit-section li p {
    display: inline;
}
/* -------------------------------- 

list without dots Styles (

-------------------------------- */
.main-edit-section ul li.no-dots::before {
   display: none;
    content: " ";
}

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

.main-edit-section ul li.no-space{
margin-bottom:0px;
}
/* -------------------------------- 

Remove dots from newsfeeds Styles (

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


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

.main-edit-section 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 {
        text-decoration: none;
    font-size: .8em;
    display: inline-block;
    color: #356684;
}
.slider-readmore a:hover {
    padding-left: 2px;
    
}
.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: .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";
}
/* -------------------------------- 

local Nav Styles

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

.local-menu-sidebar {
    background: #ffffff;
    color: #808080;
    font-size: 16px;
    padding: 15px 20px;
    z-index: 10;
    position: absolute;
    left: -45px;
    top: 167px;
    bottom: initial;
    display: block;
    border: none;
    border-right: none;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 2px -8px 13px 0px rgba(99, 130, 115, 0.2);
	cursor: pointer;
	transition: all 0.4s ease;
}
.local-menu-sidebar:hover {
    color: #505050;
}
.active .local-menu-sidebar {
   
    box-shadow: none;
}
.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 {
    margin-bottom: 15px;
    font-size: 1.6em;
    color: #00703c;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .5px;
    margin-left: 15px;
	font-weight:bold;
}
.local-nav-box {
       margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
}

.local-nav a {
    color: #5d5d5d;
    display: block;
    font-size: 1em;
    padding: 10px 15px;
	
}
.local-nav a.dropdown-toggle {
        padding-right: 55px;
    position: relative;
    white-space: inherit;
}
.local-nav a:hover {
      background: #dcdcdc;
 
	
}
.local-nav-dropdown a {
    padding-left: 22px;
}

.local-nav-dropdown {
    background: #ececec;
}
.local-nav li{
border-bottom: 1px solid #e4e4e4;
	
	
}
.local-nav li:last-of-type {
	border-bottom: none;
}


.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;
    padding-right: 15px;
    color: inherit;
	height: 1.1em;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 15px;
    left: auto;
}
		
.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;
    padding-right: 15px;
    color: inherit;
	height: 1.1em;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 15px;
    left: auto;
}

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

local Contact Styles

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

.contact-box {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
    padding: 15px;
	    font-size: 1.1em;
    color: #5d5d5d;
	line-height:2.4rem;
}

.contact-box h3, .contact-box h6 {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #00703c;
    font-family: 'Roboto Condensed', sans-serif;   
	font-weight:bold;
}
.contact-box h6 {
	margin-top:3rem;
	font-size: 1.1em;
	color:#5D707D;
}
.contact-box .leader-img {
    margin-bottom: 10px;
}

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

ul.contact-list {
    margin-bottom: 20px;
}
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 {
	background-color: #2e3233;
	color: #fff;
	padding: 40px 0px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
footer {
	text-align: initial;
}
}
footer a {
	color: #fff;
}
footer a#de {
	cursor: text;
}
.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: .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: .9em;
	color: #adadad;
}
.lower-footer ul li a {
	font-size: .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;
}
a#de:hover {
	color: inherit;
}

/*--------- 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 .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .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 .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .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: .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;
}
}
/************ Mobil Dropdown Search Feature ***************
***************************************/

#ccri-search-button {
	color: #616161;
	height: 51px;
	line-height: 51px;
	padding: 0 15px;
	display: block;
}


#ccri-search-button {
	color: rgba(0,0,0,.5);
	border-right: none;
	background: transparent;
}

.sticky-header #ccri-search-button {
	height: 51px;
	line-height: 51px;
}


form.search {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	max-width: 1000px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 476px) {
	
	form.search {
	
	top: 122px;
	
}
}
 .search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #9e9e9e;
}
.search ::-moz-placeholder { /* Firefox 19+ */
 color: #9e9e9e;
}
.search :-ms-input-placeholder { /* IE 10+ */
 color: #9e9e9e;
}
.search :-moz-placeholder { /* Firefox 18- */
 color: #9e9e9e;
}
#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	background-color: rgba(230, 230, 230, 0.95);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	z-index: 5000;
	opacity: 0;
}
#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
#search input[type="search"] {
	width: 80%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 30px;
	outline: none;
	border: none;
	display: inline-block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #40ad77;
	text-decoration: none;
	opacity: 1;
}
#search .btn {
	width: 20%;
	display: inline-block;
	float: left;
	height: inherit;
	font-size: 25px;
	color: #9e9e9e;
	background: transparent;
	transition: all 0.4s ease;
	    text-shadow: none!important;
    border: none!important;
    box-shadow: none!important;
}
#search .btn .fa-search {
	float: right;
}
#search .btn:hover, #search .close:hover {
	color: #484848;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #9e9e9e;
	background-color: transparent;
	border-color: transparent;
	opacity: 1;
	padding: 10px 17px;
	font-size: 45px;
	text-shadow: none;
	transition: all 0.4s ease;
}

@media only screen and (min-width: 700px) {
form.search {
	margin-top: -31px;
}
#search input[type="search"] {
	font-size: 42px;
}
#search .btn {
	font-size: 35px;
}
#search .close {
	font-size: 48px;
}
}

@media only screen and (min-width: 900px) {
form.search {
	margin-top: -41px;
}
#search input[type="search"] {
	font-size: 60px;
}
#search .btn {
	font-size: 49px;
}
#search .close {
	font-size: 69px;
}
}

@media only screen and (min-width: 1000px) {
form.search {
	margin-top: -51px;
}
#search input[type="search"] {
	font-size: 76px;
}
#search .btn {
	font-size: 62px;
}
#search .close {
	font-size: 76px;
}
}
/*------------------------------------------

MyCCRI Log in and log out styles

------------------------------------------*/
@media only screen and (min-width: 1200px) {
.navbar .dropdown.myccri-login:hover .dropdown-menu, 
.navbar .dropdown.myccri-login .dropdown-menu:hover {
	display: block!important;
}
	
}
.dropdown-menu.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown.myccri-login {
	position: relative;
}


.dropdown.myccri-login, #ccri-search-button, .ccri-nav.navbar-light .navbar-toggler {
	transition: all 0.4s ease;
}
.dropdown.myccri-login:hover, #ccri-search-button:hover, .ccri-nav.navbar-light .navbar-toggler:hover {
	background: #e6e6e6;
}

a#myccri_dropdown {
	color: #616161;
	height: 51px;
	line-height: 51px;
	display: block;
	padding: 0px 15px!important;
}


a#myccri_dropdown {
	color: rgba(0,0,0,.5);
}

.sticky-header a#myccri_dropdown {
	height: 51px;
	line-height: 51px;
}

.myccri-login .dropdown-menu {
	position: absolute!important;
	margin-top: 0px;
	background: #4b6b96;
	border-radius: 0;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 3px -2px 3px 0px rgba(68, 68, 68, 0.4);
	border-radius: 0 0 5px 5px;
}
.myccri-login a.dropdown-item:first-child:after {
	content: '';
	position: absolute;
	right: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #4b6b96;
	transition: all 0.4s ease;
}
.myccri-login a.dropdown-item:first-child:hover:after {
	border-bottom-color: #6cafa1;
}
.myccri-login .dropdown-item {
	font-size: 1.8em;
	padding: 1rem 1.5rem;
	color: #fff;
	border-bottom: 2px solid #5f9e92;
	transition: all 0.4s ease;
	text-shadow: 1px 1px 1px #6d6d6d;
}
.myccri-login .dropdown-item:hover, .myccri-login .dropdown-item:active {
	color: #fff;
	background: #6cafa1;
}
.myccri-login .dropdown-item:last-of-type {
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}
/*------------------------------------------

Faculty and Staff styles

------------------------------------------*/
a.fac-list-btn {
   padding: 15px 10px;
    display: block;
    font-size: 1.2em;
    color: #5d5d5d;
    text-decoration: none;
    background: #f5f5f5;
   
}


.fac-list-btn.collapsed:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    float: right;
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-right: 15px;
    color: inherit;
}
		
.fac-list-btn:after {
    font-family: "Font Awesome 5 Pro";
   content: "\f077";
    float: right;
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-right: 15px;
    color: inherit;
}






.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: #5d5d5d;
    text-decoration: none;
    font-size: .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: #5d5d5d;
	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;
}

.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 8px 5px 0px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.fancybox-fimage img {
    transition: all 0.4s ease;
}
.fancybox-fimage img:hover {
    opacity: 0.8;
    
}
.new-gallery {
    margin-bottom: 20px;
}


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

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: .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: .9em;
}
.event .fa-clock, .event .fa-map-marker {
	padding-right: 5px;
	color: #5f776c;
}
span.time {
	padding-bottom: 5px;
	display: block;
}
.main-edit-section ul.event-links li::before {
   display: none;
    content: " ";
}

.main-edit-section 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;
	    
}
.main-edit-section .gallery-box li {
    padding-left: 0px;
    line-height: inherit;
}
.main-edit-section .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;
}

.main-edit-section .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;
}
@media only screen and (max-width:767px) {
	.workforce-services img{
		display:none;
	}
}
			
li.hours {
    font-size: .9em;
}
.contact-box .contact-name a {
    color: #5d5d5d;
    text-decoration: none;
}
.workforce-form .form-control {
    display: block;
    width: 100%;
    height: 2em;
    padding: .375rem .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 .15s ease-in-out,box-shadow .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;
}
.main-edit-section 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;
}
.main-edit-section p a.btn-basic {
    font-size: inherit;
    margin-bottom: 0px;
    line-height: initial;
}
.main-edit-section a.btn-basic:hover,
	.btn-worforce-submit:hover{
	background: #f5f5f5;
}
.main-edit-section a.btn-green {
    color: #fff;
    background-color: #00703c;
    padding: 11px;
   
    font-size: 1.1em;
    text-decoration: none;
    display: inline-block;
   margin-bottom: 20px;
}
.main-edit-section p a.btn-green {
    font-size: inherit;
    margin-bottom: 0px;
    line-height: initial;
}
.main-edit-section 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: #5d5d5d;
    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;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content;
}
	
			@media only screen and (min-width: 1900px){
			footer .container-fluid {
			max-width:1650px;
			
			}	
			
			
			}
			
			.footer-seal {
    width: 228px;
    
    opacity: .7;
   
}
			.footer-seal:hover {
   
    
    opacity: 1;
   
}
			@media only screen and (min-width: 1200px){
		.footer-seal {
    width: 260px;
    
   
   
}	}
h1.cd-logo-text {
   
    color: #00703c;
  
}
.header-apply-btn {
   
    background: #4FACA8;
}
.header-apply-btn:hover {	
	    background: #428c89;
 		}

.btn-ccri {
    color: #ffffff;
    background-color: #6cb5b2;
    border-radius: 0px;
    border-bottom: 3px solid #427573;
    font-size: 1.1em;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px #559492;
    box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
    line-height: 1.5;
    display: inline-block;
}
.btn-ccri:hover{
    
    background-color: #548c8a;
}

/**** Marketing News *****/
p.caption {
    font-size: .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: #ff0000;
	font-size: .8em;
	    color: inherit;
    font-size: inherit;
}
/* ---- footnotes styles ----
added by jnk on 8/13/19 -----------*/
.footnotes, .contact-footer {
	font-size: .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: .02em;
	text-align: center !important;
	color: #7e8a93;
	clear: both;
	display: block;
	padding-bottom: 20px;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 1.6rem;
	font-family: sans-serif;
	color: #5d5d5d;
	background-color: #ffffff;
	height: 100%;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}

a[data-region-style='button'].ou-btn.edit-source {
  
    display: none!important;
}
::-webkit-scrollbar {
  width: 8px;
  
}


::-webkit-scrollbar-track {
  background: #f1f1f1; 
   
}
 

::-webkit-scrollbar-thumb {
  background: #828282; 
	border-radius:10px;
	 border:2px solid #f1f1f1;
}



::-webkit-scrollbar-thumb:hover {
  background: #1b9629; 
}
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%;
	
}
.sideMenu {
	
	font-size: 1.5rem;
	
}
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, .sideMenu {
	font-size: 1.5rem;
}
}

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

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

@media (min-width: 1900px) {
.ccri-main-content, .sideMenu {
	font-size: 2rem;
}
}


.sideMenu .dropdown-menu {
  
    font-size: inherit;
	
}
@media only screen and (max-width: 1169px) {
body.nav-on-left.overflow-hidden {
	overflow: hidden;
}
}
a {
	    color: #257fb5;
	text-decoration: none;
	cursor: pointer;
	    transition: all 0.4s ease;
}
a .ccri-main-content {
	transition: all 0.3s ease;
}
img {
	/* make images responsive */
	max-width: 100%;
	height: auto;
}
button:focus {
	outline: none;
}
em {
    font-style: italic;
}

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

table styles

-------------------------------- */
.table{
		margin-bottom:30px;
}
.table td, .table th {
    padding: .6em;
    line-height: 1.4em;
    font-size: .9em;
}
.table th {
    font-weight: 600;
    letter-spacing: 1px;
    background: #5d5d5d;
    color: #FFF;
}
.table tbody+tbody, .table td, .table th, .table thead th {
    border: 0;
}
.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
		
caption {
    padding-top: .7em;
    padding-bottom: .7em;
    color: #6c757d;
    text-align: left;
    caption-side: top;
	font-size: 1.2em;
    color: #5d5d5d;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}

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

Carousel and news features 

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

.row.no-gutters.oneccri-carousel {
    padding: 10px;
    background: #efefef;
    margin-bottom: 2.7em;
}
.carousel-caption {
position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    background: rgba(6, 117, 58, 0.85);
    padding: 20px 15px;
}
@media only screen and (max-width: 550px){
.carousel-caption {
   
    padding: 10px 10px;
    font-size: .9em;
}
	
}
.news-features .box-1,
.news-features .box-3
	{
    padding: 0 4.5px 8px 0px;
}
.news-features .box-2,
.news-features .box-4
	{
    padding: 0 0px 8px 4.5px;
}
.bd-example {
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px){
	.bd-example {
    padding-bottom: 0px;
}
.news-features .box-1,
	.news-features .box-2,
	.news-features .box-3,
	.news-features .box-4{
    padding: 0 0 8px 8px;
}
}
.news-features .box-3,
.news-features .box-4{
	
	padding-bottom:0px!important;
}
a.box-caption {
   font-size: 14px;
    color: #5d5d5d;
    margin-top: 5px;
    display: block;
    line-height: 16px;
}

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

Primary Nav style

-------------------------------- */
.navbar {

    padding: .7rem 0rem;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 3rem 0rem;
}
.first-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-box {
    padding: 6px 0px;
    background: #efefef;
}

span.search-btn {
    margin-left: auto;
    margin-right: 20px;
}
@media only screen and (min-width: 992px) {
	span.search-btn {
    display:none;
}
	
}
@media only screen and (max-width: 991px) {
	.search-box {
    display:none;
}
	
}
.custom-control-label::before {
    
    top: 0px;
    
}
a.fs-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.green-box {
    background: #06753a;
    display: block;
	padding: .7rem 0rem;
  
}
.ccri-title {
   
    display: block;
    margin-left: auto!important;
}
.ccri-title img {
    width: 87px;
    
}
nav {
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}
a.navbar-brand img {
    width: 200px;
}
@media only screen and (max-width: 550px){
	a.navbar-brand img {
    width: 150px;
}
	.ccri-title img {
    width: 55px;
    
}
	a.fs-title {
    
    font-size: 1.2em;
    
}
}
input {
	font-family: sans-serif;
	font-size: 1.6rem;
}
 input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
 display: none;
}



.navbar-collapse {
    margin-top: 10px;
    background: #efefef;
}
.navbar-nav .nav-link {
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
}
.dropdown-menu {
    padding: 0px;
    margin: 0px;
    font-size: inherit;
    background-color: #dedede;
    border: none;
    border-radius: 0px;
}
.dropdown-item {
    padding: 10px 15px 10px 25px;
    color: #505050;
    border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
	.navbar-collapse {
    margin-top: 0px;
    background: transparent;
}
	.navbar-nav .nav-link {
    border-bottom: none;
   padding:1rem 1rem;
}
	.dropdown-menu {
    padding: 0px;
    margin: 0px;
    font-size: inherit;
    background-color: #ffffff;
    border: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
}
	.dropdown-item {
    padding: 8px 22px;
    color: #505050;
    border-bottom: none;
}
	
}


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

.dropdown-menu.right-menu {
    right: 0;
    left: initial;
}
	
}
/* -------------------------------- 

Home Page Main COntent Styles

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


.notify {
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 15px;
}
.notify p {
    font-size: .85em;
}
.notify-boxes,
.notify-boxes h3{
    color: #fff;
}

.notify-boxes .box-1 {
    background: #53aca7;
}
.notify-boxes .box-2 {
       background: #e29236;
}
.notify-boxes .box-3{
      background: #b2a349;
}
.notify-boxes .box-4{
         background: #8ec449;
}
.notify-boxes .box-5 {
          background: #0c6f3f;
}
.row.oneccri-items {
    margin-bottom: 30px;
}
.notify-boxes h3::before {
     font-family: "Font Awesome 5 Pro";
     padding-right: 9px;
    color: #ff0000;
    font-size: .8em;
    color: inherit;
    font-size: inherit;
}

.notify-boxes .box-1 h3::before {   
    content: "\f058";  
}
.notify-boxes .box-2 h3::before { 
    content: "\f0e0";   
}
.notify-boxes .box-3 h3::before {
    content: "\f239";  
}
.notify-boxes .box-4 h3::before {  
    content: "\f3c5";
}
.notify-boxes .box-5 h3::before {
    content: "\f185";
}




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

Footer Styles

--------------------------------*/
footer {
	background-color: #2e3233;
	color: #fff;
	padding: 40px 0px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
footer {
	text-align: initial;
}
}
footer a {
	color: #fff;
}
footer a#de {
	cursor: text;
}
.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: .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: .9em;
	color: #adadad;
}
.lower-footer ul li a {
	font-size: .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;
}
a#de:hover {
	color: inherit;
}
/**** footer *****/

footer .container-fluid {
    max-width: 1200px;
}
			.fit {
   
    margin: 0 auto;
    width: fit-content;
			width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content;
}
	
			@media only screen and (min-width: 1900px){
			footer .container-fluid {
			max-width:1650px;
			
			}	
			
			
			}
			
			.footer-seal {
    width: 228px;
    
    opacity: .7;
   
}
			.footer-seal:hover {
   
    
    opacity: 1;
   
}
			@media only screen and (min-width: 1200px){
		.footer-seal {
    width: 260px;
    
   
   
}	}
/* -------------------------------- 

Breadcrumb Styles

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

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

@media (min-width: 1900px) {
.bread-box .container-fluid {
   max-width: 1650px;
}
	
}
.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-block;
	color: #585858;
}

.breadcrumb li {
    font-size: .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;
}


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

list with dots Styles (default for ul's)

-------------------------------- */
.main-edit-section ol,.main-edit-section ul {
    list-style: none;
    margin-bottom: 20px;
	line-height: 31px;
	    font-size: .9em;
 
}
.main-edit-section ul li {
    padding-left: 0px;
    position: relative;
	overflow: hidden;
}
.main-edit-section li ul,
.main-edit-section li ol{
    margin-bottom: 0px;
    padding-left: 10px;
	    font-size: .9em;
}
.main-edit-section li ul li:last-of-type,
.main-edit-section li ol li:last-of-type{
    margin-bottom: 0px;
}

.main-edit-section li ul,
.main-edit-section li ol{
    margin-top: 10px;
}
.main-edit-section li p {
    display: inline;
}
/* -------------------------------- 

list without dots Styles (

-------------------------------- */
.main-edit-section ul li.no-dots::before {
   display: none;
    content: " ";
}

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

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

Remove dots from newsfeeds Styles (

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


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

.main-edit-section 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 {
        text-decoration: none;
    font-size: .8em;
    display: inline-block;
    color: #356684;
}
.slider-readmore a:hover {
    padding-left: 2px;
    
}
.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: .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";
}
/* -------------------------------- 

local Nav Styles

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

.local-menu-sidebar {
    background: #ffffff;
    color: #808080;
    font-size: 16px;
    padding: 15px 20px;
    z-index: 10;
    position: absolute;
    left: -45px;
        top: 321px;
    bottom: initial;
    display: block;
    border: none;
    border-right: none;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 2px -8px 13px 0px rgba(99, 130, 115, 0.2);
	cursor: pointer;
	transition: all 0.4s ease;
}
.local-menu-sidebar:hover {
    color: #505050;
}
.active .local-menu-sidebar {
   
    box-shadow: none;
}
.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 {
    margin-bottom: 15px;
    font-size: 1.6em;
    color: #00703c;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .5px;
    margin-left: 15px;
	font-weight:bold;
}
.local-nav-box {
       margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
}

.local-nav a {
    color: #5d5d5d;
    display: block;
    font-size: 1em;
    padding: 10px 15px;
	
}
.local-nav a.dropdown-toggle {
        padding-right: 55px;
    position: relative;
    white-space: inherit;
}
.local-nav a:hover {
      background: #dcdcdc;
 
	
}
.local-nav-dropdown a {
    padding-left: 22px;
}

.local-nav-dropdown {
    background: #ececec;
}
.local-nav li{
border-bottom: 1px solid #e4e4e4;
	
	
}
.local-nav li:last-of-type {
	border-bottom: none;
}


.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;
    padding-right: 15px;
    color: inherit;
	height: 1.1em;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 15px;
    left: auto;
}
		
.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;
    padding-right: 15px;
    color: inherit;
	height: 1.1em;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 15px;
    left: auto;
}

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

local Contact Styles

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

.contact-box {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
    padding: 15px;
	    font-size: 1.1em;
    color: #5d5d5d;
	line-height:2.4rem;
}

.contact-box h3, .contact-box h6 {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #00703c;
    font-family: 'Roboto Condensed', sans-serif;   
	font-weight:bold;
}
.contact-box h6 {
	margin-top:3rem;
	font-size: 1.1em;
	color:#5D707D;
}
.contact-box .leader-img {
    margin-bottom: 10px;
}

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

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

.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: 1200px;
}
@media (min-width: 1900px){
.container-fluid  {
    max-width: 1650px;
}
}

@media (max-width: 991.98px){
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}

.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;
}



/*--------- 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 .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .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 .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .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: .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;
}
}
	
/*******************************
Inside Navigation Styles
********************************/
	.nav-inside{
display:block!important;
	
	}
	@media (min-width: 992px) {
	.grey-box {
    background: #efefef;
}
	}
	nav.navbar.navbar-expand-lg.navbar-light.nav-inside {
    padding: initial;
    padding-bottom: 2rem;
}
	.nav-inside a.navbar-brand {
    margin: 2rem 0;
}
	.nav-inside a.navbar-brand img {
    width: 340px;
}
	@media (min-width: 992px) {
	.nav-inside.navbar>.container, .nav-inside.navbar>.container-fluid {
   
        justify-content: initial!important;
}
	}
	
	span.sub-title {
    font-size: 1.4em;
    color: #8a8787;
    font-style: italic;
    padding-left: 20px;
    margin-bottom: -20px;
}
	@media (max-width: 991px) {
	span.sub-title {
    display: none;
}
	}
	.container.container-one {
    padding-right: 15px;
    padding-left: 15px;
}
	@media only screen and (max-width: 550px){
.nav-inside a.navbar-brand img {
    width: 150px;
}
	}
	@media only screen and (min-width: 551px) and (max-width: 991px){
.nav-inside a.navbar-brand img {
    width: 200px;
}
	}
	@media only screen and (max-width: 991px){
	nav.navbar.navbar-expand-lg.navbar-light.nav-inside {
  
    padding: 3rem 0rem;
}
	.nav-inside a.navbar-brand {
    margin: initial;
}
	}
