/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/* removed from base css

body {
    font-size: 1em;
    line-height: 1.4; 
}
*/

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between img and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   
   Version: Prototype Template
   Author: Mark D'Aquin
   Author URL: http://thefootprintsoffaith.org/sandbox/temp/website/
   ========================================================================== */

 /******************************************
GENERAL STYLING
*******************************************/
 
@font-face {
    /*font-family: 'pt-sans';
    src: url('../fonts/ptc75f-webfont.eot');
    src: url('../fonts/ptc75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptc75f-webfont.woff') format('woff'),
         url('../fonts/ptc75f-webfont.ttf') format('truetype'),
         url('../fonts/ptc75f-webfont.svg#pt_sans_captionbold') format('svg');*/
	font-family: arial, sans-serif; 
    font-weight: normal;
    font-style: normal;
}

* { 
	margin: 0; 
	padding: 0; 
	outline: 0; 
}

body, html { 
	height: 100%; 
}

body {
	font-size: 12px;
	line-height: 200%; /* or use 2em */
	font-family: arial, sans-serif;
	color: #6e6e6e;
	min-width: 100%;
}

a { 
	color: #878787;
	text-decoration: none; 
	cursor: pointer; 
}

a:hover { 
	text-decoration: underline; 
}

a img { 
	border: 0; 
}

a.more { 
	background: url(../img/pink-arr.png) no-repeat 0 5px; 
	padding-left: 11px; 
	color: #cc0066; 
	text-decoration: underline; 
	font-size: 12px; 
}

a.more:hover { 
	text-decoration: none;  
}

/*font-family: 'Coda', cursive;*/
/*font-family: 'Jura', sans-serif;*/

article, aside, details, footer, header, menu, nav, section { 
	display: block; 
}

input, textarea, select { 
	font-size: 12px; font-family: arial, sans-serif; 
}

textarea { 
	overflow: auto; 
}

.cl { 
	display: block; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
	clear: both; 
}

.notext { 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
}

.wrapper {
	background: url(../img/header.png) repeat 0 0;
}

/******************************************
STRUCTURE
*******************************************/

.left, .alignleft { 
	float: left; 
	display: inline; 
}

.right, .alignright { 
	float: right; 
	display: inline; 
}

.shell { 
	width: 980px; 
	margin: 0 auto;
	background-color: #fff;	
}

/******************************************
HEADER
*******************************************/

.header { 
	background: url(../img/header.png) repeat 0 0; 

}

.header .shell {
	padding: 0px 0 0px 0px;
	border-top: 10px solid #92278f;
	background: url(../img/mainTop.png) repeat-x 0 0;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	background-color: #FFF;
}

.header-top { height: 137px; }

#logo {
	width: 206px;
	font-size: 0;
	line-height: 0;
	float: left;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#logo a { 
	height: 150px; 
	display: block;  
	background: url(../img/headerLogo.png) no-repeat 0 0; 
	text-indent: -4000px; 
}

#sublogo {
	width: 549px; 
	font-size: 0; 
	line-height: 0; 
	float: right;
	padding-top: 20px;
}

#sublogo a { 
	padding-bottom: 0px;
	height: 180px;
	display: block;  
	background: url(../img/headerSub.png) no-repeat 0 0; 
	text-indent: -4000px; 
}

/******************************************
DROPDOWN NAVIGATION - SCALED VIEW
*******************************************/



/******************************************
MAIN CONTENT
*******************************************/

/* Base Styles */

.main { 
	padding: 30px 0 20px 0; 
	border-top: 1px solid #2d2d2d;
	/*background: url(../img/fleurWht.png) repeat 0 0;*/
	position: relative;
	background: url(../img/main.png) repeat-x 0 0; box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);
}
	
.main h2 { 
	font-size: 22px; 
	color: #535353; 
	font-family: 'Jura', sans-serif; 
	font-weight: 700; 
	padding-bottom: 10px; 
	text-transform: uppercase;  
	margin: 0px;
}
	
.main p a { 
	text-decoration: underline; 
}
	
.main p a:hover { 
	text-decoration: none; 
}
	
.main section { 
	background: url(../img/section.png) no-repeat center bottom; 
	padding-bottom: 50px; 
	margin-bottom: 20px;  
}

.space {
	padding: 10px;
}

