/*
@import url("/__resources-2016/css/bootstrap.min.css");*/

/*------------- homepage styles -------------*/
/*-------- Carousel-------*/
body {
	min-width: 320px;
}
header.carousel {
	/*height: 50% !important;*//*---changed from 50 to 40, jnk 7/17/15 ---*//* ===changed back to 50%, jnk 042516===*/
	background-position: top !important;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	/*background-position: center top !important;*/
	background-size: cover;
}
.gradient-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	/* height: 25%; */  /*---changed jnk 9/6/16 ---*/
	/* padding-bottom: 5%; */   /*---changed jnk 7/17/15 ---*/
	filter: alpha(opacity=70); /* IE transparency */
	background-repeat: repeat-y;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)100%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)100%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.9) 100%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9) 100%); /* Standard syntax (must be last) */
}
header.carousel h2 {
	bottom: 3% !important; /*---changed jnk 9/5/16 ---*/
}
header.carousel h3 {
	bottom: 3% !important; /*---changed jnk 9/5/16 ---*/
}
header.carousel h2 a {
	color: #FC0;/*---changed jnk 7/19/15 ---*/
	text-decoration: none;
	/*background-color: #972900;---deleted by jnk 7/19/15 ---*/
	/*font-size: 1.2em;  ---removed by jnk 9/5/16 ---*/
	line-height: 1em;  /*---changed jnk 9/5/16 ---*/
	margin: 0px;/*---changed jnk 7/19/15 ---*/
	padding: 0px;/*---changed jnk 7/19/15 ---*/
}

header.carousel h3 a {
	color: #FC0;/*---changed jnk 7/19/15 ---*/
	text-decoration: none;
	/*background-color: #972900;---deleted by jnk 7/19/15 ---*/
	/*font-size: 1.2em;  ---removed by jnk 9/5/16 ---*/
	line-height: 1em;  /*---changed jnk 9/5/16 ---*/
	margin: 0px;/*---changed jnk 7/19/15 ---*/
	padding: 0px;/*---changed jnk 7/19/15 ---*/
}
.carousel-indicators {
	color: #fff !important;
}
/*---added jnk 7/19/15 ---*/
.carousel-caption {
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);  /*---changed jnk 9/5/16 ---*/
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 1000;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-caption.gradient-overlay h2 {
    margin-top: 1.5em;
}
.carousel-caption.gradient-overlay h3 {
    margin-top: 1.5em;
}
/*--------------- end HP carousel ------------*/

/*--- homepage styles --*/
/*---- added by jnk on 3/3/18 to darken bg --*/
.panel-default>.panel-heading {
    color: #333;
    background-color: #e1e1e1;
    border-color: #ddd;
}


