@charset "UTF-8";
/* CSS Document */

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-size: 100%;*/
	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%;
}


::-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%;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
	height: 100%;
}
body.open {
	overflow: hidden;
}

.ccri-main-content {
	font-size: 1.4rem;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
	background: #fff;
	height: 100%;
}
.ccri-main-content a {
	transition: all 0.4s ease;
}
.sideMenu {
	
	font-size: 1.4rem;
	
}





/* award styles homepage */





@media only screen and (max-width: 474px)  {
img.award-img {
  width: 50px;
    opacity: .8;
    margin-top: 14px;
	display:none
}
	  
	
a.award-small {
    margin-top: 4px;
    margin-left: 5px;
}	
	
.award-img-small{
   width:80px 
    
}	
	
	
}
@media only screen and (min-width: 475px)  {
	
	.award-small{
   display:none;
    
}	
	
	
a.award {
    display:block;
}
img.award-img {
    width: 190px; 
	margin-top: 1px;
    margin-left: 5px;
 
}
}
@media only screen and (min-width: 1380px)  {
	img.award-img {
   
    margin-left: 0px;
 
}
}

/*award styles homepage */

@media only screen and (min-width: 760px) and (max-width:859px) {
a.award {
    display:none;
    
}	
	
}
@media only screen and (min-width: 860px)  {
a.award {
    margin-left: 10px;
    margin-top: 10px;
}
	
}

@media only screen and (min-width: 1200px) and (max-width:1409px)  {
a.award {
   display:none;
}
	
}
@media only screen and (min-width: 1380px){
a.award {
   display: block;
    margin-left: 15px;
    margin-top: 15px;
}
	img.award-img {
    width: 185px;
    
}
.sticky-header a.award {
   position: absolute;
    left: 78px;
    top: 11px;
    margin-left: 0px;
    margin-top: 0px;
}
	
.sticky-header img.award-img {
    width: 142px;
    
}
}

@media only screen and (min-width: 1450px){
	
	img.award-img {
    width: 240px;
    margin-top: 0px;
}
}




/* End award styles homepage */












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

@media only screen and (min-width: 992px) {
.sideMenu {
	font-size: 1.6rem;
}
}
@media only screen and (min-width: 1200px) {
.sideMenu {
	font-size: inherit;
}
}
@media only screen and (max-width: 1169px) {
body.nav-on-left.overflow-hidden {
	overflow: hidden;
}
}

@media only screen and (max-width: 1199px) {
.sideMenu .dropdown-menu {
    font-size: inherit;
}

}
a {
	color: #69aa6f;
	text-decoration: none;
	cursor: pointer;
}
a .ccri-main-content {
	transition: all 0.3s ease;
}
img {
	/* make images responsive */
	max-width: 100%;
}

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

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 

-------------------------------- */
.main-menu-title{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.6em;
    color: #3b8461;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 7px;
    letter-spacing: .5px;
    margin-left: 15px;
}
@media only screen and (min-width: 1200px) {
.main-menu-title{
	display:none;
	
}
}
.topnav-background {
	display: none;
	background-color: #505050;
	z-index: 1000;
}
.info-for-list a:hover, .top-nav-button:hover {
	opacity: .8;
}
.topnav-background a {
	transition: all 0.4s ease;
}

@media only screen and (min-width: 1200px) {
.topnav-background {
	display: flex;
}
}
.info-for, .top-nav-buttons {
	display: inline-block;
}
.info-for {
	float: left;
}
.top-nav-buttons {
	float: right;
	text-shadow: 1px 1px 1px #6d6d6d;
}
.info-for-item {
	display: inline-block;
	margin: 0 5px;
}
.info-for-item a {
	color: #fff;
	height: 47px;
	line-height: 47px;
	display: inline-block;
}
.inline-btn {
	display: inline-block;
}
.top-nav-button {
	padding: 0 10px!important;
	height: 47px;
	line-height: 47px;
	display: inline-block;
}
.library-btn {
	background: #d0755b;
	color: #fff;
}
.give-btn {
	background: #62bb8b;
	color: #fbfbfb;
}
.jobs-btn {
	background: #6f8bc1;
	color: #fff;
}
.workforce-btn {
	background: #af8b46;
	color: #fff;
}
.workforce-dropdown {
	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);
	width: 100%;
	border-radius: 0 0 5px 5px;
}
.workforce-dropdown a.dropdown-item:first-child:after {
	content: '';
	position: absolute;
	left: 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;
}
.workforce-dropdown a.dropdown-item:first-child:hover:after {
	border-bottom-color: #6cafa1;
}
.workforce-dropdown .dropdown-item {
	font-size: 1.8em;
	padding: 1rem 1.5rem;
	color: #fff;
	border-bottom: 2px solid #5f9e92;
}
.workforce-dropdown .dropdown-item:hover, .workforce-dropdown .dropdown-item:active {
	color: #fff;
	background: #6cafa1;
}
.workforce-dropdown .dropdown-item:last-of-type {
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}
.inline-btn .dropdown-menu {
	z-index: 2000;
}
.top-nav-buttons .dropdown:hover .dropdown-menu, .top-nav-buttons .dropdown .dropdown-menu:hover {
	display: block!important;
}
.top-nav-buttons .dropdown-menu {
	margin-top: 0px;
}
/* -------------------------------- 

Nav Styles

-------------------------------- */
@media only screen and (max-width: 1199px) {
.ccri-nav.navbar {
	height: 51px;
}
}
.ccri-nav.navbar {
	padding: 0px 0px;
}
.ccri-nav .justify-content-end {
	height: inherit;
}