/* Section One */
.main .content { 
	padding-left: 35px; 
	padding-right: 35px; 
}

.main .content span { 
	text-decoration: underline; 
}

/* Section Two */
.main .post { 
	padding-left: 35px; 
	padding-right: 35px; 
}

.main .post img { 
	float: left; 
	margin-right: 18px; 
	width: 333px; 
	height: 333px; 
}

.main .post-cnt { 
	padding-top: 10px; 
}

.main .post-cnt p { 
	padding-bottom: 10px; 
}

.main .post-cnt ul { 
	list-style: none; 
	list-style-position: outside; 
	height: 100%; 
	overflow: hidden; 
}

.main .post-cnt ul li { 
	padding-left: 11px; 
	background: url(../img/pink-arr.png) no-repeat 0 9px; 
	padding-bottom: 7px;  
}

.main .post-cnt ul li a { 
	text-decoration: underline; 
}

.main .post-cnt ul li a:hover { 
	text-decoration: none; 
}

/* Section Three */
.main .bcvideo { 
	padding-left: 35px; 
	padding-right: 35px; 
}

.main .bcvideo ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
	height: 100%; 
	overflow: hidden; 
}

.main .bcvideo ul li {
	margin: 0px;
	padding-left: 25px;
	padding-bottom: 10px;
	background: url(../img/arrow1.png) no-repeat 0 9px;  
}



/* Section Four */
.main .cols {
	padding-left: 35px; 
	padding-right: 20px;  
}

.main .cols h2 { 
	font-size: 12px;
	color: #535353;
	padding-bottom: 0px; 
	margin: 0px;
}

.main .cols .col { 
	border-style:solid;
	border-color: #cacaca;
	border-width: 1px;
	border-bottom-width: 3px;
	border-bottom-color: #cacaca;
	padding-left: 0px; 
	margin-right: 10px;
	margin-top: 10px; 
	width: 295px; 
	float: left; 
}

.main .cols .col + .col { 
	
}

.main .cols .col img { 
	float: left; 
	margin-right: 16px; 
	width: 73px; 
	height: 73px;
}

.main .cols .col .col-cnt {
	height: 100%; 
	overflow: hidden;
	margin-right: 10px;	
}

.col-cnt p {
	line-height:normal;
	padding: 0px;
	margin: 0px;
}

.col-cnt a {
	text-decoration: none;
}

a.fill-div {
	background: #f2f2f2;
    display: block;
    height: 73px;
    width: 100%;
    text-decoration: none;
}

.main .cols .col:hover {
	/*border-color: #92278f;*/
}

/* Create a fill obj in the div to make entire area clickable */
a.fill-div:hover {
background: #dddddd;
	/*text-decoration: none;
	color: #92278f;*/
}

/******************************************
FOOTER
*******************************************/

#footer { 
	background: url(../img/header.png) repeat 0 0; 
}

#footer .shell { 
	/*background: url(../img/border.png) repeat-x 0 0;*/ 
	background-color:#0b0b0b;
	padding: 26px 0; box-shadow: 0px 0px 9px rgba(0,0,0,0.7); -moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.7); -o-box-shadow: 0px -3px 10px 9rgba(0,0,0,0.7)
}


#footer .footer-bottom { 
	background:  repeat-x 0 0; 
	padding: 15px 0px 0;  
}

#footer .shell hr{
	display: block; height: 1px;
    border: 0; border-top: 1px solid #333;
    margin: 35px; padding: 0; 
}

#footer .shell p{
    text-align: center;
}

#footer .shell p a:hover{ 
	color: #fff; 
}

#footer .footer-nav { 
	float: left; 
}

#footer .footer-nav ul { 
	list-style: none; 
	list-style-position: outside; 
	line-height: 25px;  
}

#footer .footer-nav ul li { 
	float: left; 
	border-right: 1px solid #181818;  
	padding: 0px 8px;
	text-shadow: rgba(0,0,0,0.7) 0px 1px 1px; 
}

#footer .footer-nav ul li:first-child { 
	padding-left: 0; 
}

#footer .footer-nav ul li a { 
	color: #717171; 
}

#footer .footer-nav ul li a:hover { 
	color: #fff; 
}

/******************************************
VIDEO CONTAINER - BRIGHTCOVE
*******************************************/

#BCLbodyContent {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
	margin-bottom: 20px;
}

