@charset "utf-8";
/* CSS Document */
@import url("/_resources-2016/css/mastheads.css");
@import url("/_resources-2016/css/ldpforms.css");
@import url("/_resources-2016/css/panels.css");
@import url("/_resources-2019/css/wysiwyg-toolbar.css");

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

a {
	color: #006838;
	transition: all 0.4s ease;
}

a:hover,
a:focus {
	color: #000;
}

/*--------------------------------------- paragraphs ------------------------------------------*/
p {
	margin: 0px 0px 1.5em 0px;
	font-size: 1.1em;
	/*changed from 1 to 1.1 by jnk on 10/18/17  */
	line-height: 1.4em
		/*  added by jnk on 10/18/17  */
}

p>a,
#whats-happening li>a,
#whats-happening-new li>a {
	color: #006838;
	text-decoration: none;
	border-bottom: 1px dotted #006838;
}

/*p > a:hover, a:focus {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}*/
p>a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.col-md-3.contacts p>a {
	border: none !important;
}

p.word-doc {
	background-image: url("/images/icon-word-10px.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #00a1f1;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin: 1em 0 2em 20px;
	padding-left: 12px;
}

p.ppt-doc {
	background-image: url("/images/icon_ppt-10px.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #f65314;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin: 2em 0 2em 20px;
	padding-left: 12px;
}

/*------------------------------- Marketing thumbnails  -------------------------------------*/

.thumbnail200px,
.thumbnail300px {
	display: block;
	padding: 2%;
	line-height: 1;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.marketing-thumbnail.thumbnail {
	display: inline-block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	width: inherit;
}

.marketing-thumbnail.thumbnail300px {
	display: inline-block;
	width: 300px;
}

.marketing-thumbnail.thumbnail200px {
	display: inline-block;
	width: 200px;
}

.marketing-thumbnail.thumbnail .caption p {
	margin: 0px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
}

/*------------------------------- headings  -------------------------------------*/


.static h1 {
	font-size: 2em;
	margin: 0 0 0.67em 0;
}

.masthead h1 {
	font-size: 2em;
	margin: 0 0 0.67em 0;
}

.dhpmasthead h1 {
	font-size: 2em;
	margin: 0 0 0.67em 0;
}

/*********************************** New Site Headings ***************************************************************************************************************/
.static p {
	font-size: 2em;
	margin: 0 0 0.67em 0;
}

.static p a {
	border-bottom: none !important;
}

.masthead p {
	font-size: 2em;
}

.masthead p a {
	border-bottom: none !important;
}

.dhpmasthead p {
	font-size: 2em;
	margin: 0 0 0.67em 0;
}

.dhpmasthead p a {
	border-bottom: none !important;
}

/*--------------------------------------------------------------------*/
/*-------- comment-out by jnk on 6/3-13/16-------------


h2 {
	font-size: 1.5em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #972900;
	color: #972900;
	font-variant: small-caps;
}
--------------------------------------------end */
h2 small {
	color: #972900;
}

h2.main-content-header {
	margin-top: .75em;
}

h2.page-header {
	color: #972900;
}

h2 {
	/*color: #972900;
    font-size: 225%;------comented out by jnk on 7/18/16---*/
	font-size: 2em;
	/* added by jnk on 8/22/16 */
	color: #666;
	font-style: italic;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
}

h2#maincontent.noborder {
	border: none !important;
	font-variant: small-caps;
	font-size: 225%;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
}

/*-----------------------------------  New h2's are now h1's -----------------------------------------------*/
h1 small {
	color: #972900;
}

h1.main-content-header {
	margin-top: .75em;
}

h1.page-header {
	color: #972900;
}

h1 {
	/*----- commented-out by jnk on 6/20/16 ----
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #972900;
	font-variant: small-caps;
	------------------*/
	color: #972900;
	font-size: 2em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
}

h1#maincontent.noborder {
	border: none !important;
	font-variant: small-caps;
	font-size: 225%;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
}

/*h3 {
	font-size: 1.17em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.83em;
	margin-left: 0;
}*/

.mch3 {
	/* DB  added 4/26/16 to fix headers in main content areas transfering from old site */
	font-size: 1.4em;
	/*margin-top: 1em;*/
	margin-right: 0;
	margin-bottom: 0.45em;
	margin-left: 0;
}

h3 {
	/* DB  added 4/26/16 to fix headers in main content areas transfering from old site */
	font-size: 1.4em;
	/*margin-top: 1em;*/
	margin-right: 0;
	margin-bottom: 0.45em;
	margin-left: 0;
}

/*--- added by jk on 6/6/16 -----*/
.faqs h3 {
	color: #28628a;
}

.whats-new.gradient h3 {
	color: #972900;
	font-size: 1.6em;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 1.5em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.12em;
	margin-left: 0;
}

h4.graybanner {
	background: linear-gradient(to bottom, #fefffb 0%, #eff2ec 40%, #dadfd7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 2px solid #975500;
	border-top: 2px solid #d89135;
	color: #972900;
	font-size: 160%;
	padding: 5px;
	max-width: 650px;
}

h4.graybanner a.top:link,
h4.graybanner a.top:visited,
h4.graybanner a.top:hover,
h4.graybanner a.top:focus {
	color: #006838;
	float: right !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin-top: 0px;
	padding: 6px 5px 8px;
	text-decoration: none;
}

h5 {
	/*font-size: .83em; DB changed 4/26 to fix headers in main content areas transfering from old site*/
	font-size: 1.25em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

/*--- added by jk on 6/7/16 -----*/
.faqs h5 {
	color: #975500;
	font-size: 1.6em;
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;
	line-height: 1.4em;
	font-style: italic;
}

/*h6 {
	font-size: .75em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.67em;
	margin-left: 0;
}*/

.mch6 {
	/* DB added 4/26/16 to fix h6 headers in main content areas transfering from old site */
	font-size: 1.3em;
	/*margin-top: 30px;*/
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h6 {
	/* DB added 4/26/16 to fix h6 headers in main content areas transfering from old site */
	font-size: 1.3em;
	/*margin-top: 30px;*/
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.page-header h2 {
	margin-bottom: 0px;
	font-style: inherit;
}

/*----------------------- img classes ----------------------*/


.img-left-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.img-right-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.img-right-center-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.img-left-center-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.marg {
	margin-bottom: 20px;
}

/*--------------------------------- list styles ----------------------------------------*/
/*--- added by jnk on 1/11/17 ---*/
.col-md-6 ul.bullets li,
.col-md-9 ul.bullets li {
	list-style-type: disc;
	font-size: 98%;
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	margin: 0 0 1em 2%;
}

.col-md-6 ul.bullets li ul li,
.col-md-9 ul.bullets li ul li {
	font-style: italic;
	font-size: 100%;
	margin: .5em 0 1em 2%;
}

.col-md-6 .bullets li li,
.col-md-9 .bullets li li {
	font-size: 100%;
}

/* added 11/29/17 */
/*.container.three-col-cont .row .col-md-6 ol li {
	font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 1em 1em;
	list-style: decimal;
}
.container.three-col-cont .row .col-md-6 ol ol li {
	list-style-type: lower-alpha;
}
.container.three-col-cont .row .col-md-6 ol ol ol li {
	list-style-type: decimal;
	font-style: italic;
	font-size: 95%;
}
.container.three-col-cont .row .col-md-6 ul li {
	font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 1em 1em;
	list-style-type: none;
}
.container.three-col-cont .row .col-md-6 ul ul li {
	list-style-type: disc;
}
.container.three-col-cont .row .col-md-6 ul ul ul li {
	list-style-type: circle;
	font-style: italic;
	font-size: 95%;
}
.container.three-col-cont .row .col-md-6 li li {font-size:100%} */

/*----end jnk ---*/




.floorplanlist {
	list-style: none;
	font-size: 1.5em;
	line-height: 1.4;
	padding-left: 0px;
}

.listwithheading {
	margin-top: 20px;
	margin-bottom: 20px;
}

.listwithheading ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 35px;
}

.listwithheading li {
	list-style: none;
	padding-left: 20px;
	line-height: 200%;
}

.listwithheading h3 {
	font-size: 1.35em;
	color: #006838;
	margin-bottom: .5em;
}

.listwithheading h4 {
	padding-left: 15px;
	margin-bottom: .2em;
	font-size: 22px;
	color: #972900;
}

.simplelist {
	margin-top: 15px;
	margin-bottom: 15px;
}

.simplelist ul {
	list-style: none;
	padding-left: 0px;
}

.simplelist li {
	list-style: none;
	padding-left: 0px;
	line-height: 180%;
}

ul.verysimplelist {
	list-style-type: none;
	padding: 0px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

li.verysimplelist {
	list-style-type: none;
	margin-left: -40px;
}

/*--bulleted list with no left padding and space between li--*/

.bulletlist {
	padding-left: 15px;
}

.bulletlist li {
	margin-bottom: 10px;
}

.simpleol {
	padding-left: 15px;
}

.simpleol li {
	padding-bottom: 10px;
}

/*--------------------------------- image styles ----------------------------------------*/
.left-img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.right-img {
	margin-left: 10px;
	margin-bottom: 10px;
}

/*--------------------------------- space classes ----------------------------------------*/

.littlespace {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*--------------------------------- Art page styles ----------------------------------------*/
.artHeader {
	font-size: 1.6em;
	margin-top: 10px !important;
}

.artpdf {
	padding-top: 7px;
	color: #972900;
}

.artbutton {
	background-color: #f5f5f5 !important;
	margin-bottom: 5px;
	min-width: 138px;
}

.artbutton:hover {
	background-color: #e6e6e6 !important;
}

.painting div#myCarousel {
	max-width: 345px;
	margin-bottom: 20px;
}

.artslide {
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	height: 420px;
	width: 345px;
}

.painting .carousel-control.left {
	background-image: none !important;
}

.painting .carousel-control.right {
	background-image: none !important;
}

.fancylist li {
	margin-bottom: 4px;
}

.artpan .panel:hover {
	opacity: .6
}

.artpan .panel {
	transition: all 0.7s ease;
}

.arthome #whats-happening ul li {
	min-height: 110px;
	font-size: .9em;
	line-height: 1.3em;
	clear: left;
	float: left;
	margin: 0;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 0;
}

.arthome #whats-happening ul li img {
	border: 1px solid #F1F1F1;
}

.artoutcome .top {
	display: inline-block;
	float: right;
}

.artoutcome h3 {
	display: inline-block;
	margin: 0px;
}

.artoutcome hr {
	margin-top: 5px;
}

.artoutcome ul {
	margin-bottom: 40px;
}

.spacedlistitems li {
	padding-bottom: 8px;
}

.artoutcome .nestedlist {
	margin-bottom: 15px;
}

.artgallery ul {
	list-style: none;
	padding-left: 0px;
}

/*--------------------------------- President Site styles ----------------------------------------*/
.ws-about .img-left {
	margin-top: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.ws-about h5 {
	font-size: 1.2em !important;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
}

.ws-about .clearboth {
	clear: both;
}

/*---------------------------------- lists ------------------------------*/
#toc {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 100%;
	padding-left: 0px;
}

#toc li {
	font-size: .9em;
	margin-bottom: 1em;
}

.toc-nested {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #666;
	list-style-type: none;
	font-weight: lighter;
}

.toc-nested li {
	font-size: 1.2em;
	margin-left: 2%;
}

.toc-nested li ul {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .6em;
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -15px;
}

.toc-nested li ul li {
	margin-bottom: 1em;
	font-size: 120%;
}

.toc-nested li ul li ul li {
	font-size: 150%;
}

#bookmarks {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .9em;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 2em;
	padding-left: 0px;
}

ul#bookmarks li ul {
	padding-left: 15px;
}

