/*
Theme Name: Alan L. Freed Associates Custom Wordpress Theme
Author: Jose Morales Mendizabal
Version: 2.0
Author URI: http://jf-mm.com
Description: The Alan L. Freed Associates Custom Wordpress Theme was designed solely for Alan L. Freed Associates.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*===================================================== 
Custom Styles for Alan L. Freed Associates Website 2014
======================================================*/



html {
	-webkit-font-smoothing: antialiased;

}

* { 
	
	-webkit-transition: 0.3s ease-in all;	
			transition: 0.3s ease-in all;
}


a, a:focus {
	outline: 0; /*prevents firefox outline*/
} 


body {position: relative;}


/* Custom Utility Classes
==========================================*/
.dark-blue { color: #1f2a38 !important; }

.red { color: #BA1100 !important;}

.blue { color: #428bca !important;}



/* Bootstrap Overrides
=========================*/


/*  Column overrides
=====================*/
.col-md-4 {
	padding: 0PX 20px;
}


/*Typographic overrrides*/
h1,
h2,
h3,
h4,
h5,
h6 { font-family: georgia; font-weight: 100;}

h1 {font-size: 30px;}
h2 { 
	font-size: 25px;
	color: #1c2733; 
}
h3 { font-size: 20px;}
p {font-size: 15px !important;}

p {
	font-family: georgia, serif;
	font-weight: 100;
	line-height: 27px;
}


.program-section-container a,
.section-container a,
#section a {
/* mimics now deprecated .serif-link. The default link within the main content of each page is
/* a red serif link
------------------------------------------*/
	color: #BA1100;
	font-family: georgia, serif;
	webkit-transition: 0.3s color ease;
			transition: 0.3s color ease;
}



#affixed-sidebar a
{

	/* Links within affixed-sidebar nav must remain blue
	=====================================================*/
	color: #428BCA !important;
	text-decoration: none;
	font-family: sans-serif !important;


}

@media (min-width: 500px){

	p { font-size: 17px !important;}

	h1 { font-size: 35px;}
	
	}

/* Bootrsrap Class overrides
---------------------------------*/

/*  Navbar styles
==========================*/

.navbar {
	z-index: 20;
	border-radius: 0px;
	position: fixed;
	top: 0;
	width: 100%;
}

.nav {transition: 0.1s ease-in color;}

.navbar-brand { 

	font-size: 22px;
}

.navbar-inverse {
 	background-color: #1f2a38;
	border: none;
	margin-bottom: 0px;
	-webkit-transition: 0.3s all ease-in; 
					transition: 0.3s all ease-in; 
}

.navbar-inverse .navbar-brand {color: white;}

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

.navbar-inverse .navbar-nav>li>a:hover{ color: white;} /* nav link colors on hover */

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #161D2B; /* hamburger button background gets darker when pressed*/
}

.navbar-inverse .navbar-toggle {
	border-color: #464646;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #152027; /* handles focus background color */
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff; /* Use blue color on dropdown links*/
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #263457; /* modify divider color in dropdown */
}



a.dropdown-toggle{
	font-size: 17px;
	/*font-family: georgia, serif;*/
}


/*Momentary Fix for BLOG LINK ON NAV BAR: give 6px of padding top so it lines up with other elements*/
li#menu-item-770{
	padding-top: 6px;
	font-size: 17px !important;
}


/*Make backfround of link transparent when active etc.*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { background-color: transparent;}




@media (max-width: 992px) {

	a.dropdown-toggle {
		font-size: 14px;
		/*font-family: georgia, serif;*/
	}
 	
 	.navbar-brand { font-size: 17px;}


}

@media (max-width: 450px) {

	a.dropdown-toggle {

		font-size: 16px; /*  make dropdown links big again*/
		
	}


 	.navbar-brand { font-size: 15px;}
}