@media only screen and (max-width: 1199px) {
.ccri-nav.navbar-light .navbar-toggler {
	border-left: none;
	border-radius: 0px;
	padding: 24px;
	border: none;
}
}
.bg-light {
	background-color: #ffffff!important;
}

@media only screen and (min-width: 1200px) {
.bg-light {
	background-color: transparent!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;
    top: 0;
}

@media only screen and (min-width: 1200px) {
.nav-box {
	position: relative;
	left: initial;
    right: initial;
    top: initial;
}
}
h1.cd-logo-text {
	display: none;
}

@media only screen and (min-width: 760px) and (max-width: 1199px) {
h1.cd-logo-text {
	float: left;
	display: inline-block;
	padding-left: 10px;
	color: #616161;
	font-family: "Times New Roman", Times, serif !important;
	height: 51px;
	line-height: 51px;
	font-size: 1.5em;
}
.cd-logo img {
	display: inline-block;
	transition: all 0.4s ease;
	float: left;
	padding-top: 7px;
}
}

@media only screen and (min-width: 1200px) {
h1.cd-logo-text {
	float: left;
	display: inline-block;
	padding-left: 119px;
	color: #616161;
	font-family: "Times New Roman", Times, serif !important;
	transition: all 0.4s ease;
}
.cd-logo:hover h1.cd-logo-text {
	color: #00703c;
}

.cd-logo:hover span.cd-logo-text-one {
	border-bottom: 2px solid #d2c8a9;
}
span.cd-logo-text-one {
	display: block;
	font-size: 26px;
	border-bottom: 2px solid #e6dfca;
	line-height: 33px;
	transition: all 0.4s ease;
}
span.cd-logo-text-two {
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
}
}
.cd-logo {
	position: realative;
	transition: all 0.4s ease;
}
.cd-logo img {
	display: block;
	transition: all 0.4s ease;
}

@media only screen and (min-width: 1200px) {
.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 {
	margin: 8px 0px;
}
}

@media only screen and (max-width: 1199px) {
.cd-logo img.love-logo {
	display: none;
}
}

@media only screen and (min-width: 1200px) {
.cd-logo img.love-logo {
	opacity: 0;
}
.cd-logo img {
	width: 106px;
	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 {
	font-size: 1.7em;
	line-height: 24px;
	    color: #5d5d5d !important;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
    font-size: 1.9em;
}
.hp-dropdown-menu .dropdown-ccri-heading {
	    font-size: 1.6em;
    margin-bottom: 15px;
    color: #3b8461;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .5px;
    margin-left: 15px;
    font-weight: bold;
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
.navbar-expand-xl .navbar-nav .hp-dropdown-menu {
	position: absolute;
	width: 100%;
	padding: 30px;
	padding-bottom: 50px;
	background: #f1f1f1;
	border: none;
	box-shadow: 5px 5px 10px 0px rgba(68, 68, 68, 0.2);
	border-radius: 0px 0px 2px 2px;
	border-bottom: 8px solid #00713a;
}
.main-ccri-dropdown {
	padding: 0px 15px!important;
	height: 76px;
	line-height: 76px;
}
.hp-dropdown-menu .dropdown-ccri-heading {
	line-height: inherit;
    margin-bottom: 10px;
    padding-left: .5rem;
    margin-top: 0;
    margin-left: 0px;
    font-size: 2.5em;
}
.hp-dropdown-menu:after {
	content: '';
	position: absolute;
	top: -21px;
	width: 0;
	height: 0;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-bottom: 21px solid #f1f1f1;
	transition: all 0.4s ease;
}
.sticky-header .hp-dropdown-menu:after {
	top: -12px;
}
.ql-dropdown-menu:after {
	right: 707px;
}
.about-dropdown-menu:after {
	right: 596px;
}
.academics-dropdown-menu:after {
	right: 489px;
}
.admissions-dropdown-menu:after {
	right: 332px;
}
.student-dropdown-menu:after {
	right: 180px;
}
.ccri-nav .dropdown-menu {
	margin-top: 0px;
}
/***********************
	
About dropdown styles 
	
*************************/	
.about-message {
	font-size: 2em;
    line-height: 29px;
    color: #5d5d5d !important;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}
.about-message-box {
	border-right: 2px solid #5b9a7b;
}
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/***********************
	
Admission dropdown styles 
	
*************************/	
.rip {
	padding-bottom: 15px;
	font-size: 1.7em;
	line-height: 1.6em;
	color: #424242;
}

@media only screen and (max-width: 1199px) {
.rip-box {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 15px;
}
	.rip {
	    padding-bottom: 15px;
    line-height: 1.6em;
    font-size: 1.1em;
    color: #5d5d5d;
	}
}

.btn-ccri {
	color: #4a4b4a;
	color: #ffffff;
	background-color: #6cb5b2;
	border-radius: 0px;
	border-bottom: 3px solid #427573;
	font-size: 2em;
	padding: .5em 2em;
	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;
}
@media only screen and (max-width: 1199px) {
.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);
}
}
.rp-img {
	display: none;
}

@media only screen and (min-width: 1200px) {
.rp-img {
	box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
	display: block;
}
.rip {
	padding-top: 32px;
	    font-size: 2em;
    line-height: 29px;
    color: #5d5d5d !important;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}
}

@media only screen and (max-width: 1199px) {
.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;
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255, 255, 255,1) 1%);
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255, 255, 255,1) 1%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgb(255, 255, 255) 1%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	padding-bottom:15px;
}
	
.sideMenu a {
    transition: all 0.4s ease;
}	
.navbar-light .navbar-nav .nav-link {
    font-size: 1.1em;
    color: #5d5d5d;
    display: block;
    padding: 10px 15px !important;
    line-height: initial;
}
	.navbar-light .navbar-nav .nav-link:hover {
    background: rgba(208, 207, 207, 0.7);
}
.main-ccri-dropdown {
	    font-size: 1.1em;
    color: #5d5d5d;
    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;
}	
	
	.ccri-nav-drop {
    border-bottom: 1px solid #e4e4e4;
}
	.side-main-menu .ccri-nav-drop:last-of-type {
    border-bottom: none;
}
	
.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;
}
	

