@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
	background:white;
	font-family: 'Inter', sans-serif;
	font-size:16px;
}

h1, .h1 {
	font-size:45px;
	font-weight: 700; 
}

h2, .h2 {
	font-size:32px;
    font-weight: 700;
}

h3, .h3 {
	font-size:27px;
    font-weight: 700;
}

h4, .h4 {
	font-size:24px;
}

h5, .h5 {
	font-size:21px;
}

h6, .h6 {
	font-size:18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Inter', sans-serif;
	color:#000e2f;
} 

a {
	color:#51397c;
}
	a:hover, 
	a:focus,
	a:active {
    	color: #341f59;  
	}

p {
    line-height:1.75em;
    margin: 0 0 1.5em;
}

#page .white *, #page .white-text * {
	color: white !important;
}


/* ========== Header ========== */

#masthead {
	background:white;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);	
}

	#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a {
		color:#1e1e1e
	}

		#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:hover,
		#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:active,
		#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:focus {
			color:#1e1e1e;
		}

	#masthead #site-title fieldset { 
		overflow: hidden;
		background:#c2c2c2;
	}

		#masthead #site-title .searchform fieldset .form-control {
			color:#1e1e1e;
		}

			#masthead #site-title .searchform fieldset .form-control::placeholder{ 
				color: #333 !important;  
			}
			#masthead #site-title .searchform fieldset .form-control::-moz-placeholder{
				color: #333 !important; 
			}
			#masthead #site-title .searchform fieldset .form-control::-webkit-input-placeholder {
				color:#333;
			}

			#masthead #site-title .searchform fieldset .form-control:-ms-input-placeholder{
				color:#333;
			}

		#masthead .form-group .btn {
			color:#757575 !important;
			transition: all 300ms;
		}

		#masthead #site-title .searchform fieldset .btn:hover,
		#masthead #site-title .searchform fieldset .btn:active,
		#masthead #site-title .searchform fieldset .btn:focus {
			background:#51397c; /* purple */
			color:white !important;
			transition: all 300ms;
		}


.navbar-default .navbar-nav > li > a {
	color:#1e1e1e;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background:#51397c; /* purple */
	color: white !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background:#51397c; /* purple */
	color: white !important;
}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #352357;
        color:white;
	}
    
    #masthead #nav-wrapper .navbar-collapse .nav .menu-item-has-children.dropdown.open ul.dropdown-menu .menu-item-has-children.dropdown.open > a.dropdown-toggle {
        color: white !important;
        background:#51397c; /* purple */
    }
    
        #masthead #nav-wrapper .navbar-collapse .nav .menu-item-has-children.dropdown.open ul.dropdown-menu .menu-item-has-children.dropdown.open ul.dropdown-menu .menu-item-has-children.dropdown.open a.dropdown-toggle {
            color: white !important;
        }

.dropdown-submenu > .dropdown-menu {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}

#masthead #nav-wrapper .navbar-collapse .nav > li.open::after {
	display:none;
}

#site-title .searchform {
	padding-top:25px;
}

#uc-header {
	border-bottom:none;
}


.dropdown-menu {
	font-size:16px;
}
/* Blue line animation under nav hover */

@media (min-width:767px) { /* only create underline for larger than 767 */
	#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:after {
		overflow: hidden;
		-webkit-transition: width 300ms ease-in-out;
		-moz-transition: width 300ms ease-in-out;
		-o-transition: width 300ms ease-in-out;
		transition: width 300ms ease-in-out;
		content: '';
		width: 0%;
		height: 3px;
		background-color: #51397c; /* purple */
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 8px;
		position: absolute; 
	}

		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:hover::after, 
		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:focus::after,
		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:active::after{
			width: 50px; 
		}

		/* keeps underline on top level when using multi-level drops */
		#masthead .navbar-default .navbar-collapse .navbar-nav > li.open > a:after {
			width: 50px;
		}

	  	#masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(1) > a {
			padding-left: 0px;
			padding-right: 20px; 
		}
		#masthead .navbar-default .navbar-collapse .navbar-nav li:nth-of-type(1) a:after {
		  left: -21px; 
		} 
}



#masthead #nav-wrapper.navbar-fixed-top {
	background:white;
}

#masthead #nav-wrapper .navbar-collapse .nav > li.active::after, 
#masthead #nav-wrapper .navbar-collapse .nav > li.current-menu-ancestor::after {
	overflow: hidden;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #51397c;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 8px;
	position: absolute;
	border-color: transparent;
	border-image: none;
	border-style: none;
}

.navbar-nav {
	display: block;
	width: 100%;
}
        @media (max-width:767px) {
        .navbar-nav {
            width: auto;
        }
    }    
    
		.navbar-nav li a {
			font-weight: 500;
		}
		
	.navbar-nav li.support-the-college {
		float:right;
	}
	
			@media (max-width:991px) {
				.navbar-nav li.support-the-college {
					float:left;
				}
			}
			
			@media (max-width:767px) {
				.navbar-nav li.support-the-college {
					margin-left:15px; 
				}
			}
		
				
				
		
		
		.navbar-nav li.support-the-college a {
			border: 3px solid #51397c;
			background:	transparent;
			background-image: -webkit-linear-gradient(120deg, transparent 50%, #51397c 50%);
			background-image: linear-gradient(120deg, transparent 50%, #51397c 50% );
			background-size: 225%;
			background-repeat: no-repeat;
			background-position: 100%;
			-webkit-transition: all 400ms ease-in-out;
			transition: all 400ms ease-in-out;
			border-radius: 40px;
			padding: 5px 26px 3px;
			text-transform: uppercase;
			letter-spacing: 0.2em;
			font-size: 13px;
			margin-top: 9px;
		}

			.navbar-nav li.support-the-college a:hover,
			.navbar-nav li.support-the-college a:active,
			.navbar-nav li.support-the-college a:focus {
				background-position: 0%;
				color: #497D40 !important;
				background-color:transparent;
			}
				
				.navbar-nav li.support-the-college a:hover:after,
				.navbar-nav li.support-the-college a:focus:after,
				.navbar-nav li.support-the-college a:active:after{
					display:none;
				}







/* -- IE11/Edge -- */

@media screen and (-ms-high-contrast: none) {
    #masthead .form-inline .form-control { 
		vertical-align:top; 
	}
}



/* Mobile nav */

#masthead #nav-wrapper .navbar-header .navbar-toggle {
	background:rgb(0, 14, 47);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:white;
}