/*  Jumbotron banner styles
=========================================*/
.jumbotron {
	/*background-position: center top;  this rule is now editable from the backend*/
  	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0px; /*overrides left and right padding by default */
	margin-bottom: 0px;
	position: relative;
}

.jumbotron:before {
	content: '';
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	background-image: none;
	bottom: 0;
	opacity: 0.5;
}

 .jumbo-lg {
	height: 450px; 
}

.page-template-default .jumbo-lg,
.blog .jumbo-lg,
.archive .jumbo-lg,
.page-template-page-calendar .jumbo-lg {
	height: 450px;
}

.home .jumbo-lg {
	height: 550px;
}


h1.program-title.jumbo-heading{
	font-size: 35px;
}

.btn-danger { 
	background-color: #BA1100;
	border-color: #A30500;
}

.jumbotron .btn-group {
	width: 100%;
}

.dropdown { cursor: pointer; }

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
	background-color: #152027; /* shade of blue to mark the page that is ative on menu*/
}

@media (min-width: 450px) {

	
	.jumbo-lg {height: 550px;} 
}


@media (min-width: 768px) {
	
	.navbar-brand {
		padding: 15px;
	}
	.navbar { position: absolute;}
	
	.navbar-inverse { 
		background-color: transparent;
		border: none;
	
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #525252; /* Use blue color on dropdown links*/
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #c1c1c1; /* modify divider color in dropdown */
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
		background-color: #f1f1f1; /* shade of light gray to mark the page that is ative on menu on wider devices*/
	}


	h1.program-title.jumbo-heading {
		font-size: 55px;
	}

	
}


/*
* Media query below handles jumbotron height and text adjustment on all pages that follow the
* default page.php wordpress template once we reach a mobile breakpoint.
*/
@media (max-width: 768px) {


	 .page-template-default .jumbo-lg,
		.blog .jumbo-lg,
		.archive .jumbo-lg,
		.page-template-page-calendar .jumbo-lg{
		height: 280px;
	}

	.home .jumbo-lg { height: 440px;} /*Since home page has .page-template-default as well, revert it using .home*/

	.page-template-default .title-sublayer {
		margin-top: 100px;
	}

}


/* Custom Classes
============================*/
.alfa-logotype {
	text-transform: uppercase; /*gives ALFA logo uppercase and this class is also Typekits target class for futura*/
}


.serif-link {
	/* for links in copy*/
	color: #BA1100;
	font-family: georgia, serif;
	-webkit-transition: 0.3s color ease;
			transition: 0.3s color ease;
}