.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;
}
	button.back-link-text:hover {
    background: rgba(208, 207, 207, 0.7);
}
	
.with-room {
    margin-top: 50px;
}	
	
	
	
}

@media only screen and (min-width: 1200px) {
.back-link-text{
	display: none;
}
}

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

@media only screen and (max-width: 1199px){

.overlay, .sideMenu {
	position: fixed;
	bottom: 0
}
.overlay {
	top: 0;
	right: -100%;
	left: 100%;
	margin: auto;
	background-color: rgba(0,0,0,.5);
	z-index: 998;
	transition: all ease 0.2s
}
.overlay.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) and (max-width: 1199px) {
.sideMenu {
	max-width: 300px;
}
}
@media only screen and (max-width: 1199px){
.sideMenu.open {
	right: 0;
	display: block;
	overflow-y: auto;
}
.sideMenu ul {
	margin: 0;
	
}
}
@media only screen and (max-width: 1199px) {
.hp-dropdown-menu ul {
	    padding: 0px;
    margin-bottom: 5px;
    background: rgba(226, 226, 226, 0.36);
    border: 1px solid #f1f1f1;
}
.side-main-menu {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 0;
}
	
.hp-dropdown-menu ul .nav-item {
    border-bottom: 1px solid #e4e4e4;
}	
.hp-dropdown-menu ul .nav-item:last-of-type {
    border-bottom: none;
}	
}