@media (max-width:767px) {

#masthead #nav-wrapper fieldset {
	border: 2px solid #757575;
	border-radius: 20px;
	overflow: hidden; 
}

	#masthead #nav-wrapper .searchform fieldset .form-control {
		color:#333;
		width:85%;
		border:none;
	}

		#masthead #nav-wrapper .searchform fieldset .form-control::placeholder{
			color: #333 !important; 
		}
		#masthead #nav-wrapper .searchform fieldset .form-control::-moz-placeholder{
			color: #333 !important; 
		}
		#masthead #nav-wrapper .searchform fieldset .form-control::-webkit-input-placeholder {
			color:#333;
		}
	
		#masthead #nav-wrapper .searchform fieldset .form-control:-ms-input-placeholder{
			color:#333;
		}

	#masthead .form-group .btn {
		color:#757575 !important;
		transition: all 300ms;
		width:15%;
		border:none;
	}

	#masthead #nav-wrapper .searchform fieldset .btn:hover,
	#masthead #nav-wrapper .searchform fieldset .btn:active,
	#masthead #nav-wrapper .searchform fieldset .btn:focus {
		background:#000e2f;
		color:white !important;
		transition: all 300ms;
	}
	
	#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu {
		background-color: #eaeaea; 
	}
	
}

#masthead #nav-wrapper .navbar-header .navbar-brand {
	color:#1c1c1c;
}


#masthead #site-title .col-sm-8 #uc-site-header #uc-site-parent a {
	color:#1c1c1c;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:#1e1e1e;
}



/* ======================= Buttons =======================*/

#page #content .widget .btn {
	text-transform: uppercase;
	letter-spacing:0.1em;
	padding: 10px 30px 9px;
	font-size: 15px;
    border-radius: 0px !important;
    font-weight: 500;
}

	#page #content .widget .btn.btn-lowercase {
		text-transform: none;
		letter-spacing:0;
		font-size:16px;
		padding: 7px 39px 7px;
	}
	
	
	/* ==== Button Default ==== */
	#page #content .widget .btn.btn-default{
		color:#1e1e1e !important;
		border: 3px solid #dddddd;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}
		#page #content .widget .btn.btn-default:hover,
		#page #content .widget .btn.btn-default:active,
		#page #content .widget .btn.btn-default:focus {
			background-position: 0%;
			color: #1e1e1e !important;
			background-color:transparent;
		}

			#page #content .white-text .widget .btn.btn-default:hover,
			#page #content .white-text .widget .btn.btn-default:active,
			#page #content .white-text .widget .btn.btn-default:focus {
				color: white !important;
				border-color:white;
			}
	
	/* ==== Button Primary ==== */
	#page #content .widget .btn.btn-primary {
		border: 3px solid #000d30;
		background:	#000d30;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-primary:hover,
		#page #content .widget .btn.btn-primary:active,
		#page #content .widget .btn.btn-primary:focus {
			background-position: 0%;
  			color: #000d30 !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-primary:hover,
			#page #content .white-text .widget .btn.btn-primary:active,
			#page #content .white-text .widget .btn.btn-primary:focus {
				color: white !important;
				background-color:rgba(0,13,48,0.6);
				
			}
			
	/* ==== Button Info ==== */
	#page #content .widget .btn.btn-info {
		border: 3px solid #007dad;
		background:	#007dad;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-info:hover,
		#page #content .widget .btn.btn-info:active,
		#page #content .widget .btn.btn-info:focus {
			background-position: 0%;
  			color: #007dad !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-info:hover,
			#page #content .white-text .widget .btn.btn-info:active,
			#page #content .white-text .widget .btn.btn-info:focus {
				color: white !important;
				background-color:rgba(0,125,173,0.6);
				
			}
			
	/* ==== Button Success ==== */
	#page #content .widget .btn.btn-success {
		border: 3px solid #3a833a;
		background:	#3a833a;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-success:hover,
		#page #content .widget .btn.btn-success:active,
		#page #content .widget .btn.btn-success:focus {
			background-position: 0%;
  			color: #3a833a !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-success:hover,
			#page #content .white-text .widget .btn.btn-success:active,
			#page #content .white-text .widget .btn.btn-success:focus {
				color: white !important;
				background-color:rgba(58,121,58,0.6);
				
			}
			
	/* ==== Button Warning ==== */
	#page #content .widget .btn.btn-warning {
		border: 3px solid #a5660d;
		background:	#a5660d;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-warning:hover,
		#page #content .widget .btn.btn-warning:active,
		#page #content .widget .btn.btn-warning:focus {
			background-position: 0%;
  			color: #a5660d !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-warning:hover,
			#page #content .white-text .widget .btn.btn-warning:active,
			#page #content .white-text .widget .btn.btn-warning:focus {
				color: white !important;
				background-color:rgba(165,102,10,0.6);
				
			}
			
	/* ==== Button Danger ==== */
	#page #content .widget .btn.btn-danger {
		border: 3px solid #d4403a;
		background:	#d4403a;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-danger:hover,
		#page #content .widget .btn.btn-danger:active,
		#page #content .widget .btn.btn-danger:focus {
			background-position: 0%;
  			color: #d4403a !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-danger:hover,
			#page #content .white-text .widget .btn.btn-danger:active,
			#page #content .white-text .widget .btn.btn-danger:focus {
				color: white !important;
				background-color:rgba(212,64,58,0.6);
				
			}
			
			
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type="submit"] {
		border: 3px solid #007dad;
		background:	#007dad;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		text-transform: uppercase;
		letter-spacing:0.16em;
		border-radius: 25px !important;
		padding: 13px 43px 11px !important;
		color:white;
	}
	
		.gform_wrapper .gform_footer input.button:hover,
		.gform_wrapper .gform_footer input.button:active, 
		.gform_wrapper .gform_footer input.button:focus, 
		.gform_wrapper .gform_footer input[type="submit"]:hover,
		.gform_wrapper .gform_footer input[type="submit"]:active,
		.gform_wrapper .gform_footer input[type="submit"]:focus {
				color: #007dad !important;
				background-position: 0%;
		}
		





/* ========== Footer ==========*/

#footers {
	padding-top: 50px;
}
	#footers .aligncenter {
		margin-top:0px;
		margin-bottom:0px;
	}
	
	
#footers #mega-footer .widget a, #footers #mega-footer .widget p {
	color:rgba(255, 255, 255, 0.7)
}

	#footers #mega-footer .widget a:hover,
	#footers #mega-footer .widget a:active,
	#footers #mega-footer .widget a:focus {
		color:white;
	}

#footers #mega-footer .widget_simple-social-icons a {
	padding: 7px;
	border-radius: 5px;
	font-size:19px;
	background-color:#51397c; /* purple */
	border:3px solid #51397c !important;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color:white;
}

	#footers #mega-footer .widget_simple-social-icons a:hover,
	#footers #mega-footer .widget_simple-social-icons a:active,
	#footers #mega-footer .widget_simple-social-icons a:focus {
		color: white !important;
		background-color:transparent;
	}