#bookmarks li,
#bookmarks ul li {
	margin-top: .75em;
	margin-bottom: 1em;
	list-style-type: none;
}

#bookmarks li li {
	font-size: 100%;
}

ul#toc li {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	list-style-type: none;
	margin-top: 1em;
}

.abc-listing {
	display: inline-block;
	list-style-type: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 0px;
	margin-bottom: 20px;
}

.abc-listing li {
	display: inline-block;
	margin-bottom: 3px;
	margin-top: 3px;
}

.abc-listing li a:link,
.abc-listing li a:visited,
.abc-listing li a:hover,
.abc-listing li a:focus {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	background-color: #f1f1f1;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 17px;
	transition: all 0.4s ease;
}

.abc-listing li a:hover {
	background-color: #28628a;
	color: #FFF;
	text-decoration: none;
}

.longlist {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 30px 0px 0px 0px;
	list-style-type: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .7em;
}

.longlist li {
	padding-bottom: 7px;
}

/*---- new nested list styles ---*/
.toc-nested {
	padding-left: 0px;
}

.toc-nested li {
	margin-left: 0px;
}

.toc-nested li ul {
	margin-left: 0px;
	padding-left: 15px;
}

/*------------------------------------------- table ------------------------------------------------*/
table {
	border: 2px solid #CCC;
	border-collapse: collapse;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 3em;
}

th {
	padding: 5px;
	color: #FFF;
	/*background-color: #003300; changed by jnk on 2/27/17--*/
	background-color: #637079;
}

td {
	padding: 5px;
	border: 1px solid #CCC;
}

tr:nth-child(odd) {
	background-color: #d7dfdb;
}

tr:nth-child(even) {
	background-color: #f1f1f1;
}

/* ----added by jnk on 2/27/17 for MIS staff page--*/
table+h3 {
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		border: none;
	}
}

/*---------------------------------------- respondbox styles ---------------------------------*/

.respondbox .panel-heading {
	padding: 0px 0px;
}

.respondbox a {
	display: inline-block;
	width: 100%;
	color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
}

.respondbox .btn {
	width: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}

.respondbox .panel-body {
	padding: 0px;
}

.respondbox .imgatt {
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	max-width: 100%;
	height: auto;
}

.respondbox h3 {
	margin: 0em 0px 10px;
}

/*---------------------------------------- warningbox styles ---------------------------------*/


.warningbox {
	text-align: center;
}

.warningbox h3 {
	margin: 0px
}

.warningbox p {
	margin: 0px
}

.warningbox .panel-heading {
	color: #FFF;
	background-color: #D42525;
}

.warningbox .panel-body {
	background-color: #ffe3d9;
}

/*------------------------------------ Extra content under localnav styles ---------------------------------------*/

.extrasidenav {
	width: 100%;
	margin-bottom: 20px;
}

/*.extrasidenav.open>.dropdown-menu {

    width: 100%;
}*/



.extrasidenav button {
	background-color: #A7B7C2 !important;
	color: #333;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: ;
}

/*------------------------------------ Campus Box styles ---------------------------------------*/
.campusbox .panel-footer {
	text-align: left;
}

/*------------------------------------ Veterans Box styles ---------------------------------------*/

.veteranbox {
	margin-top: 20px;
}

.veteranbox h3 {
	padding-top: 20px;
	font-size: 1.8em;
	font-weight: 300;
}

.veteranbox .list-group-item {
	font-size: .8em;
	padding: 0px;
	background-color: #f5f5f5;
}

.veteranbox .list-group-item a {
	display: inline-block;
	width: 100%;
	padding: 12px 0px;
}

.veteranbox .list-group {
	margin-bottom: 0px;
}

.veteranbox a:hover {
	text-decoration: none;
	background-color: #E4E4E4;
}

/*#collapsevet .list-group-item{
background-color:#ffffff;

}*/

/*------------------------------------ Veterans Box styles ---------------------------------------*/
.vetcontact .btn {
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #DDE4FE !important;
	padding: 6px 12px !important;
}

.vetcontact .btn:hover {
	background-color: #ffffff !important;
}

.vetcontact h7 {
	font-size: 1.2em;
	margin-top: 20px;
	display: block;
	color: #666666;
	font-weight: 600;
}

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

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

/*-------------------------------- testimonials styles -----------------------------------------*/

.testimonials blockquote {
	background: #f8f8f8 none repeat scroll 0 0;
	border: medium none;
	color: #666;
	display: block;
	font-size: 1.1em;
	padding: 15px;
	position: relative;
}

.testimonials blockquote::before {
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 20px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-bottom-style: inset;
	/*FF fixes*/
}

.testimonials blockquote::after {
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	content: " ";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #D6D6D6 transparent transparent transparent;
}

.testimonials .carousel-info img {
	border: 1px solid #f5f5f5;
	border-radius: 150px !important;
	height: 75px;
	padding: 3px;
	width: 75px;
}

.testimonials .carousel-info {
	overflow: hidden;
}

.testimonials .carousel-info img {
	margin-right: 15px;
}

.testimonials .carousel-info span {
	display: block;
}

.testimonials span.testimonials-name {
	color: #d86135;
	font-size: 18px;
	font-weight: 300;
	margin: 23px 0 7px;
}

.testimonials span.testimonials-post {
	color: #666666;
	font-size: 14px;
}

/*-------------------------------------- Athletics knightly news site -------------------------------------*/


.knightnews .page-header h2 {
	margin-bottom: 0px;
}

.knightnews ul {
	padding-left: 15px;
}

.knightnews li {
	margin-bottom: 15px;
}

/*-------------------------------------- President site -------------------------------------*/


#whats-happening ul li {
	font-size: .9em;
	line-height: 1.3em;
	clear: left;
	float: left;
	margin: 0;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 0;
}

#whats-happening ul li img {
	border: 1px solid #F1F1F1;
}

#whats-happening ul li img.noborder {
	border: none;
}

#socialmediacontact img {
	width: 30px;
	height: 30px;
	margin-right: 2px;
	margin-bottom: 2px;
}

#socialmediacontact {
	margin-top: 15px;
}

ul#social {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul#social li {
	margin: 0px;
	list-style-type: none;
	padding-right: 0;
	/* changed from 1px by jnk on 9/2/14 in order to fit Google+ and Instagram icons */
	display: inline;
	font-size: 1.1em;
	color: #003366;
}

ul#social li img {
	border: none;
}

/* added https styles */



