@import url('https://fonts.googleapis.com/css?family=Crete+Round:400,400i&display=swap');

body {
	background:white;
	font-family: "proxima nova", helvetica, arial;
	font-size:16px;
}

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

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

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

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: 'proxima nova', sans-serif; 
	color:#2f2f2f; 
}

a {
	color:#41793E;
}
	a:hover, 
	a:focus,
	a:active {
    	color: #204F1E;  
	}
	
#page .white * {
	color: white !important;
}


#uconn-banner #home-link-container {
    width: 90%;
}

	@media (max-width:767px) {
		#uconn-banner #home-link-container {
			width: 60%;
		}
	}

/* ========== 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 {
		border: 2px solid #757575;
		border-radius: 20px;
		overflow: hidden;
	}

		#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:#000e2f;
			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:#69ac5f; /* green */
	color: #1e1e1e;
}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #509147;
	}

.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:before {
		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: 0px;
		height: 3px;
		background-color: #69ac5f;
		bottom: 8px;
		position: absolute;
		left:0;
	}
	
	#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: 0px;
		height: 3px;
		background-color: #69ac5f;
		bottom: 8px;
		position: absolute; 
		right:0;
	}
	
		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:hover::before, 
		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:focus::before,
		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:active::before{
			left:0;
			width: 50%; 
		}

		#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{
			right:0;
			width: 50%; 
		}

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

	  #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 {
		  display:none; 
		} 
		
		#masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(1) > a:hover::before{
		 	width: 44px;
		} 
		
		#masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-last-of-type(1) > a:hover::before{
			display: none;
		}
	}



#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: #69ac5f;
	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%;
}
		.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 #69ac5f;
			background:	transparent;
			background-image: -webkit-linear-gradient(120deg, transparent 50%, #69ac5f 50%);
			background-image: linear-gradient(120deg, transparent 50%, #69ac5f 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.16em;
	border-radius: 25px !important;
	padding: 8px 43px 5px;
	font-size: 15px;
}

	#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;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, white 50%);
		background-image: linear-gradient(120deg, transparent 50%, white 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-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:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #000d30 50%);
		background-image: linear-gradient(120deg, transparent 50%, #000d30 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-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:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #007dad 50%);
		background-image: linear-gradient(120deg, transparent 50%, #007dad 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-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:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #3a833a 50%);
		background-image: linear-gradient(120deg, transparent 50%, #3a833a 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-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:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #a5660d 50%);
		background-image: linear-gradient(120deg, transparent 50%, #a5660d 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-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:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #d4403a 50%);
		background-image: linear-gradient(120deg, transparent 50%, #d4403a 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-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:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #007dad 50%);
		background-image: linear-gradient(120deg, transparent 50%, #007dad 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: 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: 10px;
	border-radius: 25px;
	font-size:19px;
	background-color:#51b056;
	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:#212121;
}

	#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 {
		background-position: 0%;
		color: #51b056 !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 .widget-title {
		font-family:"proxima nova", sans-serif;
		text-transform: uppercase;
		color:white;
		font-size:15px;
		letter-spacing: 0.2em;
		margin-bottom: 18px;
		font-style: normal;
	}

	#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 .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: "\E011";
		font-family: 'Glyphicons Regular';
		position: absolute;
		left:0;
		top:3px;
		color:#727272;
	}

	#mega-footer .widget.uc-contact-widget .uc-output-addr::before {
		content: "\E243";
		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;
	}
    
    
    
#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
    color:#51b056 !important; 
}

#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time {
    color:rgba(255, 255, 255, 0.7) !important;
}
	
	
@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;
}	




/* ============================== CONTENT ==============================*/

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

	#primary #main .hentry {
		padding-top:0px;
	}
	#primary #main .entry-title {
		color:#2f2f2f;
		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;
	font-style: italic;
	color:#41793E;
	font-family: 'proxima nova', sans-serif;
	font-weight:normal !important;
	margin-top: 50px;
	margin-bottom: 50px;
}

	blockquote:before {
		content: '“';
		font-size: 230px;
		position: absolute;
		top: 44px;
		left: -59px;
		color: #41793E;
		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: #41793E;
		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:#212121;
		border-bottom:none;
		font-weight:700;
	}
	
	.page-template-default #primary #main .page h1 {
		margin-top:1em;
		margin-bottom:15px;
		padding-bottom:0px;
		color:#2f2f2f;
		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:#41793E;
}


