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

/*---- changed green #3b8461 and #006f3c to CCRI green: #00703c ----
		by jnk on 7/30/19  -------*/

@import url("/_resources-2019/css/mastheads.css?v=4.0.7");
@import url("/_resources-2019/css/navigation.css");
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;
}
img.art-img {
    margin-bottom: 15px;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

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%;
}
button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px!important;
}
p {
 
    line-height: 1.5em!important;
}
a[data-region-style='button'].ou-btn.edit-source {
    display: none !important;
}

::-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%;
    padding-top: 51px;
}

.sideMenu {
    font-size: 1.5rem;
}

/* award styles homepage */

a.award {
    margin-left: 10px;
    display: none;
}

@media only screen and (max-width: 474px) {
    a.award-small {
        top: 10px;
        position: absolute;
        left: 64px;
    }
    .award-img-small {
        width: 80px
    }
}

@media only screen and (min-width: 475px) {
    a.award {
        display: block;
    }
    .award-small {
        display: none;
    }
}

@media only screen and (min-width: 475px) and (max-width:768px) {
    a.award {
        position: absolute;
        left: 59px;
        top: 13px;
    }
}

img.award-img {
    width: 142px;
   
}

@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: 13px;
    }
}

@media only screen and (min-width: 1050px) {
    img.award-img {
        width: 190px;
       
    }
    a.award {
        margin-top: 9px;
    }
}

/* End award styles homepage */

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;
}
.main-edit-section img {

    margin-bottom: 1em;
}
.main-edit-section .card-one-image img {
    margin-bottom: 0px;
}

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

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



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

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

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

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

Breadcrumb Styles

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

.bread-box {
    background: #f5f5f5;
}

.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: 40px 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;
        top: 51px;
        bottom: 0px;
        right: 0px;
        margin-right: -300px;
        margin-left: 0px;
        height: 100vh;
        padding-bottom: 51px;
        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: 73px;
        margin-top: -51px;
        -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: 15px;
    clear: both;
}


.main-edit-section h3 {
    padding-bottom: 15px;
	padding-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #5d5d5d;
    font-size: 1.5em;
    clear: both;
    line-height: 1.2em;
}

.main-edit-section h2 {
    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: 1.8em;
}
@media only screen and (min-width: 500px) {
.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: 900;
    /*--- was "600" - changed by jk on 7/21/20 because it's barely showing as bold in Firefox.
    /*letter-spacing: 1px;*/
}

/*---- revised with proportional letter-spacing. JK 3/30/20 ---*/

.main-edit-section strong {
    letter-spacing: .03em;
}
.main-edit-section h1 + h2 {
    padding-top: 0px;
    padding-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #5d5d5d;
    font-size: 1.5em;
    clear: both;
    line-height: 1.2em;
    margin-bottom: 0px;
}
/* --------------------------------

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 ul li:last-of-type {
    margin-bottom: 0px;
}
.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;
}
.main-edit-section li h4{
    margin-bottom: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: initial;
    line-height: inherit;
	}
/* --------------------------------

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

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

.main-edit-section ul.no-dots li {
    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";
}


			
	.slider-text ul,
	.slider-text ol{
	display: none;
	}
	
	

	
	.slider-text p {
    display: none;
}
	
		.slider-text p:first-of-type {
    display: block;
}
	
	.slider-text p {
    font-size: .8em;
    margin-bottom: 7px;
    position: relative;
    height: 6.1em;
    overflow: hidden;
}
	
	.slider-text p::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.8em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
	h4.slider-title {
    line-height: 1.3em;
    padding-top: 0px;
    color: #01703c;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 300;
    font-size: 1.4em;
        padding-bottom: 0px;
    margin-bottom: 2px;
}
	
	p.slider-date {
    font-size: .85em;
    color: #7b7b7b;
}
			
			.include-box .slider-text p::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.8em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(245 245 245) 50%);
}
/* --------------------------------

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;
	text-transform: capitalize;
}
.contact-box h3::first-letter, .contact-box h6::first-letter {
    text-transform: uppercase;
}
.contact-box hr {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Footer Styles

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

footer {
    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-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;
}



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



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

Faculty and Staff styles

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

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

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

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

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

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

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

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

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

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

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

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

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

    width: 150px;
}*/
}

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

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

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

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

a.fac-info-btn {
    color: #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;
	max-width:200px;
}

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

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

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

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

.facultyprofile .sec2 {
    clear: both;
}

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

Image Gallery styles

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