.container .row .col-md-4 .panel.panel-default .panel-heading h4 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight:300 !important;
	color: #00703b;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 1.6em;
	margin: .5em;
  text-shadow: 0 2px white; /*---- added by jnk on 3/3/18 to add etched effect to text --*/
}
.panel-heading h4 a {
	margin-top: 10px;
	float: right;
	text-align: right;
	font-size: .6em;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
h4.events {
	background-image: url(/images/icon-news-20px.png);
}
h4.features {
	background-image: url(/images/icon-features-20px.png);
}
h4.twitter {
	background-image: url(/images/icon-twitter-20px.png);
}
h4.video {
	background-image: url(/images/icon-video-20px.png);
}
h4.calendar {
	background-image: url(/images/icons/icon-events.png);
}
.carousel-caption .btn-info {
	color: #FFFF66;
	text-decoration: none;
	background-color: #972900;
	font-size: 0.5em;
	padding: 1%; /*----changed by jnk on 9/7/16----*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: text-top;
	border: 1px solid #CCC;
	margin-left: 10px;
}
.carousel-caption .btn-info a:hover {
	color: #FFF;
	text-decoration: none;
}
.container .row .col-md-4 .panel.panel-default .panel-body ul {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin: 0 0 20px;
	font-weight: normal;
	clear: both;
}
.container .row .col-md-4 .panel.panel-default .panel-body ul li {
	font-size: 0.7em;
	line-height: 1.1em;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#homepage .container .row .col-md-4 .panel.panel-default .panel-body .headlines li {
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	margin-bottom: 1em;
}
.panel.panel-default .panel-body #features-hp {
	/*height: 358px;----removed by jnk on 10/25/16--*/
	overflow: hidden;
	margin-bottom: 12px;
}
ul.features li img {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	clear: left;
	border: 1px solid #CCC;
}
ul.features li {
	min-height: 77px;
	margin-top: 10px;
}
ul.headlines {
	font-size: 0.9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin-left: 10px !important;
	margin-top: 10px !important;
	width: 95%;
}
.headlines li {
	margin-bottom: 1.6em !important;
	/*height: auto;*/
	line-height: 1.3em;
	list-style-image: url("/images/bullet-headlines-rust.png");
}
.btn-default {
	background-color: #006838;
	color: #fff;
	border: 1px solid #ccc;
	clear: both;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color: #259562;
	border-color: #00311B;
}
/*-------
.page-header {
	color: #972900;
	padding-top: 0px;
}
-------------*/
.page-header {
	color: #972900;
	padding-top: 0px;
}
.panel-body {
	max-height: 435px;
	overflow: auto;
}
.vidbody {
	Min-height: 434px;
	max-height: 434px;
}
.one .panel-body {
	text-align: center;
}
.panel.welcome {
	background-color: transparent;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
}
.vidtitle {
	text-align: center;
	padding: 0px;
	font-size: 1.1em;
	width: 100%;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	white-space: nowrap;
	margin: 0px 0px 5px;
}
.twovid {
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.panel.welcome .page-header {
	margin-top: 8px !important;
	Margin-bottom: 5px !important;
	border: none;
	padding-bottom: 0px;
}
.container .row .col-md-4 #socialmedia {
	margin: 12px 0 0;
}
.container .row .col-md-4 #socialmedia img {
	margin-right: 3px;
}
/*=========== president's Msg. ============*/


.presmsg {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	/*---- commented out by jnk on 6/24/16
	-webkit-box-shadow: 1px 1px 4px 2px rgba(10, 10, 10, .5);
	box-shadow: 1px 1px 4px 2px rgba(10, 10, 10, .5);
	-----------------------------------*/
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.presmsgtext {
	font-size: 1.5em;
	font-family: "Gill Sans MT", Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
}
.presmsg p a:link, .presmsg p a:visited, .presmsg p a:hover {
	text-decoration: none;
}
.presmsg p a:hover {
	color: #090;
}
/*==============================================*/

/*==================Home page features Styles============================*/

#features_extra img {
	float: left;
	margin-right: 8px;
	clear: left;
}
#features_extra li {
	display: inline-block;
	font-size: .86em;
}
/*==================Home page Headlines Styles============================*/


li.noimage_home {
	list-style-image: none !important;
}
li.noimage {
	list-style-image: none !important;
}
#headlines_extra2 li {
	margin-bottom: 1.6em !important;
	/* height: auto; */
	line-height: 1.3em;
	list-style-image: url("/images/bullet-headlines-rust.png");
	font-size: .86em;
}
#headlines_extra2 ul {
	padding-left: 8px !important;
}
.noheader_home {
	display: none;
	list-style-image: none;
}
/*----- added by jnk on 8/17/16-------------*/
li .noheader_home {
	display: none;
	list-style-image: none;
	background-image: none !important;
	padding-left: 0px !important;
}
/*-------------------------------------------------------*/
.clearlist {
	clear: both;
}
/*------------ commented out by jnk on 6/22/16-----------
.features_extra li {
	font-size: 0.9em !important;
}
-------------------------------------------------------*/