.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: 7px; 
		}
		
			#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 #a6d09f;
		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(15, 25, 56, 0.85); 
	}
	
			@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: #8cd1ec; 
			}
		
				#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 {
			color:#41793E !important
		}
			#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-radius: 15px;
			}
			
			#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;
}

/* ============================== Accordions ==============================*/

#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-default {
	border-color:#d2d2d2;
	/*background: #e8e8e8;*/
	border-radius: 20px;
	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: 10px 32px 9px 15px;
			display: block;
			text-decoration: none;
			position: relative;
			background: #ececec; 
			transition: all 400ms ease !important; 
			border-color:#bbcfd8;
			font-family:"proxima nova", helvetica, arial, sans-serif;
			color:#242424;
		}
			#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:#c7ddc3; 
			}
			#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: 10px;
				right: 10px;
				color: #74936f; 
			}
				#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:#e1e1e1;
}


/* Accordions that are Layout Builders */
#page #content .entry-content .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target {
	background:white;
	padding:15px;
	border: 1px solid #d2d2d2;
}

	#page #content .entry-content .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target:empty {
		background:transparent;
		border:none;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description {
			border-left:none;
			padding-left:none;
			font-style: normal;
		}
		
			#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a {
				text-decoration: none;
				font-size:20px;
				font-family: 'proxima nova', sans-serif;
				color: #212121;
				line-height:1.35em;
			}
			
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a:hover,
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a:active,
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a:focus,
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image:hover .widget_sp_image-description a{
					text-decoration: underline;
				}
				
				
	
/* Grid of accordions with images and text for depts */

@media (max-width:767px) {

	#page #content .entry-content .accordion-grid .widget_siteorigin-panels-builder  .accordion  .panel-grid {
		flex-flow:wrap; 
	}
	
		#page #content .entry-content .accordion-grid .widget_siteorigin-panels-builder  .accordion  .panel-grid-cell-target {
			width:48%;
			
		}
		
			#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a {
				font-size:18px;
			}
	
}

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


/* ============================== In-Page Menus ==============================*/


.in-page-list {
	border-radius: 12px;
}
	.in-page-list .nav > li > a {
		color:#41793E
	}

		.in-page-list .nav > li > a:hover, 
		.in-page-list .nav > li > a:focus,
		.in-page-list .nav > li > a:active {
			border-radius: 25px;
		}

		.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;
			border-radius: 25px;
		}
	
	
.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 {
	border-radius: 12px 12px 0px 0px;
}


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

#events-table .btn-info {
	background-color: #41793E;
	border-color: #1a6482;
	transition:all 400ms;
}
	#events-table .btn-info:hover {
		background:#1a6482;
	}
	