a.fancybox-fimage {
    margin: 0px 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;
}



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

.contact-box .contact-name a {
    color: #5d5d5d;
    text-decoration: none;
}
.contact-box p {
    margin-bottom: 20px;
	line-height: 1.4em;
    font-size: .9em;
}
.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, .contact-box a.btn-basic {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #d3d7e0;
    font-size: 1.1em;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

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

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

.main-edit-section a.btn-green, .contact-box 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, .contact-box p a.btn-green {
    font-size: inherit;
    margin-bottom: 0px;
    line-height: initial;
}

.main-edit-section a.btn-green:hover, .contact-box a.btn-green:hover {
    color: #fff;
    background-color: #108a51;
}
a.btn-green {
    color: #fff;
    background-color: #00703c;
    padding: 11px;
    font-size: 1.1em;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}
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;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 100%;
}

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

.footer-seal {
    width: 228px;
    opacity: .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: inherit;
    font-size: inherit;
}
/*---------- conditional styles ------------
	added by jnk on 9/9/20 -----------*/
a[href$=".docx"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c2" !important;
    padding-left: 7px;
    color: inherit;
    font-size: inherit;
}
a[href$=".doc"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c2" !important;
    padding-left: 7px;
    color: inherit;
    font-size: inherit;
}
a[href$=".xlsx"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c3" !important;
    padding-left: 7px;
    color: inherit;
    font-size: inherit;
}
a[href$=".xsl"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c3" !important;
    padding-left: 7px;
    color: inherit;
    font-size: inherit;
}

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

.footnotes, .contact-footer {
    font-size: .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;
}

/*-- a:not([href*='ccri.edu']):not([href*='']):not([href*='ccri.webex']):not([href*='teamdynamix']):not([href*='ccri.starfishsolutions']):not([href*='my.setmore.com']):not([href*='mailto']):not([href*='a.cms.omniupdate.com']):not([href*='ccri.policystat.com']):not([href*='ccri1964']):not([href*='CCRINews']):not([href*='CCRI1964']):not([href*='linkedin.com']):not([href*='wwwccriedu']):not([href^='#']):not([href^='/']):after {
	font-family: "Font Awesome 5 Pro";
    content: "\f08e";
    color: inherit;
    font-size: inherit;
    padding-left: 7px;
}
--*/

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

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

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

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

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

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

.cont:hover img {
    opacity: 0.3;
}

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

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

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

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

a.close-cookie-banner.btn-basic {
    margin-left: 10px;
    color: #5d5d5d;
}

#pp-link {
    color: #fff;
}

*/

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





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

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

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

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

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

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

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

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

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

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

.hilite {
    background-color: yellow;
}

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



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

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

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


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


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

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

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


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


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



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

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

	
			
	a.fac-list-btn {
   
    border-bottom: solid 2px #fff;
}	
			
			.fac-complete-list-inside {
    
   margin-top: 0px;
			    margin-bottom: 5px;
   
}
			
			@media only screen and (max-width: 540px)	{
			a.fac-list-btn {
    
    font-size: .85em;
}
			
	}		
	
.accordion {
    margin-bottom: 20px;
}


.accordion-fin {
  position: relative;
  background-color: #fff;
  display: inline-block;
  width: 100%;

  vertical-align: middle;
	    margin-bottom: 1px;
}

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

.accordion-fin h4 {
 
  margin: 0;
 
}

.accordion-fin .acc-btn{
  position: relative;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
	background: #f5f5f5;
	    padding-right: 50px;
}

	.acc-btn p {
    margin: 0px;
    font-size: 1.2em;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	line-height: initial!important;
}
	
	
.accordion-fin .acc-btn:hover {
  text-decoration: none;
  background: #dcdcdc;
  transition: 0.3s;
}

.accordion-desc {
  background: #f5f5f5;
  
  z-index: 2;
 padding: 15px;
	    margin-bottom: 6px;
}
	.acc-btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-right: 15px;
    color: inherit;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
	.acc-btn.active:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-right: 15px;
    color: inherit;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}




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




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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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



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

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

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





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

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

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

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


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

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

  .card-one {
    font-size: .85em;
}
				
		
.main-edit-section .card-one .heading h3 {

    font-size: 1.3em;
 }


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


@media only screen and (max-width: 1000px) {
.menu-edit-section-inside {
    display: none;
}
	
	.active .menu-edit-section-inside {
    display: block;
}
}
button.acc-btn {
    width: 100%;
    text-align: left;
    border: none;
}

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