/*********************************
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;
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #3b8461;
    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;
}
/* -------------------------------- 

Main Content Styles

-------------------------------- */
.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;
}
.section-two {
	background-color: #5a5a5a;
}
/* -------------------------------- 

Future Content Styles

-------------------------------- */
.future {
	background: #fff;
	z-index: 1;
	margin-bottom: 50px;
	box-shadow: 0px 0px 11px 3px rgba(84, 84, 84, 0.21);
	padding-top: 15px;
	padding-bottom: 15px;
}
.future-title {
	font-size: 1.8em;
	margin-bottom: 15px;
	text-align: center;
	color: #545454;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
.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;
}
.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;
}

@media only screen and (min-width: 400px) {
.future-title {
	font-size: 2.3em;
}
.separator {
	margin: 20px auto 15px;
}
.future p {
	text-align: center;
}
}
.future-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 96%;
	bottom: 2px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0px 4px 18px rgba(0,0,0,0.6);
	transition: all 0.3s ease-in-out;
}
.future-btn {
	border: 3px solid #8c8c8c;
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 1.2em;
	color: #545454;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
}
.future-btn:hover:before {
	bottom: 10px;
}
/* -------------------------------- 

Why Choose Content Styles

-------------------------------- */
.why-ccri {
	background: #f1f1f1;
	padding-bottom: 84px;
	position: relative;
	z-index: 0;
}
.why-ccri:after {
	background: inherit;
	bottom: 0;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(-1.8deg);
	transform-origin: 100%;
	z-index: -1
}
.why-ccri-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px;
	border: 1px solid rgba(84, 84, 84, 0.12);
	margin-top: -71px;
	background: #fff;
	position: relative;
	-ms-flex: 0 0 100%;
}

@media only screen and (max-width: 1238px) {
.why-ccri-box {
	margin-left: 15px;
	margin-right: 15px;
}
}
.why-ccri-box:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 96%;
	bottom: 2px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0px 4px 18px rgba(0,0,0,0.6);
	transition: all 0.3s ease-in-out;
}
.hp-why-icon {
	max-width: 137px;
	margin-bottom: 15px;
}
.icon-box {
	text-align: center;
	z-index: 1;
}
.icon-box-inner {
	background-color: #fff;
	height: 100%;
	padding: 25px;
	position: relative;
	display: block;
}
.icon-box-inner:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 96%;
	bottom: 2px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0px 4px 18px rgba(0,0,0,0.6);
	transition: all 0.3s ease-in-out;
}
.icon-box a {
	margin-bottom: 20px;
	display: inline-block;
}
.icon-box 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;
}
.icon-box a:hover {
	padding-left: 2px;
	color: #4a7b4f;
}
.icon-box h4 {
	font-family: "Raleway", sans-serif;
	color: #333333;
	line-height: 1.2;
	font-size: 24px;
	margin-bottom: 15px;
}
.change {
	text-align: center;
}
.why-ccri-two p {
	font-size: 18px;
	line-height: 1.4666666667;
	color: #777777;
	font-weight: 300;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	margin-bottom: 15px;
}
a.why-btn {
	background: transparent;
	border: 1px solid #69ac6f;
	display: inline-block;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	padding: 10px 25px;
	color: #565656;
	box-shadow: 2px 4px 12px 0px rgba(103, 103, 103, 0.08);
}
.icon-box p {
	font-size: 18px;
	line-height: 1.4666666667;
	color: #777777;
	font-weight: 300;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.why-heading {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
.why-ccri-two {
	display: none;
}
}
.why-ccri-two {
	position: relative;
}

@media only screen and (min-width: 1027px) {
.why-ccri-two {
	padding-bottom: 55px;
}
}
.why-ccri-two:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background-color: #d2d2d2;
}

@media only screen and (max-width: 767px) {
.why-ccri {
	background: #fff;
	padding-bottom: 0px;
}
.why-ccri:after {
	transform: none;
}
.icon-box-inner:before {
	box-shadow: none;
}
.icon-box-inner {
	padding: 15px 0px;
}
}
/* -------------------------------- 

Stats Content Styles

-------------------------------- */
@media only screen and (max-width: 1026px) {
.ccri-stats {
	display: none;
}
}
.ccri-stats {
	text-align: center;
	background: #e4e4e4;
}
.ccri-stats .container-fluid {
	max-width: initial;
}
.ccri-stats:after {
	background: inherit;
	bottom: 0;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(-1.8deg);
	transform-origin: 100%;
	z-index: -1;
}
.stat-box {
	position: relative;
}
.stat-box .separator:after {
	height: 1px;
	background: #ffffff;
	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, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.32) 35%, rgba(255, 255, 255, 0.32) 70%, rgba(255, 255, 255, 0.09) 100%);
}
.stat-box .separator {
	width: 80%;
	margin: 15px auto 15px;
}
.stat-content {
	padding: 10px 0px 30px 0px;
	color: #fff;
}
.stat-body {
	font-size: 16px;
	line-height: 1.4666666667;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	margin-bottom: 10px;
}
.stat-head {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1190px) {
.stat-head {
	font-size: 1.6em;
}
}
.stat-btn {
	font-size: 16px;
	line-height: 1.4666666667;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	color: #fff;
	display: inline-block;
}