#page #content #events-month {
	border: 1px solid #1a6482 !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:#212121; 
			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 #212121;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	#page-archive h1 a {
		color:#212121;
	}
	
	#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:#212121;
		}
	
	#page-blog .post {
		border-bottom: 3px solid #e6e6e6;
		padding-bottom: 30px !important;
		margin-bottom: 30px;
	}

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

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

	#page-az #primary #main h1.entry-title {
		margin-top:0px;
		color:#212121;
		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; 
		  height: 20.21px;
		  background-color: transparent;
		  margin: 10.10px 0;
		  border-left: solid 1px #41793E;
		  border-right: solid 1px #41793E;
		  border-top: none;
		  border-bottom: none;
		  border-radius: 0 !important;
		  margin-right:4px;
		  margin-bottom:15px;
		  padding:1px 0px 0px;
		  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;
				}

		#page-az #primary .btn:before,
		#page-az #primary .btn:after {
			content: "";
			position: absolute;
			z-index: 1;
			width: 24.75px;
			height: 24.75px;
			-webkit-transform: scaleY(0.5774) rotate(-45deg);
			-ms-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
			background-color: inherit;
			left: 4.1256px;
		}

		#page-az #primary .btn:before {
		  top: -12.3744px;
		  border-top: solid 1.4142px #41793E;
		  border-right: solid 1.4142px #41793E;
		  z-index:-1;
		}
		
			#page-az #primary span.btn:before {
				border-top-color:#bfbfbf;
				border-right-color:#bfbfbf;
				
			}

		#page-az #primary .btn:after {
		  bottom: -12.3744px;
		  border-bottom: solid 1.4142px #41793E;
		  border-left: solid 1.4142px #41793E;
		  z-index:-1;
		}
		
			#page-az #primary span.btn:after {
				border-bottom-color:#bfbfbf;
				border-left-color:#bfbfbf;
				
			}
			
			
			
	
	#page-az #azFilterInput {
		border-radius: 25px;
	}
		
		
		
		
		
/* ============================== People ==============================*/		
	
.page-template-user-people-php #primary {
	margin-top:50px;
	
}

	.page-template-user-people-php #primary #main .page h1.entry-title {
		color:#212121;
		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: normal;
				font-style: italic;
				font-family: 'proxima nova', sans-serif;
			}

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

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

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

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

#page-sidebar {

}

	#page-sidebar .widget {
		background:#f0f0f0;
		border: 1px solid #ddd;
		border-radius:12px;
	}
	
		#page-sidebar .widget .widget-head {
			background:transparent;
			padding-top:1em;
		}
		
			#page-sidebar .widget .widget-head .widget-title {
				color:#3c3c3c;
				text-transform: uppercase;
				letter-spacing:0.08em;
				font-family:"proxima nova", sans-serif;
				font-size:18px;
				font-weight:500;
			}
			
		#page-sidebar .widget a  {
			color:#41793E !important
		}
			
	#page #content #page-sidebar .widget.widget_search .btn {
		padding: 7px 5px 4px;
		background: transparent;
	}
	
	#page #content #page-sidebar .widget.widget_search fieldset {
		background:white;
		border-radius:20px;
	}
	
	
	#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:#41793E !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 h2 {
    font-size: 42px;
    margin-top: 0px;
    letter-spacing: 0.02em;
	font-weight: 700;
}

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

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


/* ======= Metaslider controls ======= */

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

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

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