/* DONATE button */
#footers #mega-footer .widget .btn.btn-default {
	color:white !important;
	border: 3px solid #e8e8e8;
	background:	transparent;
	background-image: -webkit-linear-gradient(120deg, #e8e8e8 50%, transparent 50%);
	background-image: linear-gradient(120deg, #e8e8e8 50%, transparent 50%  );
	background-size: 225%;
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	text-transform: uppercase;
	letter-spacing:0.16em;
	border-radius: 25px !important;
	padding: 12px 36px 10px;
}
	#footers #mega-footer .widget .btn.btn-default:hover,
	#footers #mega-footer .widget .btn.btn-default:active,
	#footers #mega-footer .widget .btn.btn-default:focus {
		background-position: 0%;
		color: #212121 !important;
		background-color:transparent;
	}

#mega-footer .widget {
    margin-bottom:0px !important;
}

	#mega-footer .widget .widget-title {
		text-transform: uppercase;
		color:white;
		font-size: 24px;
        letter-spacing: 0.05em;
		margin-bottom: 18px;
        font-weight: 800;
	}

	#mega-footer .widget.widget_black-studio-tinymce .textwidget {
		margin-left:0px;
		color:#e3e3e3;
		margin-top:0px;
	}
		#mega-footer .widget.widget_black-studio-tinymce .textwidget a {
			color:rgba(255, 255, 255, 0.7);
		}
			#mega-footer .widget.widget_black-studio-tinymce .textwidget a:hover,
			#mega-footer .widget.widget_black-studio-tinymce .textwidget a:active,
			#mega-footer .widget.widget_black-studio-tinymce .textwidget a:focus {
				color:white;
			}

	#mega-footer .widget.widget_black-studio-tinymce .textwidget ul {
		padding-left:0px;
		margin-left:0px;
		list-style: none;
	}
    
    #mega-footer .table {
        margin-bottom:0px;
    }



#mega-footer .widget.uc-contact-widget .table-responsive {
	padding-left:0px;
	padding-top:0px;
	margin-top:15px;
}

#mega-footer .widget.uc-contact-widget th {
	display:none;
}

#mega-footer .widget.uc-contact-widget td {
	padding-left:27px;
	position: relative;
	border:none !important;
	padding-top:2px;
}
	#mega-footer .widget.uc-contact-widget .uc-output-phone::before {
		content: "\E443";
		font-family: 'Glyphicons Regular';
		position: absolute;
		left:0;
		top:3px;
		color:#727272;
	}

	#mega-footer .widget.uc-contact-widget .uc-output-email::before {
		content: "\E450";
		font-family: 'Glyphicons Regular';
		position: absolute;
		left:0;
		top:3px;
		color:#727272;
	}

	#mega-footer .widget.uc-contact-widget .uc-output-addr::before {
		content: "\E011";
		font-family: 'Glyphicons Regular';
		position: absolute;
		left:0;
		top:3px;
		color:#727272;
	}


#mega-footer .widget.uc-contact-widget a {
	color:rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

	#mega-footer .widget.uc-contact-widget a:hover,
	#mega-footer .widget.uc-contact-widget a:focus,
	#mega-footer .widget.uc-contact-widget a:active {
		text-decoration: underline;
		color:white;
	}
	
	
@media (max-width:767px) {
	
	#footer {
		padding-top:0px;
	}
	
		#footer li {
			display:block;
			margin-bottom:7px;
		}
}

#mega-footer .widget ul, #mega-footer .widget ol {
	margin-left:0px;
}

#mega-footer .widget .uc-cal.uc-listcal {
	padding-left: 0 !important;
	margin-left: 6px !important;
}

#mega-footer .widget .uc-cal.uc-iconcal {
	padding-left: 0 !important;
	margin-left: 2px !important;
}

#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
	border-color: #353535 !important;
	border-radius: 20px;
	background: #151515;
}

	#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
		background:transparent !important;
	}
		#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month {
			color:white !important;
		}

	#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
		background:transparent !important;
		color: white !important;
	}
	
	
	
#mega-footer .widget.simple-social-icons ul li {
	margin: 0 5px 9px !important;
}	

    #mega-footer .uc-output-email a:hover,
    #mega-footer .uc-output-email a:active,
    #mega-footer .uc-output-email a:focus {
        color:rgba(255, 255, 255, 0.7) !important ;
        text-deoration:none !important;
        cursor: default;
    }



/* ==================================== */

/* ============== BUTTONS ============= */

/* ==================================== */

#page #content .widget .btn {
    transition: all 400ms;
}

#page #content .widget .btn.btn-default {
    background:transparent;
    border:2px solid #000e2f;
    border-radius:0px !important;
    color:#000e2f!important;
    text-transform: uppercase;
    display:inline-block;
    padding:10px 30px;
    margin-top:20px;
    transition: all 400ms;
    font-weight: 600;
    letter-spacing:0.1em;
}

    #page #content .widget .btn.btn-default:active,
    #page #content .widget .btn.btn-default:hover,
    #page #content  .widget .btn.btn-default:focus {
        color:white !important;
        background:#000e2f !important;
    }
    
    
    
 /* ============================== CONTENT ==============================*/

#primary #main {
	border:0;
	padding:0;
}

	#primary #main .hentry {
		padding-top:0px;
	}
	#primary #main .entry-title {
		color:#000e2f;
		font-size:45px;
		margin-top:0px;
		font-weight:700;
	}
	
.wp-caption .wp-caption-text {
	text-align: left;
	font-size: 14px;
	border-left: 5px solid #a6d09f;
	padding-left: 7px;
	font-style: italic;
	margin-top: 15px;
	line-height: 1.5em;
}


blockquote {
	position: relative;
	padding:0;
	width:70%;
	margin-left:auto;
	margin-right: auto;
	border:none;
	font-size:24px;
	line-height: 1.5em;
	color:#51397c;
	font-weight:300 !important;
	margin-top: 50px;
	margin-bottom: 50px;
}

	blockquote:before {
		content: '“';
		font-size: 230px;
		position: absolute;
		top: 44px;
		left: -59px;
		color: #51397c;
		opacity:0.12;
		font-family: 'Proxima Nova', sans-serif;
		font-style: normal;
		font-weight: normal;
	}
	
	blockquote:after {
		content: '”';
		font-size: 230px;
		position: absolute;
		bottom: -54px;
		right: -30px;
		color: #51397c;
		opacity: 0.12;
		font-family: 'Proxima Nova', sans-serif;
		font-style: normal;
		font-weight: normal;
	}
	
	
.white-text *{
	color:white;
}

/* ============================== Default Template Page ==============================*/