ul#social li a[href^="http:"]:link,
ul#social li a[href^="https:"]:link {
	background-image: none;
	padding-right: 0px;
	color: white !important;
}

ul#social li a[href^="http:"]:visited,
ul#social li a[href^="https:"]:visited {
	background-image: none;
	padding-right: 0px;
	color: white !important;
}

/*----------------web services images in contacs right col---------------------*/

/* Pulse */
@-webkit-keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

.hvr-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 8px #e8c366;
}

/*.webserv:hover {
-webkit-box-shadow: 0px 0px 15px 15px #fff;
box-shadow: 0px 0px 15px 15px #f92af9;
border-radius:50%;

-webkit-transform: rotate(720deg);
transform: rotate(720deg);
}
.webserv {

-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;

}*/



.zoom img {
	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-ms-transition: all 1s ease;
	/* IE 9 */
	-o-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;
}

.zoom img:hover {
	-webkit-transform: scale(1.25);
	/* Safari and Chrome */
	-moz-transform: scale(1.25);
	/* Firefox */
	-ms-transform: scale(1.25);
	/* IE 9 */
	-o-transform: scale(1.25);
	/* Opera */
	transform: scale(1.25);
}

.zoom .panel-heading {
	overflow: hidden;
}

/*-------------------------------------- Faculty and staff -------------------------------------*/
/*----changed by jnk on 3/10/17----
h1.staffhead {
    font-size: 2em;
    color: #333;
    margin-bottom: 12px;
} */
h1.staffhead {
	font-size: 1.4em;
	color: #333;
	margin-bottom: 12px;
	font-weight: 700 !important;
}

.facultyandstaff .panel-body {
	min-height: 215px;
}

.facstafflist li {
	list-style: none;
	display: inline-block;
	padding-bottom: 7px;
}

ul.facstafflist {
	padding: 0px;
}

p.facultyheaderpara {
	margin-bottom: 8px;
}

/*-------------------------------------- Marketing site -------------------------------------*/

.marketing-media #headlines-1 #headlines #headlines_extra2 ul {
	padding-left: 2%;
}

.marketing-media #headlines-1 #headlines #headlines_extra2 ul li {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 80%;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.marketing-media #headlines-1 #headlines h3,
#features-2 #features h3 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.marketing-media #features-2 #features h3 {
	margin-top: 2em;
}

.marketing-media #features-2 #features ul {
	list-style-type: none;
	font-size: 90%;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: -2%;
	margin-left: 0px;
}

.marketing-media #features-2 #features ul li {
	clear: left;
	float: left;
	line-height: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 10px;
	margin-left: -30px;
}

.marketing-media #features-2 #features ul li a img {
	float: left;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 0px;
}

.marketing-media .contacts .social-symbols {
	list-style-type: none;
	display: inline;
	font-size: 1.4em;
	padding-left: 0px;
}

.marketing-media .contacts .social-symbols li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 0px;
}

.marketing-media .col-md-3.contacts .social-symbols li.last {
	margin-right: 0;
}

.marketing-media .col-md-3.contacts h6 {
	margin-left: 0px;
}

/*--- mastheads and page headers.  When adding gradient also add on line 1058. Add 200px height for index page mastheads.---*/

.dhpmasthead {
	margin-bottom: 11px;
	margin-top: 11px;
}

.dhpmasthead .carousel-indicators {
	bottom: 0px;
}

/*.dhpmasthead h1 {
	color: #FFF;
	margin-left: 18px;
	border-bottom: none;
	bottom: -18px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	added by jnk on 7/8/15
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
}-----------*/

.masthead h1.page-header a {
	color: #f5f5f5 !important;
}

/**************************************cit buttons******************************************************/
.col-sm-12.citbutton a.btn {
	width: 32%;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}

.col-sm-12.citbuttonhalf a.btn {
	width: 48.5%;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}

