@charset "UTF-8";
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.error-404 {
	font-size: 100px;
}
.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
footer {
	margin: 20px 0px 0px 0px;
}

@media(max-width:991px) {
.customer-img, .img-related {
	margin-bottom: 30px;
}
}

@media(max-width:767px) {
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}
header.carousel {
	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-size: cover;
}
.gradient-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	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!important;/*---changed jnk 11/14/18 ---*/
	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 i {
	color:#972900!important;
}
.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 {
	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;
}
.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 ---*/

a.navbar-brand.brandone, .navbar-brand>img {
	float: left;
}
.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;
} */


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

@media only screen and (max-width: 800px) {
.brandone h1 {
	margin-top: 15px !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: 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;
}
.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;
}
}

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

@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;
}
.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-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: 1200px) {
.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}
}

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

	
	.brandone h1 {
   
    margin-top: 8px !important;
    
}
.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;
}
.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;
	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: #016838;
	clear: both;
}
button#searchsubmit {
	display: block;
	float: right;
	background: none;
	color: #ffffff;
	border: 0;
	outline: none;
	cursor: pointer;
	font-size: 1.8em;
	transition: all 0.4s ease;
	width: 20%;
	height: 100%;
	padding: 0px;
	background-color: #5babd0;
}
button#searchsubmit:hover {
	background-color: #4c8ba9;
}
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;
	height: 100%;
}
.coolsearch li {
	height: 100%;
}
span#homesearchnew {
	position: absolute;
	top: 0px;
	right: 15px;
	height: 50px;
}

@media only screen and (min-width: 768px) {
span#homesearchnew {
	height: 55px;
}
}

@media only screen and (max-width: 767px) {
span#homesearchnew {
	top: 0px;
	right: 56px;
}
}
i.fa.fa-search.fa-lg {
	color: #ffffff;
	font-size: 1.3em;
}
i.fa.fa-lg.fa-search-minus {
	color: #ffffff;
	font-size: 1.3em;
}
.dropsearch form.search {
	padding-top: 0px;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	max-width: 1140px;
	border-top: solid 7px #016838;
	border-bottom: solid 7px #016838;
}

@media only screen and (max-width: 1199px) {
.dropsearch form.search {
	max-width: 940px;
}
}
.dropsearch {
	overflow: hidden;
	display: block;
}
.dropsearch form.search #q {
	margin-left: 0px;
	display: inline-block;
	height: 100%;
	margin-bottom: 0px;
	width: 80%;
	border: none;
	font-size: 1.8em;
	color: #ffffff !important;
	padding: 0px;
	overflow: hidden;
	box-shadow: none;
	background-color: #003a1f;
}
 .dropsearch #q::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff;
}
.dropsearch #q::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
.dropsearch #q:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.dropsearch #q:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
/*-------------test--------------*/
.dropsearch form.search #q {
	margin-left: 0px;
	display: inline-block;
	height: 100%;
	margin-bottom: 0px;
	width: 80%;
	border: none;
	font-size: 1.8em;
	color: #717171 !important;
	padding: 0px;
	overflow: hidden;
	box-shadow: none;
	background-color: #ffffff;
	border-radius: 0px;
	padding-left: 15px;
}
 .dropsearch #q::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #adadad;
}
.dropsearch #q::-moz-placeholder { /* Firefox 19+ */
 color: #adadad;
}
.dropsearch #q:-ms-input-placeholder { /* IE 10+ */
 color:  #adadad;
}
.dropsearch #q:-moz-placeholder { /* Firefox 18- */
 color:  #adadad;
}
/*-------------test--------------*/

.dropsearch .form-control:focus {
	border: none;
	box-shadow: none;
}
nav.navbar.navbar-inverse.cd-header {
	border: none;
}

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

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