/*--- nav ---*/
.navbar {
	margin-bottom: -1px;
}
.navbar-inverse {
	background-color: #006838;
	border-color: #006838;
}
.navbar-nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1em;
	font-weight: bold;
	float: none;
	height: 30px;
	margin-top: 15px;
}
.navbar-nav.menu {
	height: auto !important;
}
.navbar-inverse .navbar-nav > li > a {
	color: #d7dfdb;
}
/* .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #d7dfdb;
	font-size: 0.9em;
} */
.navbar-inverse .navbar-brand {
	color: #f1f1f1;
	background-image: url("/images/masthead-logo-ccri.png");
	background-repeat: no-repeat;
	background-position: 15px 5px;
	background-size: auto;
	padding-left: 125px;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-size: 2.2em;
	height: 70px;
	padding-top: 28px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

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

.navbar-nav.menu {
    margin: 0 auto;
        display: inline-block;
    float: none !important;
   
}
	
.center-home-nav {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
}
/*------------------- begin info nav -----------------*/
#homepage .row.nav-one {
	text-align: center !important;
	margin-top: 5px;
}
.information-for {
	/*display: block;*/
	min-height: 29px;
	width: 100%;
	color: #FFF;
	background-color: #384045;
	padding-top: 5px 10px;/*	margin: 0px;*//*	position: absolute;*/
}
.information-for li.first {
	color: #cccc99;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 1em;
	text-transform: uppercase;
	list-style-type: none;
}
.information-for ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.information-for ul li.first ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.information-for ul li {
	list-style-type: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal !important;
	min-height: 24px;
	font-size: 0.69em;
	float: left;
}
.information-for ul li a {
	border-right: 1px solid #eee;
	color: #FFFFFF;
	height: 23px;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 14px;
}
.information-for a.last {
	border-style: none;
}
.information-for li.first a.navbar-text {
	cursor: default;
	color: #cccc99;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	list-style-type: none;
	letter-spacing: 0px;
	border-style: none;
}
.navbar-nav .dropdown.info-for {
	background-color: #C60;
	color: #FFF;
}
.dropdown.info-for .dropdown-toggle {
	color: #FF0;
}
.information-for ul li a:hover, .information-for ul li a:focus {
	color: #d7dfdb;
}
/*-------------- end info nav -------------*/




#homepage .row.nav-two {
	text-align: center !important;
	margin-top: 5px;
}
#homepage .row.nav-two ul {
	padding-left: 0;
}
#homepage .row.nav-two ul li {
	display: inline;
	list-style: outside none none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	height: 30px;
	line-height: 1em;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 15px;
	color: #d7dfdb;
}
#homepage .row.nav-two ul li a {
	color: #ffe5c4;
	padding: 8px 10px;
}
#homepage .row.nav-two li a:hover, #homepage .row.nav-two li a:focus {
	color: #fff;
	text-decoration: none;
}
#homepage .row.nav-two .dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.open > a {
	background-color: #080808;
}
/*--------- 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: rgba(232, 98, 86, 0.8) 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;
}
.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: #972900;
	opacity: 1;
}
/*----------------------------------------- homepage buttons ------------------------------------ */


.homebutton {
	margin-top: 13px;
	font-size: 1.8em;
	font-weight: 100;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.4s ease;
}
.hbone {
	background-color: #698377;
	border: solid 2px #545f5a;
}
.hbtwo {
	background-color: #3b4a44;
	
	border: solid 2px #384045;
}

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

form.search {
	height: 50px;
	padding-top: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	width: 200px;
}
form.search .btn {
	line-height: 1.2;
	padding: 6px;
	display: block;
	display: inline;
	float: right;
	margin-top: 2px;
}
form.search .form-control {
	width: 80%;
	display: block;
	display: inline;
}
form.search #q {
	color: #999;
	padding-left: 10px;
}
/*--- ./search ---*/


/*--- dropdown search ---*/

.dropdownsearch form {
	height: 50px;
	padding-top: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	width: 100%;
	border: none;
	padding-left: 0px;
}
.dropdownsearch .navbar-form {
	border-top: none;
	border-bottom: none;
	box-shadow: none;
}
.dropdownsearch .form-control {
	width: 80%;
	display: inline;
}
.dropdownsearch form .btn {
	line-height: 1.2;
	margin-left: 3px;
	margin-bottom: 5px;
	display: inline;
	float: none;
}
/*--- ./ drop down search search ---*/



/*------------- ./end nav -------------*/