@media only screen and (min-width: 1480px) {
.stat-head {
	font-size: 2em;
}
.stat-btn, .stat-body {
	font-size: 18px;
}
.stat-content {
	padding: 10px 0px 45px 0px;
}
}
a.stat-btn:hover {
	padding-left: 5px;
	color: #e2e2e2;
}
a.stat-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: normal;
	content: "\f054";
	padding-left: 5px;
}
.stat-box-1 {
	background: #6fafb5;
}
.stat-box-2 {
	background: #6fb586;
}
.stat-box-3 {
	background: #9cb56f;
}
.stat-box-4 {
	background: #b5746f;
}
.stat-box-5 {
	background: #986fb5;
}
.stat-box-6 {
	background: #6f79b5;
}
.stat-box-1:before {
	background: #6fafb5;
	-ms-transform-origin: 500% 0;
	-o-transform-origin: 500% 0;
	-webkit-transform-origin: 500% 0;
	-moz-transform-origin: 500% 0;
	transform-origin: 500% 0;
}
.stat-box-2:before {
	background: #6fb586;
	-ms-transform-origin: 400% 0;
	-o-transform-origin: 400% 0;
	-webkit-transform-origin: 400% 0;
	-moz-transform-origin: 400% 0;
	transform-origin: 400% 0;
}
.stat-box-3:before {
	background: #9cb56f;
	-ms-transform-origin: 300% 0;
	-o-transform-origin: 300% 0;
	-webkit-transform-origin: 300% 0;
	-moz-transform-origin: 300% 0;
	transform-origin: 300% 0;
}
.stat-box-4:before {
	background: #b5746f;
	-ms-transform-origin: 200% 0;
	-o-transform-origin: 200% 0;
	-webkit-transform-origin: 200% 0;
	-moz-transform-origin: 200% 0;
	transform-origin: 200% 0;
}
.stat-box-5:before {
	background: #986fb5;
	-ms-transform-origin: -100% 0;
	-o-transform-origin: -100% 0;
	-webkit-transform-origin: -100% 0;
	-moz-transform-origin: -100% 0;
	transform-origin: -100% 0;
}
.stat-box-6:before {
	background: #6f79b5;
	-ms-transform-origin: -200% 0;
	-o-transform-origin: -200% 0;
	-webkit-transform-origin: -200% 0;
	-moz-transform-origin: -200% 0;
	transform-origin: -200% 0;
}
.stat-box.going-down:before {
	content: '';
	display: block;
	height: 500px;
	left: 0;
	position: absolute;
	right: 0;
	-ms-transform: skewY(4deg);
	-o-transform: skewY(4deg);
	-webkit-transform: skewY(4deg);
	-moz-transform: skewY(4deg);
	transform: skewY(4deg);
	z-index: -2;
}
.stat-box.going-up:before {
	content: '';
	display: block;
	height: 500px;
	left: 0;
	position: absolute;
	right: 0;
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	transform: skewY(-4deg);
	z-index: -2;
}
/* -------------------------------- 

News Content Styles

-------------------------------- */
.section-three {
	color: #fff;
	background: #497490;
	background-image: url(/_resources-2019/hp_images/anchor_final.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h3.news-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.8em;
	margin-bottom: 3%;
}
.news-title span {
	font-weight: bold;
}
.slider-item-inner {
	text-align: center;
	margin: 5px;
}
.news-slide-box {
	padding: 0px 20px;
	margin: auto;
}
.slider-body {
	padding: 1.5em .8em;
	text-align: left;
}
h4.slider-title {
	font-size: 1.45em;
	margin-bottom: 1em;
}
p.slider-text {
	line-height: 1.25em;
	margin-bottom: 1em;
}
.slider-readmore a {
	color: #fff;
	display: inline-block;
}
.slider-readmore a:hover {
	padding-left: 2px;
	color: #d8d8d8;
}
.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-slide img {
	box-shadow: 5px 3px 10px 1px rgba(56, 56, 56, 0.2);
}
/* -------------------------------- 

Events Content Styles

-------------------------------- */
.section-four {
	background-color: #ffffff;
}
h3.events-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.8em;
	margin-bottom: 3%;
	display: inline-block;
}