.metaslider .caption-wrap {
	width:1200px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	position: absolute !important;
	top:0 !important;
	left:0 !important;
	right:0 !important;
	background:transparent !important;
	opacity:1 !important;
	
}
		@media(max-width:1200px) {
			 .metaslider .caption-wrap {
				width:991px !important;
			}
		}

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

	 .metaslider .caption-wrap .caption {
		top:2vw;
		width:auto;
		max-width:45%;
		position: absolute;
		font-family:"proxima nova", sans-serif;
		font-weight:500;
		font-size:2vw;
		line-height:1.25em;
		padding: 0px 25px !important;
	}
	
		 .metaslider .caption-wrap .caption.caption-right {
			right:0 !important;
		}

			@media (max-width:1200px) {
				 .metaslider .caption-wrap .caption {
					max-width:65%;
				}
			}
			@media (max-width:991px) {
				 .metaslider .caption-wrap .caption {
					max-width: none;
					position:relative;
					top:0;
					padding:0 !important;
					font-size: 20px;
				}
			}
			
	.metaslider .caption-wrap .caption h1 {
		color:white;
		margin-bottom: 10px !important;
		font-size:38px;
	}
			@media (max-width:991px) {
				.metaslider .caption-wrap .caption h1 {
					color: #1a1a1a !important;
					margin-top:0px;
				}
			}
	
		 .metaslider .caption-wrap .caption .slide-black h1 {
			color:#1a1a1a !important;
		}
		
	 .metaslider .caption-wrap .caption p {
		color:white;
		font-size:16px;
		line-height:1.5em;
		font-weight: normal;
	}
			@media (max-width:991px) {
				 .metaslider .caption-wrap .caption p {
					color: #1a1a1a !important;
				}
			}
	
		 .metaslider .caption-wrap .caption .slide-black p {
			color:#1a1a1a !important;
		}
		
	.metaslider .caption-wrap .caption a {
		color:white !important;
		font-size:14px;
		text-transform: uppercase;
		letter-spacing:2px;
		margin-top: 8px !important;
		display: inline-block;
	}
			@media (max-width:991px) {
				 .metaslider .caption-wrap .caption a {
					color: #1a1a1a !important;
				}
			}
	
		.metaslider .caption-wrap .caption .slide-black a {
			color:#1a1a1a !important;
		}
		
		
		 #page-blank .panel-grid:nth-of-type(1) > .siteorigin-panels-stretch:nth-of-type(1) {
			margin-top:-50px;
		}
		
			.home #page-blank .panel-grid:nth-of-type(1) > .siteorigin-panels-stretch:nth-of-type(1) {
				margin-top:0px;
			}
			
            
    /* Makes slide link clickable if slide also has caption */        
    @media (min-width: 991px) {
      .metaslider .caption-wrap {
          position: initial !important;   

        }
    } 


.about-row h2 {
	font-size:35px;
	line-height:1.4em;
	margin-top:0px;
	color:#3c3c3c;
	
}

.by-the-numbers *  {
	color:white;
}

	.by-the-numbers h2 {
		font-size:55px;
		margin-top:0px;
		letter-spacing: 0.02em;
	}

			@media (max-width:767px) {
				.by-the-numbers h2 {
					font-size:34px;
				}
			}
	
	
.widget_metaslider_widget .metaslider .flexslider {
	margin-bottom:30px;
}	
	
	
	

	.by-the-numbers p {
		font-size:19px;
	}

	.by-the-numbers span {
		font-size:120px;
		font-weight: 700;
	}

			@media (max-width:1200px) {
				.by-the-numbers span {
					font-size:9vw;

				}
			}

			@media (max-width:767px) {
				.by-the-numbers span {
					font-size:80px;

				}
			}

#page #content .by-the-numbers .widget .btn.btn-light {
	color:#212121;
	border: 3px solid #e8e8e8;
	background:	transparent;
	background-image: -webkit-linear-gradient(120deg, transparent 50%, #e8e8e8 50%);
	background-image: linear-gradient(120deg, transparent 50%, #e8e8e8 50% );
	background-size: 225%;
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
	#page #content .by-the-numbers .widget .btn.btn-light:hover,
	#page #content .by-the-numbers .widget .btn.btn-light:active,
	#page #content .by-the-numbers .widget .btn.btn-light:focus {
		background-position: 0%;
		color: white !important;
		background-color:transparent;
	}

.programs-row .panel-grid-cell {
	background:white;
	padding:20px !important;
	border:1px solid #cfdfe6;
	position: relative;
}

	.programs-row .panel-grid-cell .aligncenter {
		margin-top:0px;
		margin-bottom:0px;
	}

	.programs-row .panel-grid-cell .textwidget {
		padding-bottom:50px;
		
	}

		.programs-row .panel-grid-cell .textwidget .btn {
			position: absolute;
			bottom:25px;
			left:0;
			right:0;
			width: 80% !important;
			margin-left: auto;
			margin-right: auto;
		}
		
		
.home #content  .panel-grid .programs-row .widget .widget-title {
	color:#212121;
	font-style:normal;
	line-height: 1.3em;
}


.home .white h3 {
	margin-bottom: 18px;
	font-size:32px;
}