.col-sm-12.citbutton a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.col-sm-12.citbuttonhalf a {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.btn.btn-default.citbuttonone {
	background-color: #7e668a;
	color: #ffffff;
}

a.btn.btn-default.citbuttontwo {
	background-color: #517916;
	color: #ffffff;
}

a.btn.btn-default.citbuttonthree {
	background-color: #fecf65;
}

.citbutton .btn:hover {
	opacity: .7;
}

/*----------------------------------------- faculty and staff dropdown box styles ------------------------------------ */

a.faca {
	padding: 10px 15px;
	display: block;
	transition: all 0.7s ease;
}

.fachead {
	padding: 0px;
}

.facbars {
	margin-right: 0px;
	margin-top: -17px;
}

/*----------------------------------------- homepage buttons ------------------------------------ */


a.btn.btn-default.btn-lg.btn-block.homebutton {
	margin-top: 8px;
}

/*----------------------------------------- athletics respond box styles ------------------------------------ */


.athlbox .panel-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

.athlbox a {
	display: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/
.masthead p.page-header a {
	color: #f5f5f5 !important;
}

/********************************************************************************************/
.masthead h1.page-header {
	color: #f5f5f5 !important;
	margin-left: 18px;
	border-bottom: none;
	bottom: -18px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	/*added by jnk on 7/8/15 -----------*/
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
	font-size: 2em;
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/

.masthead p.page-header {
	color: #f5f5f5 !important;
	margin-left: 18px;
	border-bottom: none;
	bottom: -18px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	/*added by jnk on 7/8/15 -----------*/
	width: auto;
	font-weight: 400 !important;
	/* changed from 300 to 400 by jnk on 10/18/17 */
	letter-spacing: 2px;
	font-size: 1.6em;
	/* jnk added !important; on 12/19/16 */
}

/********************************************************************************************/

.masthead span small {
	font-size: 66%;
	letter-spacing: .15em;
	font-weight: 400 !important;
	border-left: 1px !important;
	border-color: white !important;
	text-transform: uppercase;
}

.masthead span {
	display: inline-block;
	margin-right: 30px;
}

.col-lg-12.masthead {
	background-image: url(/images/inside-masthead.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	margin-bottom: 11px;
	margin-top: 11px;
}

/*-----------------added by jnk on 4/6/16 -----------*/
.static {
	margin-bottom: 11px;
	margin-top: 11px;
}

.static {
	background-image: url(/images/IMG_5476.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin-bottom: 11px;
	margin-top: 11px;
}

.static h1.page-header a {
	color: #FFF;
}

.static h1.page-header {
	color: #FFF;
	margin-left: 18px;
	border-bottom: none;
	bottom: -18px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/
.static p.page-header a {
	color: #FFF;
}

.static p.page-header {
	color: #FFF;
	margin-left: 18px;
	border-bottom: none;
	bottom: -18px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/

.static span small {
	font-size: 60%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400 !important;
	border-left: 1px !important;
	border-color: white !important;
	color: #f1f1f1 !important;
}

.static span {
	display: inline-block;
	margin-right: 30px;
}

.col-lg-12.static {
	background-image: url(/images/IMG_5476.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin-bottom: 11px;
	margin-top: 11px;
}

/********************* 10k small business site **********************/


.ksbhome .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_homenew.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_homenew.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_homenew.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_homenew.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ksbupcomingevents .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_upcoming_events.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_upcoming_events.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_upcoming_events.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_upcoming_events.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ksbnewsnew .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_news_new.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_news_new.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_news_new.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_news_new.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ksbnewcontact .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_contact.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_contact.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_contact.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_contact.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ksbcohortschedule .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_cohort_schedule.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_cohort_schedule.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_cohort_schedule.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_cohort_schedule.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ksbalumnibenefit .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_alumni_benefit.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_alumni_benefit.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_alumni_benefit.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_alumni_benefit.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ksbabout .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_about.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_about.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_about.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_about.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.ksbkeydates .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_keydates.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_keydates.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_keydates.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_keydates.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.ksbcontact .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_main.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_main.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_main.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_main.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.ksbeligible .masthead {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_news.jpg');
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_news.jpg');
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 9%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 100%), url('/10ksb/images/banner_10ksb_news.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url('/10ksb/images/banner_10ksb_news.jpg');
	height: 302px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.gslogo {
	position: relative;
	top: 165px;
	left: 20px;
}

.gsheader {
	margin-top: 0px;
	font-size: 2.5em;
}

.gsmain p {
	font-size: 1.2em;
}

.gsbig {
	font-size: 1.8em;
	color: #972900;
	margin-bottom: 20px;
}

.topspace {
	margin-top: 30px;
}

.gsmain li {
	font-size: 1.3em;
}

.ksb .gsmain i {
	padding-right: 7px;
}

h3.bighead {
	font-size: 1.7em;
	color: #435F84;
}

.gsmain table {
	border: inherit;
	font-size: .9em;
}

.gsmain table th {
	background-color: #294429;
	color: #d3d3d3;
	border: none !important;
	border-right: 1px solid #abb7b7 !important;
	vertical-align: bottom !important;
}

.table>tbody>tr>td {
	border-right: 1px solid #FFF !important;
}

.gsmain caption {
	padding-top: 8px;
	padding-bottom: 15px;
	color: #1D1D1D;
	text-align: center;
	font-size: 1.4em;
	border: transparent;
}

.gsmain table td {
	border: inherit;
	border: none !important;
	white-space: normal !important;
}

.ksbapply {
	background-color: #7192b6 !important;
	margin-bottom: 15px !important;
	color: #ffffff;
}

.ksbapply:hover {
	background-color: #90AFD2 !important;
	color: #ffffff !important;
}

/*--- added by jnk on 5/16/17------*/
.ksbapplyrust {
	background-color: #972900 !important;
	margin-bottom: 15px !important;
	color: #ffffff;
}

.ksbapplyrust:hover {
	background-color: #cd2900 !important;
	color: yellow !important;
}

/*----end 5/16/17 ----*/

i.fa.fa-bars.pull-right {
	margin-right: 15px;
	font-size: 1.3em;
}

.ksbkeydates table {
	margin-bottom: 70px;
	word-break: break-word;
}

.ksbkeydates .topspace {
	margin-bottom: 50px;
}

.ksbkeydates th {
	border: none !important;
	word-break: break-word;
}

.ksbkeydates td {
	border: none !important;
	word-break: break-word;
}

.col-lg-12.masthead h1.page-header,
.col-lg-12.static h1.page-header {
	color: #FFF;
	margin-left: 12px;
	border-bottom: none;
	bottom: -30px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	left: 2%;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.col-lg-12.masthead h1.page-header,
.col-lg-12.static h1.page-header {
	color: #FFF;
	margin-left: 12px;
	border-bottom: none;
	bottom: -30px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	left: 2%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	/*added by jnk on 7/8/15 -----------*/
	width: auto;
}

.col-lg-12.masthead h1.page-header a,
.col-lg-12.static h1.page-header a {
	color: #FFF;
	text-decoration: none;
}

h1.page-header small {
	color: #FFF;
}

.col-lg-12.masthead .page-header small,
.col-lg-12.static .page-header small {
	color: #f1f1f1;
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/

.col-lg-12.masthead p.page-header,
.col-lg-12.static p.page-header {
	color: #FFF;
	margin-left: 12px;
	border-bottom: none;
	bottom: -30px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	left: 2%;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.col-lg-12.masthead p.page-header,
.col-lg-12.static p.page-header {
	color: #FFF;
	margin-left: 12px;
	border-bottom: none;
	bottom: -30px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	left: 2%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	/*added by jnk on 7/8/15 -----------*/
	width: auto;
}

.col-lg-12.masthead p.page-header a,
.col-lg-12.static p.page-header a {
	color: #FFF;
	text-decoration: none;
}

p.page-header small {
	color: #FFF;
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/

.container .row .col-lg-12 .page-header.noshow {
	font-size: 1px;
	color: #FFF;
	margin: 0px;
	padding: 10px;
}

.col-md-12.dept-masthead {
	margin-bottom: 20px;
}

/*-------------------------------------------------- img classes -------------------------------------------*/
.img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.img-left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#featureimages .img-responsive.img-left {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
}

p .img-left-in-paragraph {
	margin-top: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*------------------------------------------- footnote -------------------------------------------------*/
.footnote {
	font-size: .8em;
	font-style: italic;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: normal;
}

.contact-footer {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #28628a;
	clear: both;
	text-align: center;
	padding-top: 50px;
}

/*-------------------------------------------- what's happening and new -------------------------------*/

#whats-happening {
	width: 100%;
}

#whats-happening ul {
	list-style-type: none;
	padding: 0px;
	margin: 5% 0;
}

#whats-happening .clear-both {
	clear: both;
}

#whats-happening ul li {
	font-size: 1em;
	line-height: 1.3em;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#whats-happening ul li a img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}

#whats-happening #request {
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.whats-new {
	background: linear-gradient(to bottom, #feffe8 0%, #d6dbbf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #930;
	box-shadow: 1px 1px 3px 0 #999;
	padding: 10px;
}

#whats-happening .btn {
	margin-top: 1%;
	width: 49%;
	font-size: 15px;
}

#whats-happening .btn.btn-success {
	background-color: #006838;
	color: #fff;
	border: 1px solid #ccc;
	clear: both;
}

#whats-happening .btn-success:hover,
#whats-happening .btn-success:focus,
#whats-happening .btn-success.focus,
#whats-happening .btn-success:active {
	background-color: #259562;
	border-color: #00311B;
}

/*-------------------------------------------- what's happening new, D. Baker 4/19/16 -------------------------------*/
#whats-happening-new {
	margin-bottom: 20px;
	margin-top: 20px;
}

#whats-happening-new ul {
	list-style-type: none;
	padding: 0px;
}

#whats-happening-new img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}

#whats-happening-new li {
	margin-bottom: 20px;
	display: inline-block;
	font-size: .9em;
	/* changed form .8 to .9em by jnk on 12/23/16*/
}

/*----------------------------------------------------- special buttons ------------------------------------------------------*/

#request a:link,
#request a:visited {
	color: #ffffff !important;
	text-decoration: none;
}

#request-button {
	background: none repeat scroll 0 0 #28628a;
	border-radius: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em !important;
	padding: 9px;
	text-decoration: none !important;
	transition-duration: 0.3s;
	transition-property: background;
	transition-timing-function: linear;
	vertical-align: middle;
}

#report-button {
	background: none repeat scroll 0 0 #006839 !important;
	border-radius: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em !important;
	margin-left: 0.5em;
	padding-bottom: 9px;
	padding-left: 1em !important;
	padding-right: 9px;
	padding-top: 9px;
	text-decoration: none !important;
	transition-duration: 0.3s;
	transition-property: background;
	transition-timing-function: linear;
	vertical-align: middle;
}

/*---------------------------------------------left nav list group -------------------------------------------*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #006838;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: .9em;
}

/*--------------------------------------------- top nav ----------------------------------------*/
.navbar-inverse {
	background-color: #006838;
	border-top-color: #006838;
	border-right-color: #006838;
	border-bottom-color: #006838;
	border-left-color: #006838;
	margin-bottom: 0;
}

/*----------------------------------------------Dans new nav--------------------------------------*/


.brand-name {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.1em;
	color: #fff !important;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 5px 10px 0px 15px;
	font-size: 18px;
}

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

		padding: 8px 10px 0px 15px;

	}
}

.navbar-text {
	margin-top: 17px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	display: inline-block;
}

.navbar-form {
	padding: 0px;
}

.navbar-header .navbar-brand {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #fff;
}

.brand-name a {
	color: #ffffff !important;
	text-decoration: none;
}

/*-----------------------------------end of new nav------------------------------------*/
.nav.navbar-nav {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 0.7em;
	font-size: 0.9em;
	/* changed by jnk on 8.27.18 */
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #333;
}

.navbar-inverse .navbar-nav>.active>a:hover {
	color: #FAF0E6
}

form.search .btn {
	display: inline;
	line-height: 1.2;
	padding: 6px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #FAF0E6 border-bottom: none;
}

/*------------------------------- right column contact ----------------------------------------*/
.col-md-3.contacts h4 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.4em;
	color: #FFF;
	background-color: #972900;
	padding: 5px;
	line-height: 1.1em;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.col-md-9 #right_col_contacts {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.1em;
	background-color: #fff;
	background-image: url("/images/rightcol-grid-bg.jpg");
	background-repeat: repeat;
	border-bottom: 1px solid #cccccc;
	border-style: none none solid;
	box-shadow: 1px 1px 4px 0 rgba(10, 10, 10, 0.33);
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 170px;
}

.col-md-9 #right_col_contacts .img-left {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.col-md-9 #right_col_contacts h6 {
	color: #063B61;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif !important;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 20px !important;
	padding-bottom: 3px;
	text-transform: uppercase;
	line-height: 1em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #972900;
}

.col-md-9 #right_col_contacts h4 {
	color: #ffffff;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 1px;
	padding: 4px 4px 6px;
	text-align: center !important;
	text-shadow: 1px 1px 3px #1a1a1a;
	background-attachment: scroll;
	background-color: #972900;
	background-repeat: repeat;
	background-position: center top;
}

/*----------------------------------------- right col. contacts ------------------------------------ */
.col-md-3.contacts {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f5f5f5;
	padding: 10px 15px;
}

.col-md-3.contacts .img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.col-md-3.contacts .img-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.col-md-3.contacts p {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 15px;
}

.col-md-3.contacts h6 {
	color: #063B61;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
	font-size: 1.2em;
	font-weight: bold !important;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: .25em;
	padding-left: 0px !important;
}

.col-md-3.contacts h4+h6 {
	margin-top: 0;
	padding-top: 0;
}

.col-md-3.contacts p+h6 {
	margin-top: -1em !important;
}

.col-md-3.contacts h5 {
	font-size: 1em !important;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	font-weight: bold !important;
}

/*------------------------------------------ new contact ---------------------------------------*/

.contacts p.panel-title {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.4em;
	color: #FFF;
	background-color: #972900;
	padding: 10px;
	line-height: 1.1em;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 !important;
}

.contacts .panel-heading {
	Padding: 0px;
}

.contacts {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f5f5f5;
	clear: both;
	/*word-break: break-all;*/
}