.serif-link:hover {color: #e5301e;}



@media (max-width: 768px){
	
	.nav-scrolled {
	
	-webkit-box-shadow: 0px 1px 3px 0px rgba(30, 31, 48, 0.85);
	-moz-box-shadow: 0px 1px 3px 0px rgba(30, 31, 48, 0.85);
			 box-shadow: 0px 1px 3px 0px rgba(30, 31, 48, 0.85);
	
	-webkit-transition: 0.3s all ease-in; 
			transition: 0.3s all ease-in;
}
}


.program-title {
	font-family: Georgia, serif;
	font-weight: 100;
	margin: 0px 0px 5px 0px;
	color: #1c2733;
}

.home h4 {
	/* Apply this styling to h4 tags (program subtitles) in the home page grid */
	font-family: Georgia, serif;
	font-weight: 100;
	font-style: italic;
	margin: 0;
	color: #BA1100;
}

.home section ul {
	margin-top: 13px;
	padding-left: 15px;
}

.jumbo-heading {
	color: #fff;
}



.title-sublayer {

	/* Header element that contains jumbotron text*/
	z-index: 10;
	position: absolute;
	margin-top: 105px; 
	width: 100%;
	text-shadow: 1px 1px 1px #222;
}

.title-sublayer a:hover { text-decoration: none; /* Makes sure button like calls to action links have no underlined text on hover*/} 

.title-sublayer h5 time {
	color: white;
	font-family: sans-serif;
	font-weight: bold;
}
.jumbo-heading {color: #fff !important;}

.jumbo-cta{
	margin-top: 30px;
	padding: 1em;
	display: block;
	width: 50%;
	text-shadow: none;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: 0.2s ease background-color;
					transition: 0.2s ease background-color;
}



.dates-list {
	margin-top: 20px;
}

.footer-text {
	display: block;
	margin-top: 14px;
}


.triangle-down {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #e6e6e6;
	margin: auto;
}

.col-vertical-space {
	/*Use this class to give stacked columns some top margin when stacked*/
	/*margin-top: 100px;*/
}

.full-width-map {
	/* Since wordpress wraps iframes in p tags, we must override the p tag styles to achieve a full width map*/
	max-width: none !important;
}

@media(min-width: 500px) {
	.jumbo-cta { width: 25%;}
	
	 .title-sublayer {
		margin-top: 175px; /* was 175px before*/
	}

}


@media (min-width: 992px){
	.col-vertical-space {
	/* revert margin on larger devices */
		margin-top: 0px;
	}
	/* helper classes to add separation borders to text columns */

	.bordered-col-right {
		border-right: 1px solid #E8E8E8;
	
	}

	.bordered-col-left {
	border-left: 1px solid #E8E8E8;
	
	}


	}


/* Home Page Blurb
==========================*/

#about-blurb {
	padding: 20px 20px;
	background-color: #e6e6e6;
	font-size: 1.9em;
}

.blurb-wrap {
	max-width: 1070px;
	width: 100%;
	margin: 0px auto;
	height: auto;
	text-align: left;
}

.blurb-heading {
	font-size: 21px;
	line-height: 30px;
	color: #1c2733;
	}

@media (min-width: 700px){
	#about-blurb {padding: 60px 20px;}
	.blurb-heading { font-size: 26px;}
}

@media (min-width: 835px){
	.blurb-wrap { width: 90%}
} 


@media (min-width: 992px){
	
	#about-blurb { padding: 70px;}
	
	.blurb-wrap {
		text-align: center;
		width: 80%;
	}
	
	.blurb-heading { 
		font-size: 35px;
		line-height: 48px;
	}

}


/* Programs Grid Info
==========================*/

.program-grid li {
	font-size: 16px;
	line-height: 32px;
}

.home h2:first-child {
	/*  Chop off margin for top headings for grid */
	margin-top: 0px;
}


/*.home h2 + hr {
	margin-top: 20px;
}*/


.thick-hr {
	
	border-top: 3px #E7E7E7 solid;
}

.top-hr {
	/* gives top hr on homepage grid a top margin */
	margin-top: 65px;
}


#section { padding: 4em 0em; } /* gives spadding to the main section on each page*/



/* Footer
================*/
footer {
	padding-top: 50px;
	background-color: #1f2a38;
	color: white;
	position: relative;
}

.footer-list {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
}

.footer-list li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	color: white;
}


.list-header {
	font-weight: bold;
	border-bottom: 2px solid #273752;
	padding-bottom: 12px;
	color: inherit;

}

a[title="list-header"] {
	color: inherit;
}

li.menu-item-56{
	/* specific styling for "Navigation" word list header on footer nav*/
	font-weight: bold;
	border-bottom: 2px solid #273752;
	padding-bottom: 12px !important;
	margin-bottom: 12px !important;
	color: white;
}

a[title=list-header]:hover{ 
	 /* make list header links unhoverable*/
	text-decoration: none; 
	cursor: text;

}

.menu-item-has-children a[title=parent-menu-item] {color: white;}

a[title=parent-menu-item]:hover {
	text-decoration: none; 
	cursor: text;
}
	

.footer-sub-list, .footer-list .menu-item {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer-nav {
	display: none;
}
.cupula {
	position: absolute;
	bottom: 170px;
	right: 0;
}

.glyph-data {
	/* Handles whitespace between glyphicon and adjacent links*/
	margin-left: 10px;
}


/* Styles for bottom footer section: social icons and subscription form
=========================================================*/
#social-nav{
	background-color: #111a24;
	padding: 50px 0px;
	transition: height 0.5s ease;
}