/*-------------------------------
New Nav Styles
---------------------------------*/
@media only screen and (max-width: 700px) {
.brandone h1 {
	display: none !important;
}
}
.navbar-header {
	width: 100%;
	border-bottom: none;
}
.navbar-brand>img {
	display: inline-block;
	margin-right: 10px;
	width: 66px;
	margin-top: 5px;
}
.navbar-inverse .navbar-brand {
	color: #f1f1f1;
	background-image: none;
	display: inline;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-size: 2em;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

@media only screen and (min-width: 1200px) {
.navbar-header {
	width: 100%;
	
	height: 75px;
}
.navbar-brand>img {
	    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 100px;
    margin-top: -11px;
}
.navbar-inverse .navbar-brand {
	color: #f1f1f1;
	background-image: none;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-size: 2em;
	padding-left: 0px;
	padding-top: 19px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
}
/*------------------------------------------
		MyCCRI Log in and log out styles
------------------------------------------*/


.myccri-login {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 96px;
	height: 50px;
}

@media only screen and (min-width: 768px) {
.myccri-login {
	height: 55px;
}
}
.dropbtn {
	padding-left: 11px;
	padding-right: 11px;
	color: white;
	transition: all 0.4s ease;
	font-size: 16px;
	border: none;
	height: 100%;
	box-sizing: border-box;
	border-left: solid 1px #42564d !important;
	background-color: #0a7945 !important;
}
.dropbtn:hover {
	background-color: #214e39 !important;
}
.dropbtn a {
	color: #fff;
	transition: all 0.4s ease;
}
.myccri-login .dropdown-menu>li>a {
	padding: 5px 10px;
	font-size: 1.2em;
	color: #4e4e4e;
	border-bottom: solid 1px #ababab !important;
}
.myccri-login .dropdown-menu>li:last-of-type a {
	border-bottom: none !important;
}
.myccri-login ul.dropdown-menu.dropdown-menu-right.dropdown-content {
	padding: 0px;
	border-radius: 0px;
	margin: 0;
	background-color: #e0e0e0;
}
.myccri-dropdown {
	position: relative;
	display: none;
	float: right;
	margin-right: 10px;
}
.my-logout .myccri-dropdown {
	display: inline-block;
}
/*-- .dropdown-content:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f1f1f1;
	border: 2px solid #f1f1f1;
	border-bottom-width: 0;
	border-right-width: 0;
	content: '';
	height: 15px;
	left: 20px;
	position: absolute;
	top: -8px;
	width: 15px;
	z-index: -1;
} --*/
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	transition: all 0.4s ease;
}
.myccri-login .dropbtn:after {
	/* symbol for "opening" panels */
	font-family: "Font Awesome 5 Pro";  /* essential for enabling glyphicon */
	content: "\f107";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: #ffffff;         /* adjust as needed */
	font-weight: 900;
	margin-left: 5px;
}
.open .dropbtn:after {
	/* symbol for "collapsed" panels */
	font-family: "Font Awesome 5 Pro";  /* essential for enabling glyphicon */
	float: right;        /* adjust as needed */
	content: "\f106";    /* adjust as needed, taken from bootstrap.css */
	color: #ffffff;         /* adjust as needed */
	font-weight: 900;
	margin-left: 5px;
}
span#white-line {
	color: #fff;
}
span.circle {
	border-radius: 50%;
	background-color: #d6deda;
	padding: 5px 3px;
}
/*-- Styles for the drop down toggle icon in the mobil nav --*/

.navbar-inverse .navbar-toggle {
	border-color: #006838;
	height: inherit;
	padding: 25px 20px;
	transition: all 0.4s ease;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px;
	border-right: solid 1px #42564d !important;
	background-color: #0a7945 !important;
	margin-right: 0px;
}
.navbar-inverse .navbar-toggle:hover {
	background-color: #214e39 !important;
}
/*-- Styles for the search icon in the mobil nav --*/
#homesearchnew a#searchtoggl {
	border-bottom: none;
	transition: all 0.4s ease;
	border-left: solid 1px #42564d !important;
	border-right: solid 1px #42564d !important;
	background-color: #0a7945 !important;
	padding-right: 11px;
	padding-left: 11px;
	height: 100%;
	box-sizing: border-box;
	display: block;
}
#homesearchnew a#searchtoggl:hover {
	background-color: #214e39 !important;
}
a#searchtoggl i.fa.fa-lg.fa-search-minus, a#searchtoggl i.fa.fa-search.fa-lg {
	padding-top: 21px;
}