.contacts .img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.contacts .img-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.contacts p {
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0 0 10px;
}

.contacts h6 {
	color: #063B61;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
	font-size: 1.2em;
	font-weight: bold !important;
	line-height: 1em;
	/* margin-top: 1em; */
	margin-bottom: 1px;
	text-transform: uppercase;
	/* padding-top: 1em; */
	padding-right: 5px;
	/* padding-bottom: .25em; */
	padding-left: 0px;
}

.contacts h6:first-of-type {
	/* padding-top: 20px !important; */
	/*--- changed from "0" to 20px by jnk on 3/1/17---*/
}

.contacts h4+h6 {
	margin-top: 0;
	padding-top: 0;
}

.contacts h5 {
	font-size: 1em !important;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	font-weight: bold !important;
	margin-top: 0px !important;
}

/*---------------------------------------------- breadcrumb ---------------------------------------*/
.breadcrumb {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.7em;
}

.breadcrumb .fa-lg {
	font-size: 1.44444444em !important;
	line-height: .40em !important;
	color: #972900 !important;
}

.breadcrumb .fa-lg:hover {
	color: #7c2100 !important;
}

.breadcrumb a {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*---------------------------------------------- user indices ----------------------------------------*/
.indices {
	color: #972900;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 0.9em;
}

.indices li {
	list-style-type: none;
}

.indices ul li {
	margin: 0 0 1em !important;
}

.indices li ul {
	margin: 0.5em 0 1.5em -30px;
}

.indices li ul li {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1em;
	list-style-type: none;
	margin-bottom: .75em !important;
	margin-left: 0.5em;
}

.indices.border-right {
	border-right: 1px dashed #cccccc;
}

.navbar {
	border-radius: 0;
}

.shadow {
	box-shadow: 1px 3px 5px #888888;
}

/*----------------------------------- Left col styles (leftnavlocal) -------------------------------------*/

.leftnavlocal>.panel-heading {
	color: #ffffff;
	background-color: #006838;
}

.leftnavlocal a {
	color: #555;
}

.leftnavlocal a:focus {
	outline: none;
}

.leftnavlocal .list-group-item a {
	display: inline-block;
	width: 100%;
	padding: 10px 15px 10px 15px;
	font-size: 1em;
}

.leftnavlocal .panel-collapse a {
	font-size: .9em;
	padding-left: 30px;
}

/*-----added by jk on 10/11/16------*/
.leftnavlocal .list-group-item a[href$=".docx"] {
	font-size: .8em;
	background-color: transparent;
	background-image: none !important;
	padding-left: 10px;
	color: #28628a;
}

.leftnavlocal .listhead {
	color: #006838;
	/** padding-left: 15px !important;**/
}

.leftnavlocal .list-group-item {
	padding: 0px;
}

.leftnavlocal a:hover {
	color: #555;
	text-decoration: none;
	background-color: #F5F5F5;
}

.leftnavlocal a:focus {
	border-bottom: none;
}

.leftnavlocal .list-group {
	padding-left: 0px;
	margin-bottom: 0px;
}

.leftnavlocalnew>.panel-heading {
	color: #ffffff;
	background-color: #006838;
}

.leftnavlocalnew a {
	color: #555;
}

.leftnavlocalnew a:focus {
	outline: none;
}

.leftnavlocalnew .list-group-item a {
	display: inline-block;
	width: 100%;
	padding: 10px 5px 10px 15px;
	font-size: 1em;
}

.leftnavlocalnew .panel-collapse a {
	font-size: .9em;
	padding-left: 30px;
}

.leftnavlocalnew .listhead {
	color: #006838;
	/** padding-left: 15px !important;**/
}

.leftnavlocalnew .list-group-item {
	padding: 0px;
}

.leftnavlocalnew a:hover {
	color: #555;
	text-decoration: none;
	background-color: #F5F5F5;
}

.leftnavlocalnew a:focus {
	border-bottom: none;
}

.leftnavlocalnew .list-group {
	padding-left: 0px;
	margin-bottom: 0px;
}

.headdropdownlink a {
	color: #ffffff !important;
	background-color: #006838;
}

.headdropdownlink a:hover {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #0F824C;
}

.collapsedark a {
	background-color: #464646 !important;
	color: #ffffff !important;
}

.collapsedark a:hover {
	color: #555 !important;
	text-decoration: none;
	background-color: #F5F5F5 !important;
}

/*-----------------------------------Simple Left Nav (no borders, background color,) just add class simple-left-nav ------------------------------------*/



@media only screen and (min-width: 992px) {
	.simple-left-nav {
		border: none !important;
		box-shadow: none !important;
	}

	.simple-left-nav .panel-heading {
		color: #2a6690 !important;
		background-color: #ffffff !important;
		border: none !important;
		font-size: 1.4em;
		margin-left: -.6em;
	}

	.simple-left-nav .list-group {
		border: none !important;
	}

	.simple-left-nav .list-group-item {
		border: none !important;
	}

	/*.simple-nav-border-top .panel-heading {
	color: #2d2d2d !important;
	background-color: #ffffff !important;
	border-top: 1px solid #dcdcdc !important;
	border-radius: 0px;
	padding-top: 25px;
}*/

	.simple-left-nav {
		color: #2d2d2d !important;
		background-color: #ffffff !important;
		border-radius: 0px;
		padding-top: 25px;
	}

	.simple-left-nav:first-of-type {
		color: #2d2d2d !important;
		background-color: #ffffff !important;
		border-top: none !important;
		border-radius: 0px;
		padding-top: 25px;
	}
}

/*--------------Faculty Search-------------------------------*/
.searchfaculty .panel-heading {
	color: #ffffff;
	background-color: #006838;
}

.searchfaculty .btn-default {
	background-color: #BAEFC5;
}

.searchfaculty .btn-default:hover {
	background-color: #D9E4A5;
}

/* custom inclusion of right, left and below tabs */

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
	border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
	display: none;
}

.tab-content>.active,
.pill-content>.active {
	display: block;
}

.tabs-below>.nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
	float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}

.tabs-right>.nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}

.departmentlisting .nav>li {
	border-bottom: none;
}

.departmentlisting .listwithheading li {
	padding-bottom: 8px;
}

.departmentlisting i {
	margin-right: 10px;
}

/******************** faculty and staff ******************/

.col-md-9.facultyandstaff .panel-body ul {
	padding-left: 15px;
	display: inline-block;
	list-style: none;
	margin: 0px;
}

.facultyandstaff .btn {
	margin-left: 15px;
	margin-top: 10px;
	transition: background .25s;
	background-color: #F9F9F9;
	padding-right: 10px !important;
}

.facultyandstaff .btn:hover {
	background-color: #D9D9D9;
}

/*.aboutsite .col-md-9.facultyandstaff .row .col-md-6.col-sm-6.col-xs-12 .panel.panel-default .panel-body ul li */
.col-md-9.facultyandstaff .panel-body ul li {
	padding-bottom: 5px;
	list-style: none;
}

.facultyandstaff h4 {
	margin: 0px;
}

.facultyandstaff .panel-heading {
	text-align: center;
}

span.facultyheader {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #7D7D7D;
}

.facultyheader2 {
	font-size: 1.7em;
	padding-top: 0px;
}

.facultyandstaff .panel-body img {
	float: left;
}

.facultyandstaff img {
	border: 1px solid rgba(0, 0, 0, 0);
	/* changed by jnk on 12/5/16 */
	border-radius: 4px;
}

/*-------------------------------------  faculty profile ---------------------------------*/


.facultyprofile ul {
	float: left;
	list-style-type: none;
	padding: 0px;
}

.facultyprofile h3 {
	font-size: 2.6em;
	padding-top: 0px;
	margin-bottom: 12px;
}

.facultyprofile section {
	float: left;
}

.facultyprofile li {
	margin-bottom: 6px;
	font-size: 1.4em;
}

.facultyprofile h4 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.facultyprofile .sec2 {
	clear: both;
	margin-top: 20px;
}

.facultyprofile p {
	font-size: 1.2em;
}

.facultyprofile img {
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	margin-right: 20px;
}

.facultyprofile .sec2 {
	font-size: 1.2em;
}

/*.facultyprofile .sec2 ul {
    float: none;
    list-style-type: none;
    padding: 0px;
}
*/

.facultyprofile .sec2 h4 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

/*.facultyprofile .sec2 li {
    margin-bottom: 5px;
    font-size: inherit;
}*/

.facultyprofile .sec2 p {
	font-size: inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 2%;
}

.facultyprofile h6,
.facultyprofile .sec2 h6 {
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 2% !important;
	font-weight: 900 !important;
}

.facultyprofile .sec2 ol {
	padding-left: 20px;
}

/*---- added by jnk on 10/7/16 ------------------*/

/*.col-md-9.facultyprofile div {
	float: left;
}*/
.col-md-9.facultyprofile .sec2 ul {
	float: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0 !important;
	margin-bottom: 2em !important;
}

.col-md-9.facultyprofile li {
	margin-bottom: 6px;
	font-size: 1.4em;
}

.facultyprofile p {
	font-size: 1em;
}