.social-nav-mobile-height {
		height: 170px;
}

.social-nav-mobile-height-success {
		height: auto;
}


.icon-wrap {  text-align:  center; }

.icon-wrap span {
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #FFF;
	padding-top: 5px;
	margin-right: 16px;
}

.social-icon-link {
	margin: 5px;
}

.subscription-form-wrap {
	margin-top: 15px;
	text-align: center;
}

#newsletter-form {
	background-color: transparent;
	border-color: #428BCA;
	color: #428BCA;
}

/* Styling input placeholder*/
#newsletter-form::-webkit-input-placeholder {
   color: white;
}

#newsletter-form:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

#newsletter-form::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

#newsletter-form:-ms-input-placeholder {  
   color: white;  
}


/* Styles for success mesage icon after subscribing*/
span.glyphicon.glyphicon-ok.success-check {
	color: #6AFA6A;
	margin-right: 7px;
	border: 1px solid #6AFA6A;
	border-radius: 50%;
	padding: 5px;
}



@media (min-width: 992px) {
	
	.cupula { bottom: 100px;}
	
	.footer-nav { display: block;}
	
	#social-nav { 
		padding: 40px 0px;
	}
	
	.social-nav-mobile-height-success {
		height: 100px;
}
	
	.subscription-form-wrap {margin-top: 0px;}
	
		.social-nav-mobile-height {
			height: 100px !important;
		}
}




@media (min-width: 450px) 
{
	.footer-list {width: 80%;}
}



@media (min-width: 768px) {
			footer { padding-top: 100px;}

			.icon-wrap { text-align: left;}

			.icon-wrap span {
				display: inline-block;
				vertical-align: top;
				border-top: 1px solid #FFF;
				padding-top: 5px;
				margin-right: 16px;
			}

			.subscription-form-wrap { text-align: left;}

			.social-nav-mobile-height {
				height: 170px;
		}
	
		.social-nav-mobile-height-success {
				height: 170px;
		}
	
}



/*========================================
	Registration Form Styles
=========================================*/


legend {color: #BA1100}

.contact-fieldset {
	/* Add margin top to second fieldset*/
	margin-top: 70px;
}

#contact-info-section {
	padding-top: 25px;
}



.valid:focus {
	outline: 0;
	border: 1px solid #68d368;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(59, 245, 118, 0.6);
					box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(59, 245, 118, 0.6);
}

.invalid:focus {
	outline: 0;
	border: 1px solid #eb2222;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 23, 23, 0.6);
					box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 23, 23, 0.6);
	
}

.form-tip {
	margin-bottom: 15px;
	display: block;
}

.required {
	color: red;
}

.disabled {
	cursor: not-allowed !important;
}

.hpf {
	/*Hpf stands for Honey pot field. Should not be visible to users*/
	display: none !important; 
}



@media (min-width: 1200px) {
	
	form#registration-form,
	.registration-alert {
		/*limit form's and alert width on larger devices*/
		width: 67%;
		max-width: 870px;
	
}

}

/*========================================
	Program Page Styles
=========================================*/
.section-container {
	padding: 60px 0px;
}

.section-container p,
.section-container li,
.section-container h3{
	 max-width: 700px;
}

.section-container li { 
	font-family: sans-serif;
	margin: 8px 0px;
}


.section-container h2 {
	margin-top: 50px;
	padding-top: 20px;
}

.section-container h2:first-child { /*Do not Apply the h2 within .section-container styles to the first h2*/
	padding-top: 0; 
	margin-top: 0;
}


.sidebar-header {
	margin-top: 5px;
	margin-bottom: 15px;
}

.program-logo {
	float: left;
	max-width: 100%;
 
	height: auto;
	margin: 0px 20px 20px 0px;
}