@media only screen and (max-width: 767px) {
a#searchtoggl i.fa.fa-lg.fa-search-minus, a#searchtoggl i.fa.fa-search.fa-lg {
	padding-top: 18px;
}
}

@media only screen and (min-width: 768px) {
.myccri-login {
	right: 59px;
}
.dropbtn {
	padding-left: 11px;
	padding-right: 11px;
}
}

@media only screen and (min-width: 768px) and (max-width: 825px) {
.nav.navbar-nav {
	font-size: 0.65em;
}
.nav>li>a {
	padding-left: 8px;
	padding-right: 8px;
}
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
.navbar-inverse .brandtwo {
	font-size: .73em;
}
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
.container {
	width: 100%;
}
}


@media only screen and (min-width: 1200px) {
	
	.dropbtn {
   
    border-left: none !important; 
    background-color: #016838 !important;
    margin-top: 10px;
}
	#homesearchnew a#searchtoggl {
 
    border-left: none!important;
    border-right: none!important;
    background-color: #016838 !important;
   
    margin-top: 10px;
}
	
	
}


/*----------------------------------
Styles to make haburger menue in top navigation appear at 1999px
-------------------------------------------*/



@media only screen and (min-width: 768px) and (max-width: 1199px) {
ul.nav.navbar-nav.menu {
	width: 100%;
}
.navbar-brand>img {
	margin-top: 5px;
}
.brandone h1 {
	margin-top: 15px !important;
}
.navbar-header {
	float: none !important;
}
.navbar-toggle {
	display: block !important;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px !important;
}
.navbar-nav>li {
	float: none !important;
}
.navbar-nav>li>a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.navbar-text {
	float: none !important;
	margin: 15px 0 !important;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
	display: block!important;
	margin-right: -15px;
	width: 100%;
	padding: 0px;
}
.collapsing {
	overflow: hidden!important;
}
span#homesearchnew {
	height: 50px;
}
span#homesearchnew {
	right: 56px;
}
.navbar-brand {
	padding: 5px 10px 0px 15px;
}
.myccri-login {
	right: 96px;
	height: 50px;
}
.navbar-inverse .brandtwo {
	font-size: .73em;
}
.navbar-inverse .brandtwo {
	display: block;
}
/**********dans new nav******************/
.navbar-inverse .brandtwo {
	padding-left: 5px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FAF0E6
}
.dropdown-toggle:focus {
	outline: 0px none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #FFF;
	background-color: transparent;
	border-bottom: none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #FAF0E6
}
.nav.navbar-nav {
	font-size: 0.8em;
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
}
.dropdown-menu {
	font-size: 12px;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 8px 15px 8px 25px;
}
.navbar-nav {
	margin: 0px -15px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
	text-align: center;
}
.nav.navbar-nav {
	font-size: 1em;
	font-weight: bold;
}
.nav>li {
	border-bottom: 1px #35713A solid;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #0B5533;
}
.navbar-nav>li>a {
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: none;
}
.navbar-nav .open .dropdown-menu {
	padding: 0px;
	text-align: center;
	background-color: #28342F;
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.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: 15px 0px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #FAF0E6;
	font-size: 1.1em;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #2F3834;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	font-size: 1.25em;
}
.nav>.active {
	border: none;
}
.navbar-inverse .brandtwo {
	margin-left: -8px !important;
}
}
.navbar-inverse .brandtwo .logosmalltwo {
	font-size: 1.1em;
}
@media only screen and (max-width: 1199px) {
.brandone h1 {

    font-size: 24px!important;
}
}