/* overwrites hover color of default button when in a white row */
#page #content .white .widget .btn.btn-default:hover,
#page #content .white .widget .btn.btn-default:active,
#page #content .white .widget .btn.btn-default:focus {
	color: white !important;
	border-color: white;
}



/* ====== RSS Feed widget ====== */


.widget_rss li, .widget_cahnr-rss li {
	width:32%;
	float:left;
	margin-right:2%;
}
		.widget_rss li:nth-last-of-type(1), .widget_cahnr-rss li:nth-last-of-type(1) {
			margin-right:0;
		}
		
		
		@media (max-width:767px) {
			 .widget_rss li, .widget_cahnr-rss li {
				width:100%;
				margin:0;
				float:none;
			}
		}
	
	.widget_rss li a, .widget_cahnr-rss li a {
		font-size:24px !important;
		color:#1e1e1e !important;
		line-height: 1.1em !important;
		margin-bottom: 8px !important;
	}
	
	 .widget_rss li .rss-date, .widget_cahnr-rss li .rss-date {
		text-transform: none !important;
		font-size:15px !important;
		color:#737373 !important;
		letter-spacing: 0.01em !important;
	}
	
	.widget_rss .widget-title, .widget_cahnr-rss .widget-title {
		display:none;
	}
	
	
	.widget_cahnr-rss li .rss-widget-img-container {
		min-height:240px;
		max-height:240px;
		overflow:hidden;
		margin-bottom:15px;
		background:#ddd;
	}
	
			@media (max-width:1200px) {
				.widget_cahnr-rss li .rss-widget-img-container {
					min-height:200px;
					max-height:200px;
				}
			}
			
			@media (max-width:991px) {
				.widget_cahnr-rss li .rss-widget-img-container {
					min-height:150px;
					max-height:150px;
				}
			}
			
			@media (max-width:767px) {
				.widget_cahnr-rss li .rss-widget-img-container {
					min-height:250px;
					max-height:400px;
				}
			}
	
	.widget_cahnr-rss li .rss-widget-image {
		width:100%;
		display:block;
	}
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_cahnr-rss ul li a {
		width:100%
	}
	
.recent-headlines {
	position: relative;
}	
.recent-headlines:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 50px 0 50px;
    border-color: #f5f5f5 transparent transparent transparent;
	position: absolute;
	bottom:-33px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}


.arrow-row {
	border-bottom:8px solid #69ac5f;
}


.widget_widget_sp_image {
	position: relative;
}

	.widget_widget_sp_image .widget_sp_image-description.image-has-link {
		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-description.image-has-link a {
			width:100%;
			background: rgba(0,14,47,0.85);
			display:block;
			padding: 8px 15px 7px;
			color:white !important;
			font-size:18px;
			font-weight:500;
			text-decoration: none;
		}
				/* home specific style */
				.home .widget_widget_sp_image .widget_sp_image-description.image-has-link a {
					min-height: 57px;
				}
						@media (max-width:780px) {
						.home .widget_widget_sp_image .widget_sp_image-description.image-has-link a {
							min-height: 0;
							}
						}
                        
           
			.widget_widget_sp_image .widget_sp_image-description.image-has-link a:hover,
			.widget_widget_sp_image .widget_sp_image-description.image-has-link a:focus,
			.widget_widget_sp_image .widget_sp_image-description.image-has-link a:active,
			.widget_widget_sp_image:hover .widget_sp_image-description.image-has-link a,
			.widget_widget_sp_image:active.widget_sp_image-description.image-has-link a,
			.widget_widget_sp_image:focus .widget_sp_image-description.image-has-link a{
				text-decoration: underline;
			}
		
		.widget_widget_sp_image .widget_sp_image-description.image-has-link > p {
			margin-bottom:0px !important;
		}
		
		.widget_widget_sp_image .widget_sp_image-description.image-has-link .external .glyphicon-new-window {
    		font-size: 0.65em !important;
			}
			

@media (max-width:780px) {
	.widget_sp_image img {
		width:100%;
	}
	
			#footers .widget_sp_image img {
				width:60%;
			}
	
	.home #content .panel-grid .widget.widget_sp_image {
	margin-bottom:0px;
	}
}