@media (max-width: 550px) {
	.program-logo { 
		width: 25%;
		margin: 0px 10px 0px 0px;
	}

	.section-container{
		padding: 30px 0px;
	}
}
/* Affix plugin sidebar Styles
===================================*/
#affixed-sidebar { display: none; /* Don't Display Sidebar in Small Devices*/}

#affixed-sidebar li{ 
	font-family: sans-serif;
	margin: 0;
}



.toggle-affixed {
	position: fixed;
	top: 20px;
	opacity: 1;
} 

.toggle-static {
	position: static ;
	opacity: 1;
}

.toggle-bottom {
	opacity: 0;
	position: absolute;
	
}

@media (min-width: 991px){
	#affixed-sidebar{ display: block; }
	
}

/* Testimonial Section Styles
===================================*/
.testimonial-section-wrap {
	background-color: #d6d6d6;
	position: relative;
	height: 400px;
	width: 100%;
}

.testimonial-section-wrap:hover .arrow-control {
	color: rgb(56,56,56);
}

.testimonial-wrap {
	margin: auto;
	position: absolute; 
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 60%; 
  height: 35%; 
	opacity: 0  

}

.testimonial-wrap:first-child {
	opacity: 1;
}

.testimonial-wrap p {
	max-width: 600px;
}

span.reviewer {
	font-style: italic;
	font-family: georgia;
	color: rgb(114, 114, 114);
	font-size: 17px;
	border-bottom: 1px solid rgb(156, 156, 156);
	padding-bottom: 10px;
}



.arrow-control {
	color: rgb(201, 201, 201);
	position: absolute;
 	top: 50%;
	cursor: pointer;  
}

.glyphicon-chevron-left {
	left: 4%
}

.glyphicon-chevron-right {
	right: 4%;
}

@media (max-width: 767px){
	
	.testimonial-section-wrap { padding: 80px; /*reduce padding in smaller screens*/} 
	
	.testimonial-wrap p, span.reviewer { font-size: 15px !important; /* reduce font size*/} 
}

@media (max-width: 550px) {
	
	.testimonial-section-wrap { display: none;}
}

/* Calendar Page Styles
===================================*/
.calendar-grid-header h4 {
	font-family: sans-serif;
	font-size: 21px;
	text-align: center;
}

.program-calendar-row {
	text-align: center;
}

/*
/ The styles below style the calendar icon box. The styles were disabled, as the calendar box 
// does not quite work with the desired content. Namely, wanting to put the dates the program spans.
// calndar icons are suitable for one number date being displayed only. 
// The styles will be left in the local codebase in case alan freed changes his fucking mind. 


.calendar-box {
  	width: 55px;
	margin: auto;
  	background-color: white;
  	border-radius: 2px;
  	font-family: sans-serif;
 	-webkit-box-shadow: 1px 1px 1px rgb(202, 202, 202);
  	-moz-box-shadow: 1px 1px 1px rgb(202, 202, 202);
  		box-shadow:   1px 1px 1px rgb(202, 202, 202);
}

.calendar-month {
  	text-align: center;
	padding: 2px 0px;
	background-color: #BA1100;
	color: white;
	border-radius: 2px 2px 0px 0px;
	font-weight: 900;
	font-size: 11px;
}

.calendar-date {
  font-size: 28px;
  color: #474747;
  text-align: center;
  letter-spacing: -2px;
  font-weight: 100;
}*/


.calendar-box {
	width: 125px;
	margin: auto;
  	font-family: Georgia;
  	font-weight: 100;
}

.calendar-month {
  	text-align: center;
	padding: 2px 0px;
	border-bottom: 1px solid #1f2a38;
	color: #1f2a38;
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
}

.calendar-date { 
	font-size: 20px;
	color: #1f2a38;
	text-align: center;
	font-weight: 100;
	font-family: georgia;
	font-style: italic;
}

.calendar-location {
	padding-top: 30px; /* vertically "centers" location */
}