.page-template-default #content {
	margin-top:50px;
	margin-bottom:50px;
}

	.page-template-default #content #primary #main h1.entry-title {
		margin-top:0px;
		color:#000e2f;
		border-bottom:none;
		font-weight:700;
	}
	
	.page-template-default #primary #main .page h1 {
		margin-top:1em;
		margin-bottom:15px;
		padding-bottom:0px;
		color:#000e2f;
		border-bottom: none;
		font-weight:700;
	}
	
	.page-template-default #primary #main .page h2 {
		margin-top:1em;
		margin-bottom:15px;
	}
	
	.page-template-default #primary #main .page h3 {
		margin-top:1em;
		margin-bottom:15px;
	} 
    
    
    
/* ============================== Widgets ==============================*/

.subpage .widget a {
	color:#51397c;
}


.subpage .widget .widget-title {
	color:#222;
	font-style:normal;
}


#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget h3.widget-title {
    margin-bottom: 20px; 
	font-style:normal;
}

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul, 
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul {
		padding-left: 0px;
		list-style-type: none;
		margin-bottom: 0px; 
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li, 
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li {
			margin-bottom: 14px; 
		}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a, 
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a {
				text-decoration: none; 
			}
			
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a:focus,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:focus {
					text-decoration: underline;
				}
				
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li:nth-last-of-type(1), 
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li:nth-last-of-type(1) {
					margin-bottom: 0px; 
				}
				
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry {
		padding: 0px;
		margin-bottom: 30px; 
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .entry-content {
			margin-top:10px;
		}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title {
			font-size: 18px;
			margin-top: 10px; 
			margin-bottom: 2px;
		}
	  
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a {
				text-decoration: none; 
				font-size: 24px;
				line-height: 1.3em;
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:focus {
					text-decoration: underline; 
				}
		  
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry:nth-last-of-type(1) {
					margin-bottom: 0px; 
				}
	  
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .edit-link {
			display: none; 
		}
		
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .content-template-date {
			font-size:13px;
		}
		
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop img {
			margin-bottom:2px;
		}
		
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_sp_image .widget_sp_image-description {
		text-align: left;
		font-size: 14px;
		border-left: 5px solid #cdc3dd;
		padding-left: 7px;
		font-style: italic;
		margin-top: 15px;
		line-height: 1.5em;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .siteorigin-panels-stretch .panel-grid-cell .widget.widget_sp_image .widget_sp_image-description {
			border-left: none;
			padding-left: 0px;
			font-style: normal;
			margin-top: 0;
			line-height: 1.5em;
		}
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul {
		margin-bottom: 0px; 
	}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry {
			padding: 0px;
			font-size: 18px;
			font-weight: 500;
			margin-bottom: 14px; 
		}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry:nth-last-of-type(1) {
				margin-bottom: 0px; 
			}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a {
				text-decoration: none; 
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:focus {
					text-decoration: underline; 
				}
		  
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss .widget-title a {
		color: black;
		text-decoration: none; 
	}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a .glyphicon-new-window, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss .widget-title a .glyphicon-new-window {
			font-family: 'Glyphicons Social'; 
		}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a .glyphicon-new-window::before, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss .widget-title a .glyphicon-new-window::before {
				content: '\E038'; 
			}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a img, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss .widget-title a img {
			display: none; 
		}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul {
			padding: 0px;
			margin-bottom: 0px;
			list-style: none; 
		}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li {
				margin-bottom: 20px; 
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li a {
					font-size: 18px;
					text-decoration: none;
					line-height: 1.4em;
					font-weight: 500;
					margin-bottom: 2px;
					display: inline-block; 
				}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li a:hover,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li a:active,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:focus, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li a:focus{
						text-decoration: underline; 
					}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a .glyphicon-new-window::before, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li a .glyphicon-new-window::before {
						font-size: 13px;
						color: #a7a7a7; 
					}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li .rss-date, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li .rss-date {
					text-transform: uppercase;
					color: #595959;
					letter-spacing: 0.04em;
					font-size: 13px;
					display: block; 
				}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li:nth-last-of-type(1), #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li:nth-last-of-type(1) {
					margin-bottom: 0px; 
				}
				
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .rssSummary, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss .rssSummary {
					margin-top:7px;
					margin-bottom:7px;
				}

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .btn {
		padding: 7px 5px 4px;
		background: transparent; 
	}
			
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search fieldset {
		background:white;
		border-radius:20px;
		border:2px solid #757575;
	}
 
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap {
		opacity: 1;
		background: rgba(0,144,73,0.7);
	}
	
			@media (max-width: 767px) {
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap {
					position: relative;
					background: #0f1938; 
				} 
			}
			
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption {
			padding: 15px; 
		}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1 {
				margin-top: 0px;
				margin-bottom: 3px; 
				color:white;
			}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p {
				color: white; 
			}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a {
				text-decoration: none;
				color: #e9ec8c; 
			}
		
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:focus{
					text-decoration: underline; 
				} 
	
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_black-studio-tinymce {
	
	}
	
			@media (max-width: 767px) {
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_black-studio-tinymce {
					
				} 
			}

		

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu {
		padding-left: 0px;
		list-style-type: none;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0px; 
	}
	
			@media (max-width:767px) {
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu {
					margin-left: 0px;
					margin-right: 0px;
				}
			}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu {
			padding-left: 0px;
			list-style-type: none; 
		}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu li > a {
				padding-left: 30px; 
			}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu {
				padding-left: 0px;
				list-style-type: none; 
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu li > a {
					padding-left: 45px; 
				}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu .sub-menu {
					padding-left: 0px;
					list-style-type: none; 
				}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu .sub-menu li > a {
						padding-left: 65px; 
					}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a {
					text-decoration: none;
					display: block;
					padding-left: 20px;
					color: #444;
					padding-top: 6px;
					padding-bottom: 6px;
					border-left: 5px solid white; 
				}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:hover,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:active,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:focus{
						color: #05648a;
						border-left: 5px solid #05648a;
						background: #e3f7ff;
					}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a {
						background-color: #41793E;
						border-left: 5px solid #05648a;
						color: white; 
					}

						#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a:hover,
						#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a:active,
						#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a:focus{
							background-color: #05648a; 
						}
						
						
						
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal.uc-listcal {
		padding-left: 7px !important;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event {
			
		}
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:hover,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:active,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:focus{
				text-decoration: underline !important;
			}
	
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
				color: #212121 !important;
				border:none;
			}
			
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title {
				margin-left:1.5em;
			}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.uc-cw .uc-cal-link {
			text-align: right;
			display: block;
			margin-right: 15px;
			margin-top: 20px;
			text-transform: uppercase;
			letter-spacing: 0.15em;
			color: #333 !important;
			font-weight: 500;
			font-size: 14px;
		}
		
		.uc-iconcal .uc-cal-event-title {
			font-size:16px !important;
		}
		
		#content .panel-grid .widget.uc-cw .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
			color:#41793E !important
		}
		
		
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt .rcpt_item_title {
		font-size:20px;
		font-weight: 500;
	}
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a {
		text-decoration: none;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:hover,
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:active,
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:focus {
			text-decoration: underline;
		}
	
/* ============================== Page Builder Cards ==============================*/


#page-page-builder-cards {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-page-builder-cards #primary #main .page .entry-content .widget {
		background:#fafafb;    
		border-radius: 12px;
	}
	
		#page-page-builder-cards #primary #main .page .entry-content .widget.widget_widget_sp_image {
			padding:0px;
			border:none;
			border-radius:0;
		}

#primary #main .page h1 {
	margin-top:1em;
	margin-bottom:15px;
	padding-bottom:0px;
	color:#2f2f2f;
	border-bottom: none;
	font-weight: 700;
}

#primary #main .page h2 {
	margin-top:1em;
	margin-bottom:15px;
}

#primary #main .page h3 {
	margin-top:1em;
	margin-bottom:15px;
}
    
    
/* ============================== In-Page Menus ==============================*/