.facultyprofile img {
	border: 1px solid rgba(0, 0, 0, 0);
	/* changed by jnk on 12/5/16 */
	border-radius: 4px;
	margin-right: 20px;
}

.facultyprofile h3 {
	font-size: 2.6em;
	padding-top: 0px;
	margin-bottom: 12px;
}

/* changed by jnk on 4/14/17
.facultyprofile h4, .facultyprofile .sec2 h4 {
	display:block;
		font-size: 1.3em;
	margin-bottom: 10px;
}*/
.facultyprofile h4,
.facultyprofile .sec2 h4 {
	display: block;
	font-size: 1.3em;
	margin-top: 3em !important;
	margin-bottom: 0.5em;
	color: #063b61;
	border-bottom: 1px solid !important;
	border-bottom-color: #063b61 !important;
	font-weight: 900;
	padding-bottom: .15em !important;
}

.facultyprofile h4:first-of-type,
.facultyprofile .sec2 h4:first-of-type {
	margin-top: 0 !important;
}

.col-md-9.facultyprofile .sec2 {
	/*clear: both;*/
	/* changed by jnk on 1/23/17   margin-top: 5%; ---*/
	margin-top: 1%;
	width: 100%;
}

.col-md-9.facultyprofile .sec2 ul li {
	/*float:none !important;
		display: block !important;*/
	font-size: .8em;
	margin-left: 5%;
}

.col-md-9.facultyprofile .sec2 ul li ul li {
	font-size: 1em;
	margin-left: 5%;
	list-style-type: disc;
}

.col-md-9.facultyprofile .sec2 ul li ul li ul li {
	margin-left: 5%;
	font-style: italic;
	list-style-type: circle;
	font-size: 1em;
}

/*---- end jnk -----------------*/

/*-------------------------------------  google search inside pages ---------------------------------*/


.navbar-form {
	border-top: none;
	border-bottom: none;
	box-shadow: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	text-decoration: none;
}

p>a,
li>a,
p strong>a {
	text-decoration: none;
	border-bottom: 1px dotted #006838;
}

.breadcrumb li a {
	border-bottom: none !important;
}

.breadcrumb>.active {
	color: #555;
}

.leftnavlocal .list-group-item a {
	border-bottom: none !important;
	color: #00703b;
}

.dropdown-menu>li>a {
	border-bottom: none !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: #f1f1f1;
}

article>ul>li>a {
	border-bottom: none !important;
}

/*---p > a:hover, a:focus {
	text-decoration: none;
	border-bottom: 1px dotted #006838;
	padding-left: 20px;
}--*/
/*---------------------------------------- end Google -------------------------------------------------*/

.marketing-media.news .container .row .col-md-6 .row .col-xs-12 #features-2 #features .features li img {
	float: left;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dhpmasthead h1,
.static h1 {
	color: #FFF;
	margin-left: 0px;
	border-bottom: none;
	bottom: -10px;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 40px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}