@media (min-width: 768px) {

	.calendar-box {
		width: 140px;
	}
	
	.calendar-date {
		font-size: 25px;
	}
	
	.calendar-month {
		padding: 5px 0px;
		font-size: 21px;
	}
}

@media (min-width: 1500px){

	#calendar-grid-header h4 {
		text-align: left;
	}

	.program-calendar-row {
		text-align: left;
	}

	.calendar-box {
		margin: 0;
	}

}


/*
/* Single Blog Posts Styles
=================================*/
.jumbo-blog-post {
	height: 200px;
	position: relative;
}

.image-credit {
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
}

.jumbo-blog-post:hover .image-credit,
.jumbotron:hover .image-credit {
	opacity: 1;
}

.blog-post {
	margin: 0px auto;
	width: inherit;
	max-width: 700px;
	padding-bottom: inherit;
}


.subtitle {
	font-family: sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: #8d8d8d;
	margin: 0px 0px 15px!important;
	padding-top: 0px !important;
}

.small-subtitle {

	font-size: 17px !important; 
}


.meta {
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
	color: #747373;
	font-size: 15px;
}

.byline-wrap {
	margin-bottom: 20px;
}

.byline {
	color: #BA1100;
	font-family: georgia;
}


div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif;
	font-weight: 100 !important;
	width: 100%;
}


.post-title {
	color: #1C2733;
	font-size: 25px;
}


/* makes sure that images inserted into blog posts are responsive*/
.blog-post img {
	max-width: 100%;
	height: auto;
}

/* style caption and make sure that the image stays responsive, even if the image has a caption*/
.wp-caption {
	width: 100% !important;
}

.wp-caption-text {
	font-family: sans-serif;
	padding-top: 8px;
	font-size: 12px !important;
	line-height: 18px;
}



blockquote {
	border-left-color: #BA1100;
}

blockquote > p {
	color: #BA1100;
	font-size: 2em !important;
	font-family: 'alternate-gothic-no-1-d', sans-serif;
	font-style: italic;
	line-height: 1.2;
}


.disclaimer {
	font-size: 14px !important;
	color: #808080;

}


.bio-thumbnail {
	margin-right: 20px;
	float: left;
	border-radius: 50%;

}

.tag-list {
	display: block;
	margin-top: 10px;
	margin-bottom: 100px;

}

.tag-list .glyphicon-tags{
	/* move tags away from tag icon */
	margin-right: 10px;
}

.pager-wrap {
	padding-top: 30px;
}

a[rel="prev"],
a[rel="next"]{
	font-family: sans-serif;
	color: #9a9a9a;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-right:  1px solid #c3c3c3;
	padding: 10px;	
	border-radius: 1px;
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
}

a[rel="prev"]:hover,
a[rel="next"]:hover {
	text-decoration: none;
	color: #BA1100;
	border-color: #BA1100;
}

a[rel="prev"]{ 
	border-left:  1px solid #c3c3c3;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

a[rel="next"]{
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}


/*When theres only a single next button this class is applied*/
.lonelyButton {
	border-left:  1px solid #c3c3c3 !important;
}

.lonelyButton:hover {
	border-color: #BA1100 !important;
}

.post-navigation {
	margin-top: 20px;
	font-family: sans-serif !important;
}


@media (min-width: 500px){

	.jumbo-blog-post { height: 300px;}
	.post-title {font-size: 30px;}
}

@media (min-width: 767px){


	.jumbo-blog-post { height: 350px;}
	.post-title {font-size: 40px;}

}

@media (min-width: 1200px){


	.jumbo-blog-post { height: 450px;}


}

/* BLOG PAGE STYLES
=====================================*/
div.section-label {
	display: inline-block;
	height: auto;
	background-color: #BA1100;
	padding: 5px 30px 0px;
}

div.ft-label {
	position: absolute; /* Makes featured label be on top of featured post image*/
}


.section-label h2 {
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	font-family: "alternate-gothic-no-1-d", sans-serif;
	color: white;
}

.blog .posts-section {
	margin-top: 60px;
}


article.post-entry {
	margin-top: 20px;
}

a.post-permalink {
	color: #1f2535
}

.meta-home {
	/* Extends Meta class, but decreases its padding */
	margin-bottom: 20px;
	padding: 5px 0px 10px;
	border-bottom: 1px solid #d8d8d8;
	color: #747373;
	font-size: 15px;
}


.wp-post-image {
	float: left;
	margin-right: 15px;
	max-width: 100%;
	height: auto;
}

.attachment-full {
	float: none !important;
}

#upcoming-seminar-sidebar {
	display: none;
}