/* UConn Today widget */

.uctoday-plugin {
	display: inline;
}

	.uctoday-plugin .uctoday-cell-title {
		font-family: 'proxima nova', sans-serif;
		color:#212121 !important;
		display:inline-block;
		font-size: 24px;
		text-decoration: none;
		line-height: 1.3em;
		font-weight: 500;
	}

		.uctoday-plugin .uctoday-cell-title:hover,
		.uctoday-plugin .uctoday-cell-title:active,
		.uctoday-plugin .uctoday-cell-title:focus {
			text-decoration: underline;
		}

			.uctoday-plugin .uctoday-cell-title .glyphicon {
				font-size: 14px !important;
				margin-left: 6px !important;
				opacity: 0.5 !important;
			}

	.uctoday-plugin .uctoday-img-container {
		padding-bottom:0px;
		margin-bottom:10px;
	}

		.uctoday-plugin .uctoday-cell-image {
			margin-bottom:4px;
			position: relative;
		}

	.uctoday-plugin .uctoday-read-more-container a {
		color:#3b6b80 !important;
		border: 3px solid #dde9f0;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #e8e8e8 50%);
		background-image: linear-gradient(120deg, transparent 50%, #e8e8e8 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;
		font-size: 14px;
		letter-spacing:0.16em;*/
		border-radius: 25px !important;
		padding: 9px 43px 8px;
		display: inline-block;
		margin-top: 15px;
		text-decoration: none;
	}
		.uctoday-plugin .uctoday-read-more-container a:hover,
		.uctoday-plugin .uctoday-read-more-container a:active,
		.uctoday-plugin .uctoday-read-more-container a:focus {
			background-position: 0%;
			color: #3b6b80 !important;
			background-color:transparent;
			border-color:#92abb9;
		}

		.uctoday-plugin .uctoday-read-more-container a .glyphicon {
			display:none;
		}
		
	.uctoday-plugin .uctoday-list-item {
		width:auto; 
	}

	.uctoday-plugin .uctoday-img-container a {
		max-height:240px;
		overflow:hidden;
	}
	
			@media (max-width:780px) {
				.uctoday-plugin .uctoday-img-container a {
					max-height: none;
				}
				
				.uctoday-plugin .uc-title-container {
					margin-bottom:0px !important;
				}
				
				 .widget_custom_html {
					margin-bottom:0px !important;
				}
				
				 .widget_custom_html .uctoday-plugin, .widget_custom_html .uctoday-plugin .uctoday-list-item {
					 margin:0px !important;
				 }
				
			}
	
				
/* =========== Infographic =========== */

.infographic {

}

	.infographic .widget {
		background:#02102e !important;
		border-bottom:8px solid #69ac5f !important;;
		border-radius:20px !important;
		padding: 30px 30px 22px !important;
	}
			@media (max-width:991px) {
				.infographic .widget {
					padding: 20px 20px 12px !important;
				}
			}
			
			@media (max-width:767px) {
				.infographic .widget {
					padding: 25px 25px 17px !important;
					margin-bottom:0px !important;
				}
				
				.infographic .panel-grid-cell {
					margin-bottom:15px !important;
				}
			}
	
		.infographic .widget * {
			color:white !important;
		}
		
		.infographic .widget .glyphicons {
			font-size:38px;
		}
		
		.infographic .widget strong {
			font-size: 40px;
			line-height:1em;
			margin-top: 2px;
			display: inline-block;
			margin-bottom: 4px;
		}
				@media (max-width:1200px) {
					.infographic .widget strong {
						font-size: 35px;
					}
				}
				
				@media (max-width:991px) {
					.infographic .widget strong {
						font-size: 30px;
					}
				}
				
				@media (max-width:767px) {
					.infographic .widget strong {
						font-size: 36px;
					}
				}
				
/* =========== Glyphicons Large Row =========== */

.glyph-large .glyphicons {
	font-size:50px;
	color:#000e2f;
}

	.glyph-large a {
		font-size:28px;
		text-decoration: none;
		font-weight: 500;
		line-height: 1.2em;
	}
	
		.glyph-large a:hover,
		.glyph-large a:active,
		.glyph-large a:focus {
			text-decoration:underline;
		}
		
	.glyph-large .external .glyphicon-new-window {
    	font-size: 16px !important;
	}
	



.page-header {
	border-bottom:none;
}



 #page-blank .panel-grid:nth-of-type(1) .widget_black_studio_tinymce.widget:nth-of-type(1) .textwidget > h1 {
 	margin-top:0;
 } 
 
 
 /* ==== Dept. Template Specific ==== */
 
 .caption-bottom {
 
 }
 
    .caption-bottom .widget_widget_sp_image {
        position:relative;
    }
      
        .caption-bottom .widget_widget_sp_image .widget_sp_image-description {
            background:rgba(58,131,58,0.8);
            position: absolute;
            width:100%;
            bottom:0;
        }
        
        .caption-bottom .widget_widget_sp_image .widget_sp_image-description p {
            width:1200px;
            margin-left:auto;
            margin-right:auto;
            margin-bottom:0px;
            padding:20px 23px;
            color:white;
            font-size:16px;
        }
        
            @media (max-width:1200px) {
                .caption-bottom .widget_widget_sp_image .widget_sp_image-description p {
                    width:991px;
                }
            }
            
            @media (max-width:991px) {
                .caption-bottom .widget_widget_sp_image .widget_sp_image-description p {
                    width:767px;
                }
            }
            
             @media (max-width:767px) {
                .caption-bottom .widget_widget_sp_image .widget_sp_image-description p {
                    width:100%;
                    position: relative;
                    background:rgba(58,131,58,1);
                }
            }
            
      /* Overwrite for main CAHNR site */      
     .home .department-grid .widget_widget_sp_image .widget_sp_image-description.image-has-link a {
         min-height:0;
         font-size:20px;
     }
            
            