/*------------- ./Styles for h1 in the nav -------------*/
.brandone h1 {
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
	margin-top: 0px !important;
	font-weight: inherit !important;
	padding: initial !important;
	display: inherit !important;
	float: left !important;
	color: #fff !important;
}
.brandtwo h1 {
	font-size: inherit !important;
	margin: inherit !important;
}

/*--- screen size fixes ---*/
@media only screen and (min-width: 970px) and (max-width: 1199px) {
/*	header.carousel h2 {
		bottom: 25%;
	}*/
header.carousel h2 {
	bottom: 5%;
}
}

/*---changed jk 8/18/16 ---*/



@media only screen and (min-width: 0px) and (max-width: 1050px) {
.information-for ul li a {
	padding: 5px 6px;
}
#homepage .row.nav-two ul li a {
	color: #d7dfdb;
	padding: 8px 5px;
}
}

/*--- screen size fixes ---*/


@media only screen and (max-width: 1219px) {
.panel-heading h4 a {
	display: none;
}
}

@media only screen and (min-width: 1220px) and (max-width: 2600px) {
header.carousel {
	/*height: 70% !important;*/
	background-position: top !important;
}
}
@media only screen and (min-width: 1220px) and (max-width: 1440px) {
header.carousel {
	height: 500px !important;
	background-position: top !important;
}
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
.panel.welcome h1 {
	font-size: 2.5em;
	padding-top: 1%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*---------jk----------*/
	
	
.presmsgtext {
	font-size: 1.25em;
}
.container .row .col-md-4 #socialmedia img {
	height: 33px;
	width: 33px;
}
	
.container .row .col-md-4 #socialmedia img#radio {
    width: 55px;
    height: auto;
}
/*
	.carousel-caption h2 {
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	font-size: 30px;
	
	}
	*/
.carousel-caption h2 {
	bottom: 5%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	font-size: 30px;
	line-height: 36px;
}
}