.upcoming-seminar-sidebar {
	list-style: none;
	padding: 0px 30px;
}

.upcoming-seminar-sidebar a {
	font-family: sans-serif;
	color: #428BCA;
}

li.upcoming-seminar {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;

}

.upcoming-seminar { font-family: georgia !important;}
.upcoming-seminar h5 { 
	font-style: italic;
	color: #1F2A38;
}

/* Update "Older Posts" Button */
#infinite-handle span {
		width: 100% !important;
		display: block !important;
		padding: 10px !important;
		background: white !important;
		color: #428BCA !important;
		border-radius: 3px !important;
		border: 1px solid #428BCA !important;
		text-align: center !important;
		font-size: 15px;
}

#infinite-handle span:hover {
		background: #428BCA !important;
		color:  white !important;

}


@media (min-width: 991px) {
	
	#upcoming-seminar-sidebar { display: block;}

	#infinite-handle span  { width:  20% !important;}
}




		

/*============================================
	PRINT STYLES
============================================*/



@media print {


	nav,
	footer,
	section#testimonials,
	#affixed-sidebar,
	.program-logo,
	.jumbo-cta,
	div.sharedaddy,
	div.tag-list
	{ display: none; }

	.jumbotron {
		height: 230px;
	}
		
	.title-sublayer {
		margin: 0;
	}
	
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: georgia, serif;
	}

	.section-container h2 { margin-top: 50px; }
	
	p { font-size: 15px;}


	@page {
		margin: 1cm;
	}

	
	/* Styles for Print Blog posts
	====================================*/
	.jumbo-blog-post {
		display: none;
	}
	
	h1.post-title {
		margin: 10px 0px 0px 0px !important;
		font-size: 35px;
	}
	
	h2.subtitle {
		font-family: helvetica, arial, sans-serif;
		font-weight: 100;
		margin-top: 15px;
		font-size: 22px;
	}
	
	.meta {
		margin-top: 10px;
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #D8D8D8;
		color: #747373;
		font-size: 15px;
	
	}
	
	article p {
		font-family: georgia, sans-serif;
		font-size: 13pt;
		line-height: 1.6;
	}
	
	blockquote {
		border-top: none;
		border-bottom: none;
		border-right: none;
		border-left: 3px solid #BA1100;
	}
	
	
	blockquote > p {
		font-family: 'alternate-gothic-no-1-d', sans-serif, serif;
		font-style: italic;
		color: #BA1100 !important;
	}
	
	
	.bio-thumbnail {
		margin-right: 20px;
		float: left;
	}
	
	.wp-caption-text {
		font-family: sans-serif;
		padding-top: 8px;
		font-size: 12px !important;
		line-height: 18px;
	}
	
	
	
	article a:after, p a:after {
		content:" " !important;
		font-size: 80%;
	}
	
	
	p a[href^="http://"]:after {
		content: " (" attr(href) ")";
		font-size: 90%;	
	}

}


/*
     FILE ARCHIVED ON 14:23:51 Dec 22, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:48:33 Nov 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.632
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 24.064
  LoadShardBlock: 1102.51 (3)
  PetaboxLoader3.datanode: 217.877 (5)
  PetaboxLoader3.resolve: 153.01 (3)
  load_resource: 158.474
  loaddict: 14.655
*/