.in-page-list {
    background: #f4effd;
    border: 1px solid #51397c;
    border-radius: 0px;
}
	.in-page-list .nav > li > a {
		color:#51397c;
	}

		.in-page-list .nav > li > a:hover, 
		.in-page-list .nav > li > a:focus,
		.in-page-list .nav > li > a:active {
			background:#51397c;
            color:white;
		}

		.in-page-list .nav-pills > li.active > a, 
		.in-page-list .nav-pills > li.active > a:hover, 
		.in-page-list .nav-pills > li.active > a:focus {
			background-color: #69ac5f;
			color:#1e1e1e;
			
		}
	
	
.in-page-tabs .nav-tabs > li.active > a,
.in-page-tabs .nav-tabs > li > a:hover,
.in-page-tabs .nav-tabs > li > a:active,
.in-page-tabs .nav-tabs > li > a:focus {
	
}


/* ============================== Full Month Calendar ==============================*/

#events-table .btn-info {
	background-color: #51397C;
    border-color: #51397c;
	transition:all 400ms;
}
	#events-table .btn-info:hover {
		background:#251542;
	}
	
#page #content #events-month {
	border: 1px solid #51397c !important;
}


/* ============================== Search Results Page  ==============================*/

#page-search {
	margin-top:50px;
	margin-bottom:20px;
}

	#page-search h1.page-title {
		margin-top:0px;
		border-bottom:3px solid #e8e8e8;
		margin-bottom:19px;
		padding-bottom:12px;
	}
	
	#page-search h3 {
		border-top: 1px solid #e8e8e8;
		margin-top: 21px;
		padding-top: 21px;
	}
		#page-search h3:nth-of-type(1) {
			margin-top:0;
			border:none;
		}
	
	#page-search .navigation {
		border-top:3px solid #e8e8e8;
		margin-top:22px;
		padding-top:20px; 
		margin-bottom:30px;
	}
	
	#page-search .page-content fieldset {
		border:2px solid #666;
		border-radius:20px;
		overflow:hidden;
	}
	
		#page-search .page-content fieldset input {
			 border:none;
			 box-shadow: none;
		}
		
		#page-search .page-content fieldset .btn {
		    padding-top: 8px;
			border-radius:0px !important;
			margin-right:-3px;
		}
		
			#page-search .page-content fieldset .btn:hover {
			} 

/* ============================== Page Single ==============================*/

#page-single {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-single .entry-footer {
		border-top:3px solid #e8e8e8;
		padding-top:30px;
		margin-top:30px;
	}

		#page-single .entry-footer strong a {
			color:#000e2f;
			text-decoration: none;
		}
			#page-single .entry-footer strong a:hover,
			#page-single .entry-footer strong a:focus,
			#page-single .entry-footer strong a:active {
				text-decoration: underline;
			}
		
	
	#page-single .post-navigation {
		margin-bottom:50px;
	}
	
	#page-single #primary #main .hentry {
		margin-bottom:0px;	
	}
	
	
/* ============================== Archive ==============================*/

#page-archive {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-archive .page-title {
		margin-top:0px;
		border-bottom:3px solid #000e2f;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	#page-archive h1 a {
		color:#000e2f;
	}
	
	#page-archive .post {
		border-bottom: 3px solid #e6e6e6;
		padding-bottom: 30px !important;
		margin-bottom: 30px;
	}
	
	#page-archive .paging-navigation {
		margin-bottom:50px;
	}
	
	
/* ============================== Blog ==============================*/

#page-blog {
	margin-top:50px;
	margin-bottom:50px;
}
	#page-blog h1 {
		margin-top:0px;
	}

		#page-blog h1 a {
			color:#000e2f;
		}
	
	#page-blog .post {
		border-bottom: 3px solid #e6e6e6;
		padding-bottom: 30px !important;
		margin-bottom: 30px;
	}

	#page-blog .navigation {
		margin-bottom:50px;
	}
    
    
/* ============================== Accordions ==============================*/

#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-default {
	border-color:#d2d2d2;
	overflow: hidden;
}

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading {
		padding: 0px;
		background-color: transparent;
		border: none; 
	}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a {
			padding: 16px 38px 14px 18px;
			display: block;
			text-decoration: none;
			position: relative;
			background: #ececec; 
			transition: all 400ms ease !important; 
			border-color:#bbcfd8;
			color:#242424;
            font-size:18px;
		}
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:hover,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:active,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:focus{ 
				background:#e0daec; 
			}
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:after {
				content: '\E434';
				font-family: 'Glyphicons Regular';
				position: absolute;
				top: 15px;
				right: 16px;
				color: #50387c; 
			}
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a.collapsed:after {
					content: '\E433'; 
				}

			.panel-default > .panel-heading + .panel-collapse > .panel-body {
				border-top-color:#d2d2d2;
			}
			
			
#page #content .entry-content .widget_siteorigin-panels-builder .panel-body {
	background:white;
}
	
    
    
    
/* ============================== Blank Page ==============================*/


#page-blank {
	margin-top:50px;
}

	#page-blank .entry-content {
		margin-top:0px;
	}


/* If image widget is set to full width stretched and is first item */

/*#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image {
	position: relative;
	margin-bottom:70px;
}

		@media (max-width:767px) {
			#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image {
				margin-bottom:20px;
			}
		}*/
	
	#page-blank .panel-grid:nth-of-type(1) > .siteorigin-panels-stretch:nth-of-type(1) {
		margin-top:-50px;
	}
	
		#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image img {
			width:100%;
			display:block;
		}
		