.athletics2 .static h1 {
	color: #FFF;
	margin-left: 0px;
	border-bottom: none;
	bottom: -10px;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 40px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
	background: linear-gradient(to right, rgba(0, 104, 56, 0.9) 33%, rgba(0, 0, 0, 0) 100%);
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/
.dhpmasthead p,
.static p {
	color: #FFF;
	margin-left: 0px;
	border-bottom: none;
	bottom: -10px;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 40px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}

.athletics2 .static p {
	color: #FFF;
	margin-left: 0px;
	border-bottom: none;
	bottom: -10px;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 40px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	width: auto;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
	background: linear-gradient(to right, rgba(0, 104, 56, 0.9) 33%, rgba(0, 0, 0, 0) 100%);
}

/*********************************** New Site Headings ****************************************************************************************************************************************************/
/*--------------------------------------------- Thumb nail styles -----------------------------------------*/

.thumbnails {
	margin-left: -10px;
	list-style: none;
	padding-left: 0px;
}

.thumbnails>li {
	float: left;
	margin-bottom: 3px;
	/*--- changed from 10px by jnk on 4/11/16---*/
	margin-left: 3px;
	/*--- changed from 10px by jnk on 4/11/16---*/
}

a.thumbnail.fancybox-button {
	margin-bottom: 0px;
	padding: 4px;
}

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

@media only screen and (min-width: 1200px) {
	.facultyandstaff ul {
		max-width: 270px;
	}

	.navbar-nav {
		margin-left: 20px;
	}

	.librarysearch {
		height: 200px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.col-sm-12.citbutton a {
		font-size: .75em;
	}

	.navbar-nav {
		margin-left: 20px;
	}

	.librarysearch {
		height: 240px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
	.static h1 {
		font-size: 1.5em;
	}

	.masthead h1 {
		font-size: 1.5em;
	}

	.dhpmasthead h1 {
		font-size: 1.5em;
	}

	.navbar-inverse .navbar-brand {
		font-size: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.facultyandstaff ul {
		max-width: 200px;
	}

	.facultyandstaff .panel-body {
		font-size: .9em;
	}

	.dhpmasthead .carousel-indicators {
		display: none;
	}

	.dhpmasthead p {
		margin: 0 0 0.48em 0;
	}

	.masthead h1.page-header,
	.static h1.page-header {
		padding-bottom: 8px;
		font-size: 1.8em;
	}

	.dhpmasthead h1,
	.static h1 {
		color: #FFF;
		margin-left: 0px;
		border-bottom: none;
		bottom: -15px;
		padding-bottom: 8px;
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 40px;
		position: absolute;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		z-index: 10;
		width: auto;
		font-weight: 300 !important;
		letter-spacing: 2px !important;
		background: linear-gradient(to right, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	}

	/*********************************** New Site Headings ****************************************************************************************************************************************************/
	.static p {
		font-size: 1.5em;
	}

	.masthead p.page-header,
	.static p.page-header {
		padding-bottom: 8px;
		font-size: 1.8em;
	}

	.dhpmasthead p,
	.static p {
		color: #FFF;
		margin-left: 0px;
		border-bottom: none;
		bottom: -15px;
		padding-bottom: 8px;
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 40px;
		position: absolute;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		z-index: 10;
		width: auto;
		font-weight: 300 !important;
		letter-spacing: 2px !important;
		background: linear-gradient(to right, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	}

	/*********************************** New Site Headings ****************************************************************************************************************************************************/



}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.librarysearch {
		height: 190px;
	}

	.navbar-right {
		float: none !important;
		margin-right: -15px;
	}

	.navbar-form {
		border: 0 none;
		box-shadow: none;
		margin-left: 45px;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		width: 90%;
		margin-top: 60px;
	}

	.navbar-form .form-control {
		width: 90%;
	}

	.dropdown-menu>li>a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.navbar-nav {
		margin-left: 20px;
	}
}

/*--------------------------------------------- Pathway Page styles -----------------------------------------*/


/*** sidebar feature ******/
.pathway-sidebar-icon-item {
	display: block;
	height: 66px;
	margin-bottom: 10px;
	transition: all 0.4s ease;
	border: 1px solid #e2e2e2;
}

span.pathway-sidebar-icon {
	display: inline-block;
	float: left;
	height: 64px;
	padding: 10px;
	width: 33%;
	background-color: #577b3b;
	text-align: center;
	border-radius: 3px 0px 0px 3px;
	transition: all 0.4s ease;
}

span.pathway-sidebar-icon-text {
	display: inline-block;
	float: left;
	border-radius: 0px 3px 3px 0px;
	height: 64px;
	padding: 10px;
	background-color: #ffffff;
	width: 67%;
	transition: all 0.4s ease;
}

.pathway-sidebar-icon-text h3 {
	font-size: 1em !important;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	transition: all 0.4s ease;
	color: #577b3b;
}

.pathway-sidebar-icon-text h3.neworange {
	color: #fe900f;
}

span.pathway-sidebar-icon.neworange {
	background-color: #fe900f;
}

.pathway-sidebar-icon-text h3.blue {
	color: #478C69;
}

span.pathway-sidebar-icon.blue {
	background-color: #478C69;
}

.pathway-sidebar-icon-item i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease;
	color: #ffffff;
}

.pathway-sidebar-icon-item:hover {
	opacity: .6;
}

@media only screen and (max-width: 767px) {
	span.pathway-sidebar-icon {
		width: 27%;
	}

	span.pathway-sidebar-icon-text {
		width: 73%;
	}
}

span.pathway-sidebar-icon-hov {
	color: #6A8899;
	background-color: #EEF2F4;
}

span.pathway-sidebar-icon-hov i {
	color: #6A8899;
}

span.pathway-sidebar-icon-text-hov {
	background-color: #71A98D;
}

.pathway-sidebar-icon-text-hov h3 {
	color: #F0F6F3;
}

/*--------------------------------------------- President Page styles -----------------------------------------*/

.preshome footer .row .col-lg-12 .row .col-md-3.left-border {
	border-left: 1px solid #666;
	height: 230px !important;
}

.preshome .panel.panel-default.contacts .panel-body .img-responsive {
	float: left;
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	ul.verysimplelist {
		line-height: 2em;
	}

	h1.staffhead {
		padding-top: 15px;
		clear: both;
	}

	.col-sm-12.citbutton a.btn {
		width: 100%;
	}

	.col-sm-12.citbuttonhalf a.btn {
		width: 100%;
	}

	.floorplanlist {
		font-size: 1.25em;
	}

	.librarysearch {
		height: 230px;
	}

	.dhpmasthead .carousel-control .glyphicon-chevron-right {
		display: none;
	}

	.dhpmasthead .carousel-control .glyphicon-chevron-left {
		display: none;
	}

	.dhpmasthead h1,
	.static h1 {
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
		margin-left: 12px;
		bottom: -27px;
	}

	.masthead h1.page-header,
	.static h1.page-header {
		margin-left: 12px;
		bottom: -30px;
		line-height: 0.85;
		font-size: 1.4em;
	}

	/*********************************** New Site Headings ****************************************************************************************************************************************************/
	.dhpmasthead p,
	.static p {
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
		margin-left: 12px;
		bottom: -27px;
	}

	.masthead p.page-header,
	.static p.page-header {
		margin-left: 12px;
		bottom: -30px;
		line-height: 0.85;
		font-size: 1.4em;
		letter-spacing: inherit;
	}

	/*********************************** New Site Headings ****************************************************************************************************************************************************/

	.dhpmasthead .carousel-indicators {
		display: none;
	}

	.abc-listing li a:link {
		padding-bottom: 15px;
		padding-top: 15px;
		padding-left: 17px;
		padding-right: 17px;
	}

	.maplinks {
		line-height: 1.8em;
	}

	.indices.border-right {
		border-right: none;
	}

	form.search .form-control {
		display: inline;
		width: 80%;
		margin-left: 15px;
	}

	#whats-happening .btn {
		width: 99%;
	}

	.dhpmasthead h1,
	.static h1 {
		color: #FFF;
		margin-left: 0px;
		border-bottom: none;
		bottom: -13px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 0px;
		position: absolute;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		z-index: 10;
		font-size: 1.2em;
		width: auto;
		font-weight: 300 !important;
		letter-spacing: 2px !important;
		background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 90%);
	}

	.athletics2 .static h1 {
		color: #FFF;
		margin-left: 0px;
		border-bottom: none;
		bottom: -13px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 0px;
		position: absolute;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		z-index: 10;
		font-size: 1.2em;
		width: auto;
		font-weight: 300 !important;
		letter-spacing: 2px !important;
		background: linear-gradient(to right, rgba(0, 104, 56, 0.9) 33%, rgba(0, 0, 0, 0) 100%);
	}

	/*********************************** New Site Headings ****************************************************************************************************************************************************/

	.dhpmasthead p,
	.static p {
		color: #FFF;
		margin-left: 0px;
		border-bottom: none;
		bottom: -13px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 0px;
		position: absolute;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		z-index: 10;
		font-size: 1.2em;
		width: auto;
		font-weight: 300 !important;
		letter-spacing: 2px !important;
		background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 90%);
	}

	.athletics2 .static p {
		color: #FFF;
		margin-left: 0px;
		border-bottom: none;
		bottom: -13px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 0px;
		position: absolute;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		z-index: 10;
		font-size: 1.2em;
		width: auto;
		font-weight: 300 !important;
		letter-spacing: 2px !important;
		background: linear-gradient(to right, rgba(0, 104, 56, 0.9) 33%, rgba(0, 0, 0, 0) 100%);
	}

	/*********************************** New Site Headings ****************************************************************************************************************************************************/

	/*-------------------------------- top nav for mobil -----------------------------------*/

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

	.artoutcome .top {
		display: block;
		float: none;
		margin-bottom: 10px;
	}

	.artoutcome h3 {
		display: block;
		margin-bottom: 10px;
	}

	.artoutcomeheadline {
		text-align: center;
	}

	/**********dans new nav******************/

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

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

	/*************left tabs on faculty page*************/


	.tabs-left>.nav-tabs>li>a {
		padding-top: 18px;
	}

	.tabs-left>.nav-tabs>li>a,
	.tabs-right>.nav-tabs>li>a {
		height: 60px;
	}

	.departmentlisting .listwithheading li {
		padding-bottom: 16px;
	}

	/*************faculty profiles*************/
	.facultyprofile h3 {
		font-size: 2em;
		padding-top: 20px;
		margin-bottom: 12px;
	}

	.facultyprofile li {
		margin-bottom: 6px;
		font-size: 1.1em;
	}

	/*************faculty & Staff profiles*************/
	.facultyandstaff ul {
		padding-left: 0px;
	}

	.facultyandstaff .btn {
		margin-left: 0px;
	}

	.facultyandstaff .panel-body img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.facultyandstaff .panel-body {
		text-align: center;
	}

	.facultyandstaff .panel-body ul {
		padding-top: 15px;
	}

	/*************10k small business site*************/
	.gslogo {
		position: relative;
		top: 215px;
		left: 15px;
		width: 240px;
	}

	/*************Fixes for main content areas*************/


	.centerimage {
		/***** centers an image in mobil view. Use to remove floats.**********/
		margin: 0px auto !important;
		display: block !important;
		float: none !important;
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.gsmain table {
		border: inherit;
		font-size: .7em;
	}

	.img-left-center-responsive {
		display: block;
		max-width: 100%;
		height: auto;
		float: none;
		margin: 0px auto;
		margin-top: 15px;
		margin-bottom: 15px
	}

	.img-right-center-responsive {
		display: block;
		max-width: 100%;
		height: auto;
		float: none;
		margin: 0px auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
	.brand-name {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.5em;
		color: #f1f1f1 !important;
		display: inline-block;
		Margin: 0px;
		margin-top: 12px !important;
	}
}

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

@media only screen and (min-width: 0px) and (max-width: 480px) {

	< !-- .dhpmasthead p,
	.static p {
		font-size: .8em;
	}

	-->
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.ksbkeydates .masthead {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+65,000000+100&0+43,0.65+100 */
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_keydates.jpg');
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_keydates.jpg');
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_keydates.jpg');
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0), url('/10ksb/images/banner_10ksb_keydates.jpg');
		/* IE6-9 */
		height: 302px;
		background-repeat: no-repeat;
		background-position: 70% 50%;
		background-size: cover;
	}

	.ksbhome .masthead {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+65,000000+100&0+43,0.65+100 */
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_homenew.jpg');
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_homenew.jpg');
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_homenew.jpg');
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0), url('/10ksb/images/banner_10ksb_homenew.jpg');
		/* IE6-9 */
		height: 302px;
		background-repeat: no-repeat;
		background-position: 70% 50%;
		background-size: cover;
	}

	.ksbabout .masthead {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_about.jpg');
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_about.jpg');
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_about.jpg');
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0), url('/10ksb/images/banner_10ksb_about.jpg');
		/* IE6-9 */
		height: 302px;
		background-repeat: no-repeat;
		background-position: 85% 50%;
		background-size: cover;
	}

	.ksbcontact .masthead {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_main.jpg');
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_main.jpg');
		/* Chrome10-25afari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_main.jpg');
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0), url('/10ksb/images/banner_10ksb_main.jpg');
		/* IE6-9 */
		height: 302px;
		background-repeat: no-repeat;
		background-position: 65% 30%;
		background-size: cover;
	}

	.ksbeligible .masthead {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_news.jpg');
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_news.jpg');
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.65) 100%), url('/10ksb/images/banner_10ksb_news.jpg');
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0), url('/10ksb/images/banner_10ksb_news.jpg');
		/* IE6-9 */
		height: 302px;
		background-repeat: no-repeat;
		background-position: 60% 50%;
		background-size: cover;
	}

	.brand-name {
		display: none;
	}

	.navbar-inverse .brandtwo {
		font-size: .73em;
	}

	.navbar-brand {
		float: left;
		height: 50px;
		padding: 5px 0px 0px 015px;
		font-size: 18px;
	}

	.navbar-inverse .brandtwo .logosmall {
		display: inline-block;
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		color: #fff;
	}

	/*************new left col ( Extra content)*************/

	.extrasidenav li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.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;
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.indices {
		padding-right: 10px;
	}

	.forveterans .panel-body h3 {
		font-size: 1.4em !important;
	}

	.leftnavlocal .list-group-item {
		margin-bottom: -1px !important;
	}

	.leftnavlocalnew .list-group-item {
		margin-bottom: -1px !important;
	}
}

@media only screen and (max-width: 991px) {
	/*************new left col ( locol site navigation)*************/

	.headdropdownlink {
		border-top: none !important;
	}

	.newmenu .list-group-item a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.headdropdownlink .listhead {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.collapsedark a {
		background-color: #464646 !important;
		color: #ffffff !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.collapsedark a:hover {
		color: #555 !important;
		text-decoration: none;
		background-color: #F5F5F5 !important;
	}

	.contacts {
		margin-top: 40px;
	}
}

/**************************************/
.liston2 .col-md-6 #news {
	list-style-type: none;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.liston2 .col-md-6 #news li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 0px;
}

/*================= Footnote styles added by jnk on 5/20/16 ==============*/