@media only screen and (min-width: 600px) and (max-width: 970px) {
nav {
	font-size: 75%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.homebutton {
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 1.8em;
	padding-top: 12px;
	padding-bottom: 12px;
}
.navbar-inverse .navbar-brand {
	background-image: url("/images/ccri-white-logo-40px.png");
	background-position: 15px 10px;
	background-repeat: no-repeat;
	background-size: auto auto;
	color: #f1f1f1;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	height: 60px;
	padding-left: 90px;
	padding-top: 20px;
}
.container .row .col-md-4 #socialmedia img {
	height: 23px;
	width: 23px;
}
.dropdown-menu > li > a {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
.panel.welcome {
	margin-bottom: 12px;
}
.panel.welcome h1 {
	font-size: 40px;
}
.navbar-inverse .navbar-brand {
	background-image: url("/images/ccri-white-logo-40px.png");
	background-position: 15px 10px;
	background-repeat: no-repeat;
	background-size: auto auto;
	color: #f1f1f1;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 1.5em;
	font-weight: normal;
	height: 60px;
	padding-left: 90px;
	padding-top: 20px;
	margin: 0 15px 0 0px !important;
}
/*--header.carousel {
		height: 40% !important;
	}--*/
}

@media only screen and (min-width: 601px) {
.navbar-inverse .brandtwo {
	display: none;
}
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
.panel.welcome h1 {
	font-size: 2em;
}
/*	
.welcome .panel-body{
	padding:0px;
}	
	
.centerprez .panel-body{
	padding:0px;
}
*/	
.presmsgtext {
	padding: 0px;
	padding-top: 15px;
	font-size: 1.3em;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.panel.welcome {
	margin-bottom: 9px;
}
.navbar-inverse .brandone {
	display: none;
}
.navbar-inverse .brandtwo {
	background-image: url("/images/ccri-white-logo-40px.png");
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 60px;
	margin: 0px 0px 0 0px !important;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 0px;
}
.navbar-inverse .brandtwo .logosmall {
	margin-left: 55px;
	margin-top: 5px;
	display: inline-block;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
}
.navbar-inverse .brandtwo .logosmallone {
	font-size: 1.1em;
	border-bottom: 1.3px solid;
	padding-bottom: 1.8px;
	color: #fff;
}
.navbar-inverse .brandtwo .logosmalltwo {
	font-size: 1em;
	margin-top: 5px !important; /*added db 12/15/16*/
	display: inline-block;
	color: #fff;
}
header.carousel {
	/*height: 50% !important;*/
}
.carousel-caption h2 {
	color: #fff;
	left: 8%;
	padding-bottom: 2%;
	padding-top: 2%;
	position: absolute;
	right: 8%;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	z-index: 10;
	font-size: 1.4em;
	line-height: normal;
}
}

@media (max-device-width:480px) and (orientation:landscape) {
/*@media only screen and (max-width:480px) {*/
.navbar-inverse .navbar-brand {
	background-image: url("/images/ccri-white-logo-40px.png");
	margin: 0 15px 0 25px !important;
	height: 60px;
}
header.carousel {
	height: 50% !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
.container .row .col-md-4 #socialmedia img {
	height: 23px;
	width: 23px;
}
.row .col-md-4.three {
	display: none;
}
nav {
	font-size: 75%;
}
.vidbody {
	Min-height: 434px;
	max-height: none;
}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	
.homebutton {
	margin-top: 13px;
	margin-bottom: 0px;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
}	
	
	
	
.aleft {
	margin-left: 0;
}
nav form input.text-area {
	width: 100%;
}
form.search {
	padding-top: 10px;
	margin: 10px 0;
}
/*header.carousel {
	height: 320px!important;
}*/
.navbar-nav {
	font-size: 1em;
}
.navbar-toggle {
	margin-top: 14px;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 8px 15px 8px 25px;
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
}
.presmsg img {
	margin-left: 0px;
}
.presmsgtext {
	font-size: 1.1em; /* changed by jnk on 8/18/16 */
	font-family: "Gill Sans MT", Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*padding-top: 1%;  changed by jnk on 8/18/16 */
	float: left;
}
/*	img.presmsg {
    padding: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: left;
    margin-top: 0;
    margin-right: 1%;
    margin-bottom: 0;
}*/
/**********dans new nav******************/

.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav.menu {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.nav>li {
	border-bottom: 1px #35713A solid;
}
.navbar-nav>li>a {
	padding-top: 13px;
	padding-bottom: 13px;
}
.navbar-nav {
	font-size: 1.4em;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #35713A;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #0B5533;
}
.navbar-nav .open .dropdown-menu {
	padding: 0px;
	text-align: center;
	background-color: #28342F;
}
.navbar-nav .open .dropdown-menu li {
	border-bottom: 1px #384A39 solid;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 11px 0px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #d7dfdb;
	font-size: 1.1em;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #2F3834;
}
form.search #q {
	margin-left: 15px;
}
form.search .form-control {
	width: 80%;
}
.navbar-inverse .navbar-form {
	border: none;
	text-align: center;
}
.centerprez {
	/*text-align: center !important;*/
	width: 275px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.presmsgtext {
	padding: 0px;
	padding-top: 15px;
	font-size: 1.3em;
}
.welcome .panel-body {
	padding-left: 0px;
	padding-right: 0px;
}
.centerprez .panel-body {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
}
}

/*@media only screen and (min-width: 600px) and (max-width: 767px) {
	
}*/
@media only screen and (min-width: 991px) {
.container .row .col-md-4 .panel.panel-default .panel-body ul {
	min-height: 340px;
}
}

/*@media only screen and (min-width: 767px) {
	
}
*/
@media only screen and (min-width: 0px) and (max-width: 479px) {
ul.headlines {
	font-size: 0.8em;
}
}

@media only screen and (max-width: 390px) {
.panel-heading h4 a {
	display: none;
}
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48%;
}

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

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
}
/************ New Slider ***************
***************************************/

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: .4;
	position: absolute;
}
.slide-wrap {
    position: relative;
    max-width: 1400px;
    height: 100%;
    margin: 0px auto;
}
.main-img{
transition: all .35s ease-in-out;
}
.main-img-hide {
    overflow: hidden;
}
.main-img:hover{
        transform: scale(1.02);
}
/************ New arrows for the hp slider ***************
***************************************/

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: inherit;
    left: 0;
    width: initial;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
	margin-top: -35px;
	opacity: .7;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
    margin: 0px !important;
	position: relative !important;
	left: initial !important;
	right: initial !important;
	font-size: 25px !important;
}
.chevron-box {
    padding: 20px 5px;
    background-color: #5a5a5a;
}