/*

#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description {
		width:1200px;
		margin-left:auto;
		margin-right:auto;
		margin-top:5vw !important;
		color:white;
		position: absolute;
		top:0;
		left:0;
		right:0;
		padding-left:30px !important;
		padding-right:30px !important;
}

	
			@media (max-width:1200px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description {
					width:991px;
				}
			}
			
			@media (max-width:991px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description {
					width:767px;
				}
			}
			
			@media (max-width:767px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description{
					width:100%;
					margin-top:0 !important;
					padding:10px !important;
					position: relative;
				}
			}
			
			#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description p {
				background:rgba(0,14,47,0.8);
				display: inline-block;
				padding: 20px 28px;
				border-left: 8px solid rgba(102,172, 95, 0.8);
				font-size: 40px;
				font-weight: bold;
				line-height: 1.2em;
			}		
			
					@media (max-width:991px) {
						#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description p {
							font-size:35px;	

						}
					}

					@media (max-width:767px) {
						#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description p {
							width:100%;
							background:rgba(0,14,47,1);
							border-left: 8px solid rgba(102,172, 95, 1);
							font-size:30px;	

						}
					}
	
	*/	
	#page-blank .strip-margin {
		margin-top:0px;
	}
	
	
	
	#page-blank .simple-social-icons a {
		padding: 10px;
		border-radius: 25px;
		font-size:19px;
		background-color:#51b056 !important;
		border:3px solid #51b056 !important;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #51b056 50%);
		background-image: linear-gradient(120deg, transparent 50%, #51b056 50% );
		background-size: 226%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		color:#1e1e1e !important;

	}

	#page-blank .simple-social-icons a:hover,
	#page-blank .simple-social-icons a:active,
	#page-blank .simple-social-icons a:focus {
		background-position: 0%;
		color: #51b056 !important;
		background-color:white !important;
		padding: 10px;
		border-radius: 25px;
		font-size:19px;
		border:3px solid #51b056 !important;
	}
    
	
/* ============================== AZ Index ==============================*/

#page-az {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-az #primary #main h1.entry-title {
		margin-top:0px;
		color:#000e2f;
		border-bottom:none;
		font-weight:700;
	}
	
	/*#page-az #primary a.btn.btn-default {
		border-radius:20px !important;
		color: #1787b4 !important;
		border-color:#1787b4 !important;
		min-width: 35px;
		margin-right: 3px;
		margin-bottom:4px;
	}
		#page-az #primary a.btn.btn-default:active,
		#page-az #primary a.btn.btn-default:focus,
		#page-az #primary a.btn.btn-default:hover {
			background:#dcecf2
		}
	
		#page-az #primary .btn.btn-default.disabled {
			border-radius:20px !important;
			min-width: 35px;
			margin-right: 3px;
			margin-bottom:4px;
		}
		
		
		#page-az #azFilterInput {
			border-radius: 20px;
			border-color: #b3b3b3;
			margin-top:30px;
		}
		
		#page-az .az-letter-list {
			padding-left:0px;
		}*/
		
		
		#page-az #primary .btn{
		  position: relative;
		  width: 35px; 
		  background-color: transparent;
		  border: 1px solid  #41793E;
		  border-radius: 0 !important;
		  margin-right:4px;
		  margin-bottom:10px;
		  padding:3px 0px 2px;
		  color:#41793E !important;
		  z-index:999;

		}
			#page-az #primary .btn:hover,
			#page-az #primary .btn:active,
			#page-az #primary .btn:focus {
				background:#e2f4df;
			}
			
			#page-az #primary span.btn{
				border-color:#bfbfbf;
				color:#bfbfbf !important;
			}
				#page-az #primary span.btn:hover,
				#page-az #primary span.btn:active,
				#page-az #primary span.btn:focus {
					background:transparent;
				}

		
		
		
/* ============================== People ==============================*/		
	
.page-template-user-people-php #primary {
	margin-top:50px;
	
}

	.page-template-user-people-php #primary #main .page h1.entry-title {
		color:#000e2f;
		border-bottom: none;
		margin-top:0px;
		padding-bottom:0px;
		font-weight: 700;
	}
	
	.page-template-user-people-php #primary h3 {
		font-style: normal; 
	}
	
/* Grid */	

.uc-people .col-sm-3 {
	padding-left:0px;
	padding-right:20px;
}

#page-userlist .person-permalink {
	text-decoration: none;
}
	#page-userlist .person-permalink:hover,
	#page-userlist .person-permalink:active,
	#page-userlist .person-permalink:focus {
		text-decoration: underline;
	}
	
	
	#page-userlist .person {
		padding-right:0px;
	}

		#page-userlist .person a.person-permalink h4.person-name {
			font-size:21px;
		}

		#page-userlist .person .person-title {
			margin-bottom:8px;
		}

			#page-userlist .person .person-title strong {
				font-weight: 800;
				font-style: italic;
			}

		#page-userlist .person .person-image {
			margin-bottom:14px;
		}
		
		#page-userlist .person .person-email a {
			text-decoration: none;
		}
			
			#page-userlist .person .person-email a:hover,
			#page-userlist .person .person-email a:focus,
			#page-userlist .person .person-email a:active {
				text-decoration:underline;
			}
            
    #page-userlist p {
        margin-bottom:10px;
    }

	
.single-person #content {
	margin-top:50px;
	margin-bottom:50px;
}

	.single-person #content h1 {
		margin-top:0px;
	}

/* ============================== Sidebar ==============================*/

#page-sidebar {

}

	#page-sidebar .widget {
		background: #f4effd;
        border: 2px solid #51397c;
        padding:0px;
	}
	
		#page-sidebar .widget .widget-head {
            background: #51397c;
		}
		
			#page-sidebar .widget .widget-head .widget-title {
				color:white;
				text-transform: uppercase;
				letter-spacing:0.08em;
				font-size:17px;
				font-weight:800;
                line-height: 1.3em;
                
			}
			
		#page-sidebar .widget a  {
			color:#51397c !important
		}
			
	#page #content #page-sidebar .widget.widget_search .btn {
		padding: 7px 5px 5px;
		background: transparent;
        margin-top:0px;
	}
	
	#page #content #page-sidebar .widget.widget_search fieldset {
		background:white;
	}
	
	
	#page-sidebar .widget .uc-cal.uc-listcal {
		padding-left: 7px !important;
	}
	
	#page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
		color: #212121 !important;
	}
	
	#page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event {
		color:#51397c !important
	}
	
	#page-sidebar .widget.uc-cw .uc-cal-link {
		text-align: right;
		display: block;
		margin-right: 15px;
		margin-top: 20px;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		color: #333 !important;
		font-weight: 500;
		font-size: 14px;
	}
	
	