.footnotes {
	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: #336699;
	clear: both;
	display: block;
	padding-bottom: 20px;
}

.footnotesleft {
	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: left !important;
	color: #28628a;
	clear: both;
	display: block;
	padding-bottom: 20px;
}

.footnotesleft img {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0;
}

/*------- added by jnk on 6/1/16 for Mentoring home page --------*/
.panel.panel-default.contacts .panel-body .img-rounded.pull-left.img-responsive {
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 0;
}

/*------- 2-col layout added by jnk on 6/8/16 for user indices --------*/

article {
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	-webkit-column-rule: 1px dotted #ddd;
	-moz-column-rule: 1px dotted #ddd;
	column-rule: 1px dotted #ddd;
}

article h3 {
	margin-top: 0 !important;
	font-size: 1.1em !important;
	;
	font-weight: normal !important;
	color: #555 !important;
}

article ul {
	margin-bottom: 2em !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: .8em !important;
}

article li {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: -10%;
}

article ul li ul {
	margin-top: 1em;
}

article ul li ul li {
	margin-left: -10% !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	padding: 0 !important;
	font-size: 120%;
}

article li li {
	font-size: .9em;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1%;
}

.red {
	color: #aa0000;
}

/*----- changed by jnk on 10/16/17 for right-column contacts boxes-----*/
.contacts .panel-body {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.contacts .panel-body img {
	margin: 0 10px 15px 0;
}

.contacts .panel-body img.border {
	margin-bottom: 1em;
	border: solid 1px #ccc;
}

/*----- added by jnk on 7/11/16 to create fluid 3-col pages (see /about/facultyindex.html) -----*/
article#col3 {
	-webkit-columns: 3 200px;
	-moz-columns: 3 200px;
	columns: 3 200px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	-webkit-column-rule: 1px dotted #ddd;
	-moz-column-rule: 1px dotted #ddd;
	column-rule: 1px dotted #ddd;
}

article#col3 h3 {
	margin-top: 0 !important;
	font-size: 1em;
	font-weight: bold;
	color: #972900;
}

article#col3 ul {
	margin-bottom: 2em !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: .8em !important;
}

article#col3 li {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: -10%;
}

article#col3 ul li ul {
	margin-top: 1em;
}

article#col3 ul li ul li {
	margin-left: -10% !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	padding: 0 !important;
	font-size: 120%;
}

article#col3 li li {
	font-size: .9em;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1%;
}

/*---- ADDED BY JNK ON 7/27/16 ----------*/
.panel.panel-default.contacts .panel-body p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #333;
}

/*---- ADDED BY JNK ON 8/1/16 ----------*/
h1+h2 {
	font-size: 1.4em;
	/* changed from 1.9em by jnk on 12/22/16 */
	font-style: italic;
	color: #555;
	margin-top: -.75em;
	font-weight: 600 !important;
	/* added by jnk on 2/9/17*/
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}

/*---- ADDED BY JNK ON 12/22/16 ----------*/
.addthis_toolbox.addthis_default_style {
	margin-top: 3em;
}

/*---- ADDED BY JNK ON 1/5/17 ----------*/
ul.nobullets {
	list-style-type: none;
}

ul.nobullets li {
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: .9em;
	line-height: 1.2em;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-- added by jnk on 3/21/17----*/

p.center {
	text-align: center;
}

.btn-mc {
	display: inline-block;
	padding-top: 1% !important;
	padding-right: 5% !important;
	padding-bottom: 1% !important;
	padding-left: 5% !important;
	margin-top: .75em;
	margin-right: auto !important;
	margin-bottom: 1em;
	margin-left: auto !important;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/*-- changed by jnk on 7/20/17
.btn-primary {
	color: #fff;
	background-color: #063B61 !important;
	border-color: #012138 !important;
} --*/
.btn-primary {
	color: #fff;
	background-color: #00703d !important;
	border-color: #003a1f !important;
}

/* Pop Out Nav */

@media only screen and (min-width: 1200px) {
	.cd-header {
		position: absolute;
		top: 0;
		left: 0;
		height: 57px;
		width: 100%;
		transition: background-color 0.3s;
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		transition: background-color 0.3s;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.cd-header.is-fixed {
		/* when the user scrolls down, we hide the header right above the viewport */
		position: fixed;
		top: -57px;
		background-color: #006838;
		transition: transform 0.3s;
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
	}

	.cd-header.is-visible {
		/* if the user changes the scrolling direction, we show the header */
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	.three-col-cont {
		/* pushes the body down so it doesnt go up into the nav */
		padding-top: 57px;
	}

	.cd-header a {
		border-bottom: none;
	}

	nav {
		z-index: 1000;
	}
}

/*---- jnk 3/24/17 - for when an h6 headline is used as the first element at the top of the right-col. panel---*/


.contacts .panel-body+h6 {
	padding-top: 0 !important;
}

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

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

@media only screen and (max-width: 767px) {
	ol.breadcrumb {
		display: none;
	}
}

h4.q,
h5.q {
	margin-top: 2em;
	margin-bottom: .25em;
}

h4.q:before,
h5.q:before {
	content: "Q: ";
	font-weight: 100;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	color: #879ead;
}

p.a:before {
	content: "A: ";
	font-weight: 100;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	color: #8eb8a5;
}

@media print {
	iframe {
		display: none !important;
	}

	footer {
		display: none;
	}

	#hidden {
		display: none;
	}

	.cd-top {
		display: none;
	}

	.static {
		display: none;
	}

	.masthead {
		display: none;
	}
}

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

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

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

.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 #qrandom3 {
	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 #qrandom3::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #adadad;
}

.dropsearch #qrandom3::-moz-placeholder {
	/* Firefox 19+ */
	color: #adadad;
}

.dropsearch #qrandom3:-ms-input-placeholder {
	/* IE 10+ */
	color: #adadad;
}

.dropsearch #qrandom3:-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: 410px) {
	.logosmallone {
		display: none;
	}

	.logosmalltwo {
		display: none !important;
	}
}

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

	.dropsearch form.search #qrandom3 {
		font-size: 1.2em;
	}

	button#searchsubmit {
		font-size: 1.2em;
	}
}

/*********************************
Styles for new drop down bars
*********************************/

.cd-menu-icon {
	/* 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-icon::before,
.cd-menu-icon: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-icon::before {
	top: -5px;
}

.cd-menu-icon::after {
	top: 5px;
}

.cd-menu-icon.is-clicked {
	background-color: rgba(86, 87, 98, 0);
}

.cd-menu-icon.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-icon.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;
}

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

.btn {
	white-space: normal;
}


/*------------------------------------------
		MyCCRI Log in and log out styles
------------------------------------------*/


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

@media only screen and (min-width: 768px) {
	.myccri-login {
		height: 56px;
	}
}

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

.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: 1199px) {

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


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





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

	a#searchtoggl i.fa.fa-lg.fa-search-minus,
	a#searchtoggl i.fa.fa-search.fa-lg {
		padding-top: 18px;
	}

	.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: 71px;

	}

	.navbar-brand {
		padding: 5px 10px 0px 15px;
	}

	.myccri-login {
		right: 116px;
		height: 50px;
	}

	.navbar-inverse .brandtwo {
		font-size: .73em;
	}

	.navbar-inverse .brandtwo {
		display: block;
	}

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

}




/*--- New mobile styles for inside pages-------*/


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

	.masthead,
	.static,
	.dhpmasthead {

		margin-right: -15px;
		margin-left: -15px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-top: 1px solid #464646;
		border-bottom: 1px solid #464646;
		display: none;
	}

	.leftnavlocal:first-of-type {
		margin-left: -15px;
		margin-right: -15px;
		border: none;
		margin-top: -2px;
		box-shadow: none;
		border-radius: 0px;

	}

	.panel>.list-group:last-child .list-group-item:last-child,
	.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
		border-bottom: 1px solid #ddd;

	}

	.leftnavlocal .coolbutton {
		margin-right: 13px;
	}

	.leftnavlocal:first-of-type .headdropdownlink a {
		border-bottom: 1px solid #464646 !important;
		border-top: 1px solid #464646 !important;
		background-color: #7d7b7b;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		font-weight: normal !important;
		margin-bottom: 10px;
		margin-top: 0px !important;
		padding-top: 0px;
		line-height: normal;
	}

	ul,
	li,
	.btn-primary {
		font-weight: normal !important;
	}

	.btn-primary {
		white-space: normal !important;


	}

	.panel {
		margin-bottom: 15px;
	}

	.panel-body {
		padding: 15px !important;
	}

	.contacts .panel-heading {

		border-radius: 0px;
		background-color: #972900;
	}

	p.footnotes,
	.contact-footer {
		display: none;
	}

	a {
		word-break: break-word;
	}

}

.header-apply-btn {

	background: #4FACA8;
}

h1.cd-logo-text {
	color: #00703c;
}
/*--------------------------------- styles for inside pages wysiwyg toolbar
			added by jnk on 4/16/20 ------------------*/
.red-bold {
    color: red;
    font-weight: 700;
}
.bold-text {

    font-weight: 700;

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




.main-edit-section th p {
    margin-bottom: 0px!important;
}