@media only screen and (min-width: 501px) {
	
h3.events-title {
	
	font-size: 3.5em;
	
}	
h3.news-title {
font-size: 3.5em;
	
}
	
}
.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;
}
.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%;
	margin: 95px auto;
	float: right;
	margin-bottom: 0px;
}
}
.section-four b {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	float: left;
	width: 100%;
	line-height: 1.22222222em;
	color: #565656;
}
.section-four 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;
}
.section-four 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) {
.section-four span.date {
	width: 112px;
	height: 112px;
}
.section-four span.date:after {
	width: 100px;
	height: 100px;
}
}
.event {
	margin: 10px;
	
}
.event a {
	color: #00713a;
}
.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;
}
.hp-section.section-five {
	background: #404040;
}
.section-five h3.events-title.discover-title {
	color: #fff;
}
/* -------------------------------- 

headlines Carousel styles

-------------------------------- */
.section-headlines {
	background: #3e4144;
	background: #5d6063;
	background: #337152;
	text-align: center;
	color: #fff;
	background-image: url(/_resources-2019/hp_images/stars-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.headlines-box .carousel-caption {
	position: absolute;
	right: 0;
	bottom: initial;
	left: 0;
	z-index: 10;
	padding: 15px;
	color: #b1b1b1;
	text-align: center;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

@media only screen and (min-width: 1200px) {
.headlines-box .carousel-caption {
	padding: 30px;
}
}
.headlines-box .carousel-caption p {
	margin-top: 20px;
	font-size: 1.9em;
	font-family: 'Roboto Slab', serif;
	color: #fff;
}
#headlines-carousel h5 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 1px;
}

@media only screen and (min-width: 767px) {
.headlines-box .carousel-caption p {
	font-size: 2.3em;
}
}

@media only screen and (min-width: 1170px) {
.headlines-box .carousel-caption p {
	font-size: 3em;
}
}
.headline-btn {
	display: inline-block;
	padding: 10px 25px;
	color: #ffffff;
	margin-top: 25px;
	border: 2px solid #fff;
}
.headline-btn:hover {
	background: #868686;
}
#headlines-carousel .carousel-item {
	height: 290px;
}
#headlines-carousel .carousel-control-next, #headlines-carousel .carousel-control-prev {
	width: initial;
}
#headlines-carousel .carousel-control-next:hover, #headlines-carousel .carousel-control-prev:hover {
	opacity: .9;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
/* -------------------------------- 

Program SECTION style

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

.section-programs {
	background: #f1f1f1;
}
.program-slider-box {
	margin: 0px 30px;
}
.program-slider-item {
	position: relative;
	margin: 0px 5px;
	transition: all 300ms ease;
}
.section-programs .slick-current .program-slider-inside {
	opacity: 1;
	transform: scale(1.08);
}
.section-programs .program-slider-inside {
	opacity: .7;
	transition: all 300ms ease;
	position: relative;
	margin: 2%;
}
.program-slider-item:before {
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	position: absolute;
	background: #000;
	margin: 2%;
	transition: all 300ms ease;
}
.section-programs .slick-slide img {
	box-shadow: none;
}
.program-slider-item .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 0px;
	color: #fff;
	text-align: center;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}
.program-title {
	background: #1d8050;
	position: relative;
	text-align: left;
	padding: 9px 15px;
}
.program-title h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
}

@media only screen and (min-width: 1200px) {
.program-title {
	padding: 10px 15px;
}
}
.program-btn-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(49, 49, 49, 0.83);
}
.program-btn {
	background: rgba(35, 35, 35, 0.17);
	border: 1px solid #00e278;
	display: inline-block;
	padding: 8px 5px;
	width: 40%;
	color: #20ce7c;
	margin: 3% 0px;
	font-size: .7em;
}

@media only screen and (min-width: 1200px) {
.program-btn {
	font-size: .9em;
}
}
.program-btn:first-of-type {
	margin-right: 10px;
}
.section-programs .slick-prev, .section-programs .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;
}
.section-programs .slick-next {
	right: -29px;
}
.section-programs .slick-prev {
	left: -29px;
}
.section-programs .slick-prev:before, .section-programs .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;
}
.section-programs .slick-next:before {
	content: "\f105";
}
.section-programs .slick-prev:before {
	content: "\f104";
}
/* -------------------------------- 

Made here styles

-------------------------------- */
.section-madehere {
	position: relative;
	z-index: 1;
}
.arnold, .courtney, .jesus {
	padding-bottom: 60px;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	line-height: 1.3em;
	color: #636363;
}
.jesus {
	padding-bottom: 0px;
}
h4.madehere-heading-title {
	font-size: 2em;
	color: #a2a2a2;
	margin-bottom: 1em;
	font-family: 'Roboto Slab', serif;
}
h5.madehere-name-title {
	font-size: 1.7em;
	color: #00703c;
	text-transform: uppercase;
	margin-bottom: 15px;
}
p.madehere-p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
	max-width: 540px;
}
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);
}
img.madehere-img {
	margin-bottom: 20px;
	display: block;
	width: 500px;
}
.arnold img.madehere-img, .jesus img.madehere-img {
	float: right;
	padding-right: 20px;
}
.arnold .madefor-content, .jesus .madefor-content {
	float: left;
}
.courtney img.madehere-img {
	padding-left: 20px;
}
.courtney .madefor-content {
	float: right;
}