#BCLcontainingBlock {
	padding-top: 10px;
	width: 100%;
	position: relative;
}

.BCLvideoWrapper {
  overflow: hidden; /*Potential fix for video overrun*/
  position: relative;
  padding-top: 1px;
  padding-bottom: 56.25%;
  height: 0;
}

* html .BCLvideoWrapper {
  margin-bottom: 45px;
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.BCLvideoWrapper div,
.BCLvideoWrapper embed,
.BCLvideoWrapper object,
.BrightcoveExperience {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.BCLbutton {
    background-color: #ffffff;
    background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#ffffff));
    background-image: -webkit-radial-gradient(50% 50%, #ffffff, #dddddd);
    background-image: -moz-radial-gradient(50% 50%, #ffffff, #dddddd);
    background-image: -o-radial-gradient(50% 50%, #ffffff, #dddddd);
    background-image: -ms-radial-gradient(50% 50%, #ffffff, #dddddd);
    background-image: radial-gradient(50% 50%, #ffffff, #dddddd);
    border: #999999 1px solid;
    border-radius: 10px;
    font-size: .7em;
    padding: 5px;
    cursor: pointer;
}

/******************************************
MEDIA QUERIES
*******************************************/

/*++++++++++++++++++++++++++++++++++++++++
 Pad portrait and landscape 
 +++++++++++++++++++++++++++++++++++++++*/
 
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	body { 
		min-width: 768px; 
	}
	
	#logo {
		padding-left: 20px;
	}
	
	#sublogo {
	width: 500px; 
	font-size: 0; 
	line-height: 0; 
	float: right;
	padding-top: 37px;
}

	#sublogo a { 
	padding-bottom: 0px;
	height: 164px;
	display: block;
	background: url(../img/headerSub_sm.png) no-repeat 0 0; 
	text-indent: -4000px; 
}
	
	.navigation { 
		margin-right: 0px; 
	}
	
	.shell { 
		max-width: 748px; 
	}
	
	.header .shell { 
		padding: 0px 0px 0; 
		width: 748px; 
		background-color:#fff; 
	}
	
	.header-top { 
		padding-left: 20px; 
		padding-right: 20px;  
	}

	.main section { 
		background: url(../img/t-section.png) no-repeat center bottom; 
		padding-bottom: 50px; 
		margin-bottom: 20px; 
	}
	
	.main .content { 
		padding-left: 25px; 
		padding-right: 25px; 
	}
	
	.main .bcvideo { 
		padding-left: 25px; 
		padding-right: 25px; 
	}
	
	.main .post { 
		padding-left: 25px; 
		padding-right: 25px; 
	}
	
	.main .post h2 { 
		font-size: 21px;  
	}
	
	.main .post img { 
		width: 274px; 
		height: 274px; 
	}
	
	.main .cols {
		padding-left: 25px; 
		padding-right: 11px;  
	}
	
	.main .cols .col {
		width: 295px;
	}
	
	/*
	.main .col-cnt  h2{
		font-size: 16px;
	}*/

	
	#footer .footer-bottom { 
		padding-left: 0px; 
		padding-right: 20px; 
	}
	
}

/*++++++++++++++++++++++++++++++++++++++++
 mobile landscape 
 +++++++++++++++++++++++++++++++++++++++*/
@media only screen and ( min-width: 480px) and ( max-width: 767px) { 
	body { 
		min-width: 480px; 
	}
	
	.shell { 
		max-width: 480px; 
	}
	
	.header .shell { 
		padding: 0 0 0 0; 
		background-color:#fff; 
	}
	
	.header-top { 
		padding: 12px 0 0px 0; 
	}
	
	#header { 
		background: url(../img/m-header.png) repeat-x 0 0; 
		height: 218px; 
		width: 100%; 
	}
	
	#logo { 
		margin: 0 auto; 
		float: none; 
		display: block;
		padding-top: 15px;
		padding-bottom: 0px;
		padding-left: 0px;		
	}
	
	#sublogo {
		width: 480px; 
		font-size: 0; 
		line-height: 0; 
		float: right;
		padding-top: 25px;
}

	#sublogo a { 
		padding-bottom: 0px;
		height: 157px;
		display: block;
		background: url(../img/headerSub_smMob1.png) no-repeat 0 0; 
		text-indent: -4000px; 
}
	
	.main section { 
		background: url(../img/m-section.png) no-repeat center bottom; 
		padding-bottom: 30px; 
		margin-bottom: 20px; 
	}
	
	.main .content { 
		padding-left: 25px; 
		padding-right: 25px; 
	}
	
	.main .bcvideo { 
		padding-left: 25px; 
		padding-right: 25px; 
	}
	
	.main .post { 
		padding-left: 22px; 
		padding-right: 22px; 
	}
	
	.main .post p { 
		padding-left: 3px; 
		padding-right: 3px; 
	}
	
	.main .post h2 { 
		font-size: 21px; 
		padding-left: 3px; 
		padding-right: 3px; 
	}
	
	.main .post img { 
		width: 274px; 
		height: 274px; 
		padding-bottom: 20px;
	}
	
	.main .cols {
		padding-left: 25px; 
		padding-right: 10px;  
	}
	
	.main .cols .col { 
		width: 295px; 
	}
	
	/*
	.main .col-cnt  h2{
		font-size: 16px;
	}*/

		
	#footer .footer-bottom { 
		padding-left: 20px; 
		padding-right: 20px; 
	}
	
}