/* ====== For new CAHNR theme activation 2020 - Web Dev ====== */
.home #content .panel-grid .widget a {
        color:#41793E
}

.blog #content {
margin-top:50px
}

#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a {
    border-left-color:transparent
}

#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:#41793E;
        border-left:5px solid #41793E;
        background:#e3f7e2
}

#uc-header {
    border-bottom-color:#dedede
}

.home #content .panel-grid .widget .widget-title {
    color:#222;
    font-size:20px
}

.blog .entry-title {
    font-size:20px!important
}

.home #content .panel-layout .widget .rcpt_item_title {
    font-size:16px!important
}

.blog #content .entry-header {
    font-size:16px!important
}

.category-pageup #content .entry-title {
    font-size:22px!important
}

.category-pageup #content .page-title {
    color:#41793E;
    font-size:25px!important
}

.category-news #content .entry-title {
    font-size:22px!important
}

.category-news #content .page-title {
    color:#41793E;
    font-size:25px!important
}

.home .widget_archives label,.home .widget_categories label {
    display:none
}

.home #content .panel-grid .widget.widget_nav_menu ul li {
    margin-bottom:0
}

#content .widget.widget_search .searchform fieldset .form-control {
    background:transparent
}

.home #content .widget a {
    color: #41793E;
}

.home #content .widget a:hover, .home #content .widget a:active, .home #content .widget a:focus {
    color: #255E22;
}

#content .widget .widget-head .widget-title {
    font-weight: bold;
    color: #111;
}

/* Fix for last nav item */
#masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-last-of-type(1) > a:hover::before {
    display: inline-block;
}

    #masthead .navbar-default .navbar-collapse .navbar-nav > li.support-the-college:nth-last-of-type(1) > a:hover::before {
        display:none;
    }

 
 