#page-sidebar .simple-social-icons a {
	padding: 10px;
	border-radius: 25px;
	font-size:19px;
	background-color:#009bdd !important;
	border:3px solid #009bdd !important;
	background:	transparent;
	background-image: -webkit-linear-gradient(120deg, transparent 50%, #009bdd 50%);
	background-image: linear-gradient(120deg, transparent 50%, #009bdd 50% );
	background-size: 226%;
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color:white !important;
	
}

	#page-sidebar .simple-social-icons a:hover,
	#page-sidebar .simple-social-icons a:active,
	#page-sidebar .simple-social-icons a:focus {
		background-position: 0%;
		color: #009bdd !important;
		background-color:#e8e8e8 !important;
		padding: 10px;
		border-radius: 25px;
		font-size:19px;
		border:3px solid #009bdd !important;
	}	
	



/* ============================================================================== */

/* ==================================== Home ==================================== */

/* ============================================================================== */

.home .entry-content {
	margin-top:0px;
}

.home .hentry {
    margin-bottom:0px;
}



.home h2, .home #content .panel-grid .widget .widget-title {
    font-size: 38px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 800;
    color:#171818;
}


/* ========== Meta Slider ========== */

.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav {
  position: absolute;
  bottom: 30px; 
}
		@media (max-width: 767px) {
			.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav {
				top: 15px;
				bottom:auto;
			} 
		}

	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li {
		margin-bottom: 0px !important; 
	}
		.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a {
			background: transparent;
			border: 1px solid white; 
		}
	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:hover,
	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:active,
	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:focus{

		background:rgba(255,255,255,0.4);
	}
			.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a.flex-active {
				background: white; 
			}
.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-direction-nav {
	display: none; 
}
		

.home .metaslider .caption-wrap {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top:0;
	background:transparent; 
	opacity:1;
}

		@media (max-width:1200px) {
			.home .metaslider .caption-wrap {
				width:991px;
			}
		}	
		@media (max-width:991px) {
		
			.home .metaslider, .home .widget_metaslider_widget, .home .panel-grid:nth-of-type(1){
				margin-bottom:0px !important;
			}
			
				.home .metaslider .caption-wrap{
					position: relative;
					background:#d5d5d5 !important;
					padding:20px;
					width:100%;
				}
		}

	.home .metaslider .caption-wrap .caption {
		top:3vw;
		width:auto;
		max-width:55%;
		position: absolute;
		font-weight:500;
		line-height:1.25em;
		padding: 0px 25px !important;
		
	}
    
         .metaslider .caption-wrap .caption.caption-right {
			right:0 !important;
		}
			@media (max-width:1200px) {
				.home .metaslider .caption-wrap .caption {
					max-width:70%;
				}
			}

			@media (max-width:991px) {
				.home .metaslider .caption-wrap .caption {
					max-width: none;
					position:relative;
					top:0;
					padding-left:15px !important;
				
				}
			}

		.home .metaslider .caption-wrap *{ 
			color:#000e2f;
		}	

		.home .metaslider .caption-wrap h1 {
			font-size:50px;
			text-transform: uppercase;
            font-weight: 800;
		}
				@media (max-width:1200px) {
					.home .metaslider .caption-wrap h1 {
						font-size:42px;
					}
				}
				
				@media (max-width:991px) {
					.home .metaslider .caption-wrap h1 {
						font-size:37px;
                       color:#1a1a1a !important;
					}
				}
                
                .metaslider .caption-wrap .caption .slide-black h1 {
                    color:#1a1a1a !important;
                }

		.home .metaslider .caption-wrap p {
			font-size:16px;
			line-height: 1.5em;
		}	
                @media (max-width:991px) {
					.home .metaslider .caption-wrap p {
                       color:#1a1a1a !important;
					}
				}
        
             .metaslider .caption-wrap .caption .slide-black p {
                    color:#1a1a1a !important;
                }


			

	.home #content .panel-grid .widget.widget_metaslider_widget .caption-wrap a {
		color:white;
		text-decoration: none;
		background:#000e2f;
		padding:8px 20px;
		display:inline-block;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-top:20px;
		font-size:14px;
		transition: all ease 400ms;
		border:2px solid #000e2f;
		margin-bottom:20px;
	}
		.home #content .panel-grid .widget.widget_metaslider_widget .caption-wrap a:hover,
		.home #content .panel-grid .widget.widget_metaslider_widget .caption-wrap a:active,
		.home #content .panel-grid .widget.widget_metaslider_widget .caption-wrap a:focus {
			background:#4d579c;
		}	


.home #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap {
    background:transparent;
}

#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a {
    color:white;
    
}

    #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:hover,
    #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:focus,
    #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:active{
        text-decoration: none;
    }


/* ====== WELCOME ===== */


	.home .welcome-row h2 {
		font-size:60px;
		font-weight: 800;
		letter-spacing:0em;
		color:#000e2f;
		
	}
    
        .home .welcome-row h2 span {
            color:#3b4289;
        }  


/* ====== RESEARCH DEV & GRANTS ===== */

.home .research-grants .glyphicons {
    font-size: 40px;
}
 
#page #content .research-grants .widget .btn.btn-default {
    background:transparent;
    border:2px solid white;
    border-radius:0px !important;
    color:white !important;
    text-transform: uppercase;
    display:inline-block;
    padding:8px 25px;
    margin-top:20px;
    transition: all 400ms;
    font-weight: 500;
    letter-spacing:0.1em;
}

    #page #content .research-grants .widget .btn.btn-default:active,
    #page #content .research-grants .widget .btn.btn-default:hover,
    #page #content .research-grants .widget .btn.btn-default:focus {
        color:black !important;
        background:white !important;
    }



/* ====== INFOGRAPHIC ===== */

.infographic .panel-grid-cell {
    text-align: center;    
}

     #content .panel-grid .infographic .panel-grid-cell .widget-title { 
            font-size:60px;
    }
        @media (max-width:1200px) {
             #content .panel-grid .infographic .panel-grid-cell .widget-title { 
                font-size:50px;
            }
        }

        @media (max-width:767px) {
             #content .panel-grid .infographic .panel-grid-cell .widget-title { 
                font-size:60px;
            }
        }

        @media (min-width:1720px) {
             #content .panel-grid .infographic .panel-grid-cell .widget-title { 
                font-size:71px;
            }
        }

/* ====== Centers & Collaboratives ===== */

#content .panel-grid .centers-and-collab .center-grid .widget{
    background:white;
    color:black !important; 
}

    #content .panel-grid .centers-and-collab .widget a {
        background:#911010;
        margin-bottom:0px !important;
        padding:25px 20px;
        font-size:24px;
        text-transform: none;
        line-height: 1.35em;
        display:block;
        text-decoration: none;
        font-weight: 800;
    }

        #content .panel-grid .centers-and-collab .widget a:hover,
        content .panel-grid .centers-and-collab .widget a:active,
        content .panel-grid .centers-and-collab .widget a:focus{
            text-decoration: underline;
            background: #710303;
        }
        