/*++++++++++++++++++++++++++++++++++++++++
 mobile portrait 
 +++++++++++++++++++++++++++++++++++++++*/
 
@media only screen and ( max-width: 480px) { 
	body { 
		min-width: 320px; 
	}
	
	.shell { 
		max-width: 320px; 
	}
	
	.header .shell { 
		padding: 0 0 0 0; 
		background-color:#fff; 
	}
	
	.header-top { 
		padding: 12px 0 0px 0; 
	}
	
	#header { 
		background: url(../img/m-header.png) repeat-x 0 0; 
		height: 218px; 
		width: 100%; 
	}
	
	
	#logo { 
		margin: 0 auto; 
		float: none; 
		display: block;
		padding-top: 15px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	
	#sublogo {
		width: 320px; 
		font-size: 0; 
		line-height: 0; 
		float: right;
		padding-top: 25px;
}

	#sublogo a { 
		padding-bottom: 0px;
		height: 105px;
		display: block;
		background: url(../img/headerSub_smMob2.png) no-repeat 0 0; 
		text-indent: -4000px; 
}

	.main section { 
		background: url(../img/m-section.png) no-repeat center bottom; 
		padding-bottom: 30px; 
		margin-bottom: 20px; 
	}
	
	.main .content { 
		padding-left: 25px; 
		padding-right: 25px; 
	}
	
	.main .bcvideo { padding-left: 25px; padding-right: 25px; }
	
	.main .post { 
		padding-left: 22px; 
		padding-right: 22px; 
	}
	
	.main .post p { 
		padding-left: 3px; 
		padding-right: 3px; 
	}
	
	.main .post h2 { 
		font-size: 21px;
		padding-left: 3px; 
		padding-right: 3px; 
	}
	
	.main .post img { 
		width: 274px; 
		height: 274px; 
		padding-bottom: 20px;
	}
	
	.main .cols {
		padding-left: 25px; 
		padding-right: 25px;  
	}
	
	.main .cols .col { 
		width: 268px; 
	}
	
	/*
	.main .col-cnt  h2{
		font-size: 16px;
	}*/

	
	#footer .footer-bottom { 
		padding-left: 10px; 
		padding-right: 10px; 
	}
	
	#footer .footer-nav { 
		float: none; 
		display: block; 
		padding-bottom: 12px; 
	}
	
	#footer .footer-nav ul { 
		padding-bottom: 12px; 
	}
	
	#footer .footer-nav ul li { 
		padding-left: 0px; 
		padding-right: 10px;
		border-right: 0; 
		font-size: 12px; 
		line-height: 25px; 
	}
	
	#footer .footer-bottom p.copy { 
		float: none; 
		display: block; 
		clear: both; 
	}
	#contact {
		padding: 10px;
	}
	
	
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 

	#logo a { background: url(../img/headerLogo.png) no-repeat 0 0;   -webkit-background-size: 206px 150px; -moz-background-size: 206px 150px; background-size: 206px 150px; }
	.main section { background: url(../img/section@2x.png) no-repeat center bottom; -webkit-background-size: 300px 10px; -moz-background-size: 300px 10px; background-size: 300px 10px;  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
} */

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