@media only screen and (max-width: 767px){	
.glyphicon-chevron-left, .glyphicon-chevron-right { 
    font-size: 15px !important;
}
.chevron-box {
    padding: 10px 3px;  
}
.carousel-control { 
    margin-top: -21.5px;   
}		
}

/************ Mobil Dropdown Search Feature ***************
***************************************/


#searchbar {
	display: none;
	width: 100%;
	height: 62px;
	border-top: 1px solid #d8d8d8;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 9999;
	background: #fff;
	-webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	background-color: #003a1f;
}
button#searchsubmit {
	display: block;
	float: right;
	background: none;
	color: #ffffff;
	border: 0;
	outline: none;
	cursor: pointer;
	font-size: 1.8em;
	margin-top: 13px;
}
input#s {
	display: block;
	width: 88%;
	border: 0;
	outline: none;
	padding: 0;
	height: 60px;
	line-height: 60px;
	font-size: 1.8em;
	font-weight: bold;
	color: #676767;
}
ul.coolsearch {
	display: inline-block;
	color: #ffffff;
	padding: 0pc;
	margin: 0px;
	list-style: none;
	float: right;
	margin-top: 22px;
	margin-right: 20px;
}
i.fa.fa-search.fa-lg {
	color: #ffffff;
	font-size: 1.7em;
}
i.fa.fa-lg.fa-search-minus {
	color: #ffffff;
	font-size: 1.7em;
}
.dropsearch form.search {
	padding-top: 0px;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 1460px) {
.dropsearch form.search {
    width: 1400px;
    margin: 0 auto;
    display: block;
}

}



.dropsearch {
	overflow: hidden;
}
.dropsearch form.search #q {
	margin-left: 0px;
	display: inline-block;
	height: 100%;
	margin-bottom: 0px;
	width: 80%;
	max-width:800px; /*---added by jnk on 8/17/18 ---*/
	border: none;
	font-size: 1.8em;
	color: #ffffff !important;
	padding: 0px;
	overflow: hidden;
	box-shadow: none;
	background-color: #003a1f;
}



#q::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
#q::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
#q:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
#q:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}














.dropsearch .form-control:focus {
	border: none;
	box-shadow: none;
}

@media (max-width: 410px) {
.logosmallone {
	display: none;
}
.logosmalltwo {
	display: none !important;
}
}

@media (max-width: 575px) {
.dropsearch form.search #q {
	font-size: 1.2em;
}
button#searchsubmit {
	font-size: 1.2em;
	margin-top: 18px;
}
}

@media only screen and (max-width: 600px) and (min-width: 0px) {
.navbar-inverse .brandtwo {
	background-image: url(/images/ccri-white-logo-40px.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 60px;
	width: 90px;
	margin: 0px 0px 0 0px !important;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 0px;
}
}
.brandtwo h1 {
	font-size: inherit !important;
	margin: inherit !important;
	display: none;
}

@media (min-width: 768px) {
.navbar-header {
    width: 100%;
}
}


@media only screen and (max-width: 991px) and (min-width: 768px) {

ul.coolsearch {
    margin-top: 31px;
}


}

@media (min-width: 768px) {
ul.coolsearch {
   margin-right:0px;
}
}
@media (min-width: 992px) {
ul.coolsearch {
    margin-top: 35px;
}
}


/*********************************
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: #ececec;
	-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: #ececec;
	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);
}	
	
.coolbutton {
    background-color: transparent;
    border: none;
    float: right;
}

.navbar-toggle22 {
    padding-top: 23px;
}


button.coolbutton:focus {
    outline: none;
}

.truncate-text li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
}