#content .panel-grid .centers-and-collab .widget p {
    padding:30px;
    color:black !important; 
    margin-bottom:0px;
}
    #content .panel-grid .centers-and-collab .widget p:nth-of-type(1) {
        padding:0px;
    }

    #content .panel-grid .centers-and-collab .widget img {
        
    }

#content .panel-grid .centers-and-collab .widget p:nth-last-of-type(1) {
    padding-top:0px;
}
    
    
/* ====== Research Interest Groups ===== */   
    
.widget_widget_sp_image {
	position: relative;
}

	.widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description {
		position: absolute;
		bottom:0px;
		border-left:none !important;
		font-style: normal !important;
		padding-left:0px !important;
		width:100%;
	}
	
		.widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description a {
			width:100%;
			background: rgba(28,9,63,0.85);
			display:block;
			padding: 8px 15px 7px;
			color:white !important;
			font-weight:500;
			text-decoration: none;
            line-height:1.5em;
            font-size:14px;
		}
				/* home specific style */
				.home .widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description a {
					min-height: 57px;
				}
						@media (max-width:780px) {
						.home .widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description a {
							min-height: 0;
							}
						}
				
			.widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description a:hover,
			.widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description a:focus,
			.widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description a:active,
			.widget_widget_sp_image:hover .widget_sp_image-image-link + .widget_sp_image-description a,
			.widget_widget_sp_image:active.widget_sp_image-image-link + .widget_sp_image-description a,
			.widget_widget_sp_image:focus .widget_sp_image-image-link + .widget_sp_image-description a{
				text-decoration: underline;
			}
		
		.widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description > p {
			margin-bottom:0px !important;
		}
		
		.widget_widget_sp_image .widget_sp_image-image-link + .widget_sp_image-description .external .glyphicon-new-window {
    		font-size: 0.65em !important;
        }
        
     
/* ====== Recent News ===== */ 

#content .panel-grid .widget .uctoday-plugin .uctoday-cell-title {
    color:black;
    font-size:20px;
    font-weight:700;
    line-height:1.4em;
    text-decoration: none;
}
    #content .panel-grid .widget .uctoday-plugin .uctoday-cell-title:hover,
    #content .panel-grid .widget .uctoday-plugin .uctoday-cell-title:active,
    #content .panel-grid .widget .uctoday-plugin .uctoday-cell-title:focus{
        text-decoration: underline;
        color:#51397c; /* purple */
    }
    
    .uctoday-plugin .uctoday-cell-title .glyphicon {
        font-size: 14px !important;
        margin-left: 6px !important;
        opacity: 0.5 !important;
    }
    
    
/* ====== Calendar and Twitter ===== */

#content .panel-grid .white-box .widget {
    background:white;
    padding:50px 45px;
    border:1px solid #ddd; 
}

   #content .panel-grid .white-box .widget .widget-title {
       margin-bottom:30px !important;
   }
   
   #content .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-title {
       color:black !important;
       font-size: 18px !important;
       font-weight: 500;
       font-family: 'Inter', sans-serif !important;
   }
   
   #content .panel-grid .panel-grid-cell .widget  .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
       background:#ffba1a !important;
       color:black !important;
       padding-top: 4px !important;
       padding-bottom: 2px !important;
   }
   
   #content .panel-grid .panel-grid-cell .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
        padding-top: 2px !important;
        padding-bottom: 0px !important;
        background:#ffecc1 !important;
   }
   
   #content .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:hover,
   #content .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:active,
   #content .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:focus    {
        color: black !important;
    }
    
   #content .panel-grid .panel-grid-cell .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time,
   #content .panel-grid .panel-grid-cell .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:focus .uc-cal-event-time,
   #content .panel-grid .panel-grid-cell .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:active .uc-cal-event-time
   {
        color: black !important;
    }
    
 .home .white-box .widget_twitter-timeline-profile {
     max-height:620px;
     overflow-y:scroll !important;
 }
    
    
   
.home #content .panel-grid .widget a {
    color:#51397c;
}


/* ============ Research Projects ============= */


#inchip_filter_container{
    background:#f1f2f6;
    padding:30px 0px 70px;
}


    #inchip_filter_container .entry-header {
        margin-bottom:30px;
    }
    .inchip_select_container{
        margin-top: 4px;
        margin-bottom:30px;
        font-weight: bold;
    }

        .inchip_select_container select {
            font-weight: normal;
            margin-top:7px;    
        }


    .inchip_search_optional_container{
        margin-top: 4px;
        margin-bottom:10px;
        font-weight: bold;
    }

        .inchip_search_optional_container select {
             font-weight: normal;
              margin-top:7px;
         }
         
         .inchip_search_optional_container .col-md-3 {
         margin-bottom:30px;
         }

    .modal-title{
        display: inline;
        font-weight:bold;
    }

    .inchip_search_button_container{
    }

    nav .screen-reader-text{
        display: none;
    }

    .research_item{
        cursor: pointer;
    }
    
    .inchip_research_container {
        padding:50px 0px;
    }
    
    
    /* ==== Button Primary ==== */
    
    .post-type-archive-inchip_research #page #content .btn {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 10px 30px 9px;
        font-size: 15px;
        border-radius: 0px !important;
        font-weight: 500;
    }
        
        .post-type-archive-inchip_research #page #content .btn:hover,
        .post-type-archive-inchip_research #page #content .btn:active,
        .post-type-archive-inchip_research #page #content .btn:focus {
            background:#cacaca;
        }
        
        
        .post-type-archive-inchip_research #page #content .btn.btn-primary {
            border: 3px solid #000d30;
            background:	#000d30;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

            .post-type-archive-inchip_research #page #content .btn.btn-primary:hover,
            .post-type-archive-inchip_research #page #content .btn.btn-primary:active,
            .post-type-archive-inchip_research #page #content .btn.btn-primary:focus {
                background-position: 0%;
                color: #000d30 !important;
                background-color:transparent;
            }
            
        .post-type-archive-inchip_research #page #content .btn.btn-danger {
		border: 3px solid #d4403a;
		background:	#d4403a;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		.post-type-archive-inchip_research #page #content .btn.btn-danger:hover,
		.post-type-archive-inchip_research #page #content .btn.btn-danger:active,
		.post-type-archive-inchip_research #page #content .btn.btn-danger:focus {
			background-position: 0%;
  			color: #d4403a !important;
			background-color:transparent;
		}
        
        
    .post-type-archive-inchip_research .table > tbody > tr > td {
        padding:12px 8px;
    }
    
    
        .post-type-archive-inchip_research .table > tbody > tr > td:nth-of-type(1) {
            font-weight:500;
        }
        
        .post-type-archive-inchip_research .modal .table > tbody > tr > td:nth-of-type(1) {
            font-weight:bold;
        }
        
        .post-type-archive-inchip_research .table > tbody > tr:nth-of-type(1) td {
            border-top:none; 
        }