@media only screen and (max-width: 767px) {
.arnold img.madehere-img, .jesus img.madehere-img, .courtney img.madehere-img {
	margin: 0 auto 20px;
	float: none;
	padding-right: initial;
	padding-left: initial;
}
.courtney .madefor-content {
	float: none;
	max-width: 510px;
	margin: 0 auto;
}
.arnold .madefor-content, .jesus .madefor-content {
	float: none;
	max-width: 510px;
	margin: 0 auto;
}
}
/* -------------------------------- 

Campuses section styles

-------------------------------- */
@media only screen and (max-width: 1050px) {
.section-campuses {
	display: none;
}
}
.section-campuses {
	background: #fff;
}
.campus-box {
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	line-height: 1.19em;
	text-align: center;
	color: #444444;
	font-weight: 300;
	font-size: 16px;
}

@media only screen and (min-width: 1570px) {
.campus-box {
	font-size: 18px;
}
}
.campus-img {
	margin-bottom: 15px;
}
.campus-img.wobble {
	padding-top: 25px;
}
ul.campus-ul {
	margin-bottom: 15px;
}
.campus-content h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	color: rgb(46, 50, 51);
}
/*-------------------------------- 

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;
}
/*-------------------------------- 

Carosel Styles

--------------------------------*/
.sticky-hp-btn-box {
	position: absolute;
	right: 0;
	bottom: 7px;
	    z-index: 2;
}
a.sticky-hp-btn {
	display: none;
	width: auto;
	float: none;
	background: #fff;
	margin-bottom: 6px;
	padding: 13px;
	background-color: rgba(51, 132, 94, 0.62);
	color: #fff;
	font-size: 1.3em;
	font-family: 'Roboto Slab', serif;
	text-shadow: 3px 4px 11px rgba(93, 93, 93, 0.4);
	position: relative;
}

@media only screen and (min-width: 900px) {
a.sticky-hp-btn {
	display: block;
}
}
.sticky-hp-btn:hover {
	background-color: rgba(51, 132, 94, 0.8);
}
#myCarousel, #myCarousel .carousel-item, #myCarousel .carousel-inner {
	height: 100%;
}

@media only screen and (max-width: 1199px) {
	#myCarousel {
	height: calc(100% - 51px);
    margin-top:51px;
}
}


#myCarousel {
	height: calc(100% - 51px);
}

@media only screen and (min-width: 1200px) {
#myCarousel {
	height: calc(100% - 123px);
}
}
.c-fill {
	width: 100%;
	height: 100%!important;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	display: block;
}
h3.title {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.7em;
	margin-bottom: 15px;
	font-weight: bold;
	text-shadow: 3px 4px 11px rgba(93, 93, 93, 0.4);
	text-transform: uppercase;
}
#myCarousel .carousel-caption {
	position: absolute;
	right: 15px;
	top: 50px;
	left: 0px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	max-width: 650px;
	background-color: rgba(62, 62, 62, 0.41);
	padding: 25px;
	padding-left: 15px;
	padding-right: 15px;
	bottom: auto;
}

@media only screen and (min-width: 700px) {
#myCarousel .carousel-caption {
	right: auto;
	padding-left: 25px;
	padding-right: 25px;
	left: 15px;
}
}
p.description.truncate {
    font-size: 1.5em;
    text-shadow: 3px 4px 11px rgb(58 58 58 / 30%);
    line-height: 1.3em;
    margin-bottom: 15px;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}
p.caption {
	text-shadow: 3px 3px 5px rgba(70, 70, 70, 0.3);
}
.slider-btn {
	display: inline-block;
	color: #ffffff;
	background: #49a4e4;
	padding: 10px;
	box-shadow: 3px 3px 10px 0px rgba(68, 68, 68, 0.24);
}
.caption-box {
	display: block;
	position: relative;
	max-width: 1895px;
	margin: 0 auto;
}

@media only screen and (min-width: 1500px) {
#myCarousel .carousel-caption {
	max-width: 800px;
	padding: 30px;
}
h3.title {
	font-size: 3em;
}
p.description.truncate {
	font-size: 1.6em;
}
p.caption {
	text-shadow: 3px 3px 5px rgba(70, 70, 70, 0.3);
	font-size: 1.2em;
}
.slider-btn {
	padding: 12px;
}
}
/*--------- 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%;
}
.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;
}

@media only screen and (min-width: 1200px) {
#ccri-search-button {
	color: rgba(0,0,0,.5);
	border-right: none;
	background: transparent;
}
}
.sticky-header #ccri-search-button {
	height: 51px;
	line-height: 51px;
}

@media only screen and (min-width: 1200px) {
#ccri-search-button {
	color: rgba(0,0,0,.5);
	height: 76px;
	line-height: 76px;
}
}
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: 0px;
	margin-top: -100px;
	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;
	height: 100%;
    margin-top: 0px;
}
#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;
}
#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;
}

@media only screen and (max-width: 1199px) {
.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;
}

@media only screen and (min-width: 1200px) {
a#myccri_dropdown {
	color: rgba(0,0,0,.5);
}
}
.sticky-header a#myccri_dropdown {
	height: 51px;
	line-height: 51px;
}

@media only screen and (min-width: 1200px) {
a#myccri_dropdown {
	height: 76px;
	line-height: 76px;
}
}
.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;
}

/***** Cookie Styles *******/
.myccri-login .dropdown-item:last-of-type {
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}
div#CookieBanner {
    position: fixed;
    z-index: 50000;
    bottom: 0;
       background: #505050;
    padding: 15px;
    left: 0;
    right: 0;
	
}		
	div#CookieBanner p {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.4666666667;
    font-weight: 300;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}
	


a.close-cookie-banner.btn-basic {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #d3d7e0;
    font-size: 1.1em;
    color: inherit;
    text-decoration: none;
    display:block;
    margin: 10px auto;
    color: #5d5d5d;
	width: 80px;
	transition: all 0.4s ease;
}
@media only screen and (min-width: 1140px) {
a.close-cookie-banner.btn-basic {
    display: inline-block;
    margin: 0px 0px 0px 10px;
  
}
}	
a.close-cookie-banner.btn-basic:hover {
	background-color: #dadada;
	
}
	#pp-link{
		color: #c9ffc8;
	border-bottom: 1px solid #c9ffc8;
	transition: all 0.4s ease;
		text-decoration: none;
	}

#pp-link:hover{
		color: #c9ffc8;
	border-bottom: 1px solid transparent;
	
	}


/** New search **/

.search-list a {
    padding: 10px 15px;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    border: solid 1px #e4e4e4;
    color: #8b8b8b;
    font-size: .9em;
    text-align: center;
			transition: all 0.4s ease;
}
			
			.search-list a:hover {
			    color: #8f8f8f;
    background: #dfdfdf;
		}	
			.search-links {
    display: block;
    clear: both;
    position: relative;
}
	ul.search-list {
       display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
 
}
	.search-links li {
   display: flex;
    flex-grow: 1;
    margin-right: 2px;
}



			
.gssb_c {
   
    position: fixed!important;
}
			
			
		/** hidden search field **/
#searchbar {
    display: none;
    width: 100%;
       position: fixed;
    z-index: 900;
			
}

			
.search-cont {
    max-width: 1875px;
    margin: 0 auto;
    width: 100%;
    
}
			.se {
    width: 400px;
    float: right;
    padding: 20px;
        background: #f5f5f5;
    margin: 2px;
    border-radius: 4px;
    box-shadow: 0px 1px 14px 0px rgb(34 34 34 / 8%);
}
			
			
			


