/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/* Corrects `block` display not defined in IE6/7/8/9 & FF3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/* Corrects `inline-block` display not defined in IE6/7/8/9 & FF3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4. Known issue: no IE6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using `em` units. 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/* Addresses `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: sans-serif; }

/* Addresses margins handled incorrectly in IE6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/* Improves readability when focused and also mouse hovered in all browsers. people.opera.com/patrickl/experiments/keyboard/test */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7. Addresses font sizes within `section` and `article` in FF4+, Chrome, S5. */
h1 { font-size: 2em; margin: 0 0 0.27em 0; }

h2 { font-size: 1.6em; margin: 0.33em 0 0.2em; }

h3 { font-size: 1.27em; margin: 0.5em 0; }

h4 { font-size: 1.1em; margin: 0.45em 0 0 0; }

h5 { font-size: 0.83em; margin: 0.2em 0 0.8em 0; }

h6 { font-size: 0.75em; margin: 2.33em 0; }

/* Addresses styling not present in IE7/8/9, S5, Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in FF3+, S4/5, Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/* Addresses styling not present in S5, Chrome. */
dfn { font-style: italic; }

/* Addresses styling not present in IE6/7/8/9. */
mark { background: #ff0; color: #000; }

/* Addresses margins set differently in IE6/7.
Changed 3 May 2016 - margin: 0.35em 0 changed to 1.0em 0	
*/
p, pre { margin: 1.0em 0; }

/* Corrects font family set oddly in IE6, S4/5, Chrome. en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: "courier new", monospace; font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Addresses CSS quotes not supported in IE6/7. */
q { quotes: none; }

/* Addresses `quotes` property not supported in S4. */
q:before, q:after { content: ''; content: none; }

small { font-size: 75%; }

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/* Addresses margins set differently in IE6/7. */
dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0 0 0 40px; }

/* Addresses paddings set differently in IE6/7. */
menu, ol, ul { padding: 0 0 0 40px; }

/* Corrects list images handled incorrectly in IE7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/* 1. Removes border when inside `a` element in IE6/7/8/9, FF3. 2. Improves image quality when scaled in IE7. code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/* Corrects overflow displayed oddly in IE9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/* Corrects margin displayed oddly in IE6/7. */
form { margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* 1. Corrects color not being inherited in IE6/7/8/9. 2. Corrects text not wrapping in FF3. 3. Corrects alignment displayed oddly in IE6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/* 1. Corrects font size not being inherited in all browsers. 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome. 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/* Addresses FF3/4 setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Corrects inability to style clickable `input` types in iOS. 3. Improves usability and consistency of cursor style between image-type `input` and others. 4. Removes inner spacing in IE7 without affecting normal text inputs. Known issue: inner spacing remains in IE6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }

/* 1. Addresses box sizing set to content-box in IE8/9. 2. Removes excess padding in IE8/9. 3. Removes excess padding in IE7. Known issue: excess padding remains in IE6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/* 1. Addresses `appearance` set to `searchfield` in S5, Chrome. 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/* Removes inner padding and search cancel button in S5, Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Removes inner padding and border in FF3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 1. Removes default vertical scrollbar in IE6/7/8/9. 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/* Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p { -webkit-hyphens: auto; -epub-hyphens: auto; -moz-hyphens: auto; hyphens: auto; line-height: 1.6em; }

b, strong, .strong { font-weight: bold; }

dfn, em, .em { font-style: italic; }

small, .small { font-size: 75%; }

ul, ol { padding: 0 0 0 20px; list-style-position: inside;}

ol {line-height: 25px;}

dd { margin: 0; }

.sidebar ul, .sidebar ol, .commentlist { list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/*********************
TOOLS
*********************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.image-replacement { text-indent: 100%; white-space: nowrap; overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
.texture { background-image: url("../images/backgrounds/texture.png"); }

/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face { 	font-family: 'Font Name'; 	src: url('library/fonts/font-name.eot'); 	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'), url('library/fonts/font-name.woff') format('woff'), url('library/fonts/font-name.ttf') format('truetype'), url('library/fonts/font-name.svg#font-name') format('svg'); 	font-weight: normal; 	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp { font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important; font-style: italic; }

span.threehundred { font-weight: 300; }

span.fourhundred { font-weight: 400; }

span.sevenhundred { font-weight: 700; }

span.ninehundred { font-weight: 900; }

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

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

.text-right { text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success { margin: 10px; padding: 5px 18px; border: 1px solid; }

.alert-help { border-color: #e8dc59; background: #ebe16f; }

.alert-info { border-color: #bfe4f4; background: #d5edf8; }

.alert-error { border-color: #f8cdce; background: #fbe3e4; }

.alert-success { border-color: #deeaae; background: #e6efc2; }

a.accordion-title{
	display: block;
	background-color: #D2E0E3;
	text-decoration: none;
	font-weight: 700;
	color: #435f9c;
	padding: 7px 8px;
	line-height: 1em;
	margin-top: 10px;
}

div.accordion-content > h5 {
	margin: 1em 0 0 0;
}

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */



/*********************
WIDGET OVERRIDE
Added by AW, 29 Sep
*********************/
#text-5.widget_text {
padding: 5px 10px;
margin: 0 0 2.2em 0;
border: 5px solid #D2E0E3;
background-color: #FFF;
}

#text-6.widget_text {
padding: 5px 10px;
margin: 0 0 2.2em 0;
border: 5px solid #e45c63;
background-color: #FFF;
}

/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited { text-decoration: none; font-family: "Source Sans Pro", Arial, sans-serif; padding: 4px 4px; color: white; display: inline-block; font-size: 12px; font-weight: bold; cursor: pointer; margin: 0px 0px 5px 0px; line-height: 20px; background-color: #3e578f; }
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus { color: white; border-color: #2f426c; background-color: #29395d; }
.button:active, .button:visited:active { background-color: #895da7; }

.blue-button, .blue-button:visited { border-color: #374c7d; text-shadow: 0 1px 1px #374c7d; background-color: #3e578f; background-image: -webkit-gradient(linear, left top, left bottom, from(#4662a1), to(#3e578f)); background-image: -webkit-linear-gradient(top, #4662a1, #3e578f); background-image: -moz-linear-gradient(top, #4662a1, #3e578f); background-image: -o-linear-gradient(top, #4662a1, #3e578f); background-image: linear-gradient(to bottom, #4662a1, #3e578f); box-shadow: inset 0 0 3px #758dc3; }
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus { border-color: #2f426c; background-color: #29395d; background-image: -webkit-gradient(linear, left top, left bottom, from(#3a5185), to(#29395d)); background-image: -webkit-linear-gradient(top, #3a5185, #29395d); background-image: -moz-linear-gradient(top, #3a5185, #29395d); background-image: -o-linear-gradient(top, #3a5185, #29395d); background-image: linear-gradient(to bottom, #3a5185, #29395d); }
.blue-button:active, .blue-button:visited:active { background-color: #4662a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#3e578f), to(#4662a1)); background-image: -webkit-linear-gradient(top, #3e578f, #4662a1); background-image: -moz-linear-gradient(top, #3e578f, #4662a1); background-image: -o-linear-gradient(top, #3e578f, #4662a1); background-image: linear-gradient(to bottom, #3e578f, #4662a1); }

.button-sbs, .button-sbs:visited { border-color: #374c7d; text-shadow: 0 1px 1px #374c7d; background-color: #3e578f; background-image: -webkit-gradient(linear, left top, left bottom, from(#4662a1), to(#3e578f)); background-image: -webkit-linear-gradient(top, #4662a1, #3e578f); background-image: -moz-linear-gradient(top, #4662a1, #3e578f); background-image: -o-linear-gradient(top, #4662a1, #3e578f); background-image: linear-gradient(to bottom, #4662a1, #3e578f); box-shadow: inset 0 0 3px #758dc3; background-image: url("../images/button-bg.png"); background-repeat: no-repeat; background-position: left center; text-transform: uppercase; text-indent: 0px; width: 100%; max-width: 140px; font-size: 12px; text-indent: 0px; line-height: 16px; }
.button-sbs i, .button-sbs:visited i { font-size: 12px; text-shadow: none; margin: 0px 12px 0px 2px; width: 12px; }
.button-sbs:hover, .button-sbs:focus, .button-sbs:visited:hover, .button-sbs:visited:focus { border-color: #374c7d; background-color: #435f9c; background-image: url("../images/button-bg.png"); }

.mailing-list-subscribe-temp input.button, .button-sbs-subscribe, .button-sbs-subscribe:visited { border-color: #374c7d; text-shadow: 0 1px 1px #374c7d; background-color: #3e578f; background-image: -webkit-gradient(linear, left top, left bottom, from(#4662a1), to(#3e578f)); background-image: -webkit-linear-gradient(top, #4662a1, #3e578f); background-image: -moz-linear-gradient(top, #4662a1, #3e578f); background-image: -o-linear-gradient(top, #4662a1, #3e578f); background-image: linear-gradient(to bottom, #4662a1, #3e578f); box-shadow: inset 0 0 3px #758dc3; background-image: url("../images/button-bg.png"); background-repeat: no-repeat; background-position: left center; text-transform: uppercase; text-indent: 0px; font-size: 12px; text-indent: 0px; line-height: 16px; }
.mailing-list-subscribe-temp input.button i, .button-sbs-subscribe i, .button-sbs-subscribe:visited i { font-size: 12px; text-shadow: none; margin: 0px 12px 0px 2px; }
.mailing-list-subscribe-temp input.button:hover, .mailing-list-subscribe-temp input.button:focus, .button-sbs-subscribe:hover, .button-sbs-subscribe:focus, .button-sbs-subscribe:visited:hover, .button-sbs-subscribe:visited:focus { border-color: #374c7d; background-color: #435f9c; background-image: url("../images/button-bg.png"); }

.small-button, .small-button:visited { padding: 4px 9px; margin: 4px 0; line-height: 12px; border-radius: 2px; border-color: #374c7d; text-shadow: 0 1px 1px #374c7d; background-color: #3e578f; background-image: -webkit-gradient(linear, left top, left bottom, from(#4662a1), to(#3e578f)); background-image: -webkit-linear-gradient(top, #4662a1, #3e578f); background-image: -moz-linear-gradient(top, #4662a1, #3e578f); background-image: -o-linear-gradient(top, #4662a1, #3e578f); background-image: linear-gradient(to bottom, #4662a1, #3e578f); box-shadow: inset 0 0 3px #758dc3; }

.small-button:hover, .small-button:focus, .small-button:visited:hover, .small-button:visited:focus { border-color: #2f426c; background-color: #29395d; background-image: -webkit-gradient(linear, left top, left bottom, from(#3a5185), to(#29395d)); background-image: -webkit-linear-gradient(top, #3a5185, #29395d); background-image: -moz-linear-gradient(top, #3a5185, #29395d); background-image: -o-linear-gradient(top, #3a5185, #29395d); background-image: linear-gradient(to bottom, #3a5185, #29395d); }

.small-button:active, .small-button:visited:active { background-color: #4662a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#3e578f), to(#4662a1)); background-image: -webkit-linear-gradient(top, #3e578f, #4662a1); background-image: -moz-linear-gradient(top, #3e578f, #4662a1); background-image: -o-linear-gradient(top, #3e578f, #4662a1); background-image: linear-gradient(to bottom, #3e578f, #4662a1); }

/*********************
ROUNDED STUFF
*********************/
.shadowed { box-shadow: 1px 1px 8px black; max-width: 100%; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body { font-family: "Source Sans Pro", Arial, sans-serif; background: url("../images/backgrounds/body-bg.jpg") repeat top left; font-size: 100%; line-height: 1.5; color: #253353; min-width: 320px; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap { width: 96%; margin: 0 auto; }

#container { background: url("../images/backgrounds/header-bg.png") repeat-x top left; }

/*********************
LINK STYLES
*********************/
a, a:visited { color: #895da7; /* on hover */ /* on click */ /* mobile tap color */ }
a:hover, a:focus, a:visited:hover, a:visited:focus { color: #714b8b; }
a:link, a:visited:link { /*
this highlights links on iPhones/iPads.
so it basically works like the :hover selector
for mobile devices.
*/ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-family: "Source Sans Pro", Arial, sans-serif; text-rendering: optimizelegibility; font-weight: 700; color: #435f9c; /*
if you're going to use webfonts, be sure to check your weights
http://css-tricks.com/watch-your-font-weight/
*/ /* removing text decoration from all headline links */ }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }

h1, .h1 { font-size: 2.5em; line-height: 1.333em; }

h2, .h2 { font-size: 1.70em; line-height: 1.4em; margin-bottom: 0.375em; }

h3, .h3 { font-size: 1.125em; }

h4, .h4 { font-size: 1.1em; font-weight: 700; }

h5, .h5 { font-size: 0.946em; line-height: 1.3em; text-transform: uppercase; letter-spacing: 0px; }

/******************************************************************
Typography stuff
******************************************************************/
.semi { font-weight: 700; }

.readandpray p.subheading { text-transform: uppercase; font-weight: 700; font-size: 14px; color: #253353; margin-bottom: 2px; }

.headingadj { margin: -8px 0 0 0; }

/*********************
HEADER SYTLES
*********************/
.header .top_box { width: 100%; }
.header .login { float: left; padding-top: 4px; }
.header .login a { text-indent: -99999px; height: 29px; float: left; background-image: url("../images/topbar-login.png"); filter: grayscale(80%); -webkit-filter: grayscale(80%); -moz-filter: grayscale(80%); -ms-filter: grayscale(80%); -o-filter: grayscale(80%); filter: url(desaturate.svg#greyscale); filter: gray; -webkit-filter: grayscale(0.8); }
.header .login a:hover { filter: none; -webkit-filter: grayscale(0); }
.header .login a.icon_login { width: 49px; display: none; }
.header .social_media { float: right; padding-top: 4px; }
.header .social_media a { height: 29px; float: left; text-indent: -99999px; background-image: url("../images/topbar-social-2.png"); filter: grayscale(80%); -webkit-filter: grayscale(80%); -moz-filter: grayscale(80%); -ms-filter: grayscale(80%); -o-filter: grayscale(80%); filter: url(desaturate.svg#greyscale); filter: gray; -webkit-filter: grayscale(0.8); }
.header .social_media a:hover { filter: none; -webkit-filter: grayscale(0); }
.header .social_media a.icon_1 { /* width:106px; */ width: 83px; background-image: url("../images/topbar-smalldonate.png"); }
.header .social_media a.icon_2 { width: 40px; background-position: -107px 0; }
.header .social_media a.icon_3 { width: 41px; background-position: -148px 0; }
.header .social_media a.icon_4 { width: 0; display: none; }
.header .social_media a.icon_5 { /*
width: 40px;
background-position: -230px 0;
*/ width: 0; display: none; }
.header .social_media a.icon_6 { width: 0; display: none; }
.header #logo { -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3); margin: 45px auto -5px auto; width: 50%; padding: 10px; background-color: #fff; }
.header #logo img { width: 100%; height: auto; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav { border: 0; border-bottom: 0; background-color: #4662a1; margin-bottom: 10px; padding-left: 0px; /* end .menu li */ /* highlight current page */ /* end current highlighters */ }
.nav li { font-family: "Source Sans Pro", Arial, sans-serif; text-transform: uppercase; text-rendering: optimizelegibility; font-weight: 400; font-size: 14px; /*
so you really have to rethink your dropdowns for mobile.
you don't want to have it expand too much because the
screen is so small. How you manage your menu should
depend on the project. Here's some great info on it:
http://www.alistapart.com/articles/organizing-mobile/
*/ }
.nav li a { display: block; text-decoration: none; padding: 5px 10px; border-bottom: 1px solid #cccccc; color: #fff; /*
remember this is for mobile ONLY, so there's no need
to even declare hover styles here, you can do it in
the style.scss file where it's relevant. We want to
keep this file as small as possible!
*/ }
.nav li a:hover, .nav li a:focus { background-color: #27375a; color: #fff; }
.nav li ul.sub-menu li a, .nav li ul.children li a { padding-left: 30px; }
.nav li.current-menu-item a, .nav li.current_page_item a, .nav li.current-page-ancestor a { font-weight: 700; }

/* end .nav */
/*******
PAGE SPECIFICS
*******/
.homepage .homeslide { display: none; overflow: hidden; }

.banner { background: url("../images/backgrounds/slider-bg.jpg") bottom left repeat-x; border-top: solid 1px #adbbc9; border-bottom: solid 1px #adbbc9; padding: 12px 0 4px 0; width: 100%; }
.equip-banner { background: url("../images/backgrounds/equip-banner.jpg"); background-size: cover; border-top: solid 1px #374c7d; border-bottom: solid 1px #374c7d; width: 100%; height: 350px; }
.banner img { border: 7px solid white; width: 100%; box-shadow: 1px 1px 8px black; display: none; }
.banner h1 { margin: 0px 0px; padding: 0; text-size: 80%; color: #253353; }

.breadcrumbs { font-family: "Source Sans Pro", Arial, sans-serif; color: #253353; font-size: 13px; padding: 6px 0; margin-bottom: 10px; border-bottom: 1px dotted #253353; }
.breadcrumbs a { text-decoration: none; }

#crumbs { margin: 0px 0px; }

/*********************
POSTS & CONTENT STYLES
*********************/
.largeheading { /*padding-top: 10px;*/ background: url("../images/quote-left.png") left 0px no-repeat; /*width:82.7%;*/ text-align: center; margin-bottom: 10px !important; }
.largeheading h2 { font-weight: 300; color: #253353; margin: 0; padding: 0; }
.largeheading p { font-size: 14px; background: url("../images/quote-right.png") right 80% no-repeat; margin: 0; font-family: "Source Sans Pro", Arial, sans-serif; line-height: 16px; padding: 0px 20px 10px 20px; font-style: italic; }

.largequote { padding-top: 20px; padding-bottom: 10px; background: url("../images/quote-left.png") left 20px no-repeat; /*width:82.7%;*/ text-align: center; margin: 0 auto; }
.largequote h2 { font-weight: 300; color: #253353; margin: 0; padding: 0; }
.largequote p { font-size: 14px; background: url("../images/quote-right.png") right 80% no-repeat; margin: 0; font-family: "Source Sans Pro", Arial, sans-serif; line-height: 16px; padding: 0px 30px 10px 30px; font-style: italic; }

.banner_quote { background: url("../images/quote-left.png") left 10px no-repeat; width: 82.7%; text-align: center; padding: 10px 0px; margin: 0 auto; }
.banner_quote p { font-size: 14px; background: url("../images/quote-right.png") right 80% no-repeat; margin: 0; font-family: "Source Sans Pro", Arial, sans-serif; line-height: 16px; padding: 0px 20px 10px 25px; font-style: italic; }

#content { margin-top: 0px; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline { color: #999; }

/* entry content */
.entry-content { /*
image alignment on a screen this size may be
a bit difficult. It's set to start aligning
and floating images at the next breakpoint,
but it's up to you. Feel free to change it up.
*/ }
.entry-content dd { margin-left: 0; font-size: 0.9em; color: #787878; margin-bottom: 1.5em; }
.entry-content img { margin: 0px 0px 12px 0px; max-width: 100%; height: auto; }
.entry-content video, .entry-content object { max-width: 100%; height: auto; }
.entry-content pre { background: #eee; border: 1px solid #cecece; padding: 10px; }

/* end .entry-content */
.wp-caption { background: #eee; padding: 5px; /* images inside wp-caption */ }
.wp-caption img { margin-bottom: 0; width: 100%; }
.wp-caption p.wp-caption-text { font-size: 0.85em; margin: 4px 0 7px; text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation, .wp-prev-next { margin: 0; float: right; clear: both; color: #253353; font-size: 16px; }

.bones_page_navi { margin: 20px 0px 0px 0px; padding: 0; list-style: none; /* current page link */ /* end .bones_page_navi .bpn-current */ /* common styles for page-navi links */ /* remove the bg on end links */ /* previous link */ /* next page link */ /* first page link */ /* last page link */ }
.bones_page_navi li { float: left; list-style-type: none; margin: 0px 0px 0px 10px; }
.bones_page_navi li a { text-decoration: none; color: white; background-color: #435f9c; /*border: 1px solid $sbs-blue;*/ padding: 5px 5px; }
.bones_page_navi li a:hover, .bones_page_navi li a:focus { color: #253353; background-color: white; /*border: 1px solid $sbs-blue;*/ text-decoration: none; }
.bones_page_navi li.bpn-current { color: #253353; background-color: white; padding: 3px 5px; margin-top: -2px; /*background-color: $white;
		border: 1px solid $sbs-blue;
		text-decoration: none;
		padding: 3px 5px;*/ }
.bones_page_navi li.bpn-current a { /* hovering on current page link */ }
.bones_page_navi li.bpn-prev-link, .bones_page_navi li.bpn-next-link { font-weight: 700; color: #253353; padding: 3px 5px; margin-top: -2px; }
.bones_page_navi li.bpn-prev-link a, .bones_page_navi li.bpn-next-link a { padding: 0; background: none; border: none; text-decoration: none; color: #253353; }
.bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover, .bones_page_navi li.bpn-first-page-link a:hover, .bones_page_navi li.bpn-last-page-link a:hover { background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link { float: left; }
.wp-prev-next .next-link { float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments { /* number of comments span */ }

.commentlist { /* general comment classes */ /* vcard */ /* end .commentlist .vcard */ /* comment meta */ /* comment content */ /* end .commentlist .comment_content */ /* comment reply link */ /* end .commentlist .comment-reply-link */ }
.commentlist li { position: relative; clear: both; overflow: hidden; list-style-type: none; margin-bottom: 1.5em; padding: 0.7335em 10px; /* end .commentlist li ul.children */ }
.commentlist li:last-child { margin-bottom: 0; }
.commentlist li ul.children { margin: 0; /* variations */ /* change number for different depth */ }
.commentlist li[class*=depth-] { margin: 1.1em; }
.commentlist li.depth-1 { margin-left: 0; margin-top: 0; }
.commentlist li:not(.depth-1) { margin-right: -10px; margin-left: -10px; margin-top: 0; padding-bottom: 0; }
.commentlist .odd { background: #eee; }
.commentlist .even { background: #fefefe; }
.commentlist .vcard { margin-left: 50px; }
.commentlist .vcard cite.fn { font-weight: 700; font-style: normal; }
.commentlist .vcard time { float: right; }
.commentlist .vcard time a { color: #999; text-decoration: none; }
.commentlist .vcard time a:hover { text-decoration: underline; }
.commentlist .vcard img.avatar { position: absolute; left: 10px; padding: 2px; border: 1px solid #cecece; background: #fff; }
.commentlist .comment_content { margin-left: 50px; }
.commentlist .comment_content p { margin: 0.7335icon_1.5em; font-size: 1em; line-height: 1.5em; }
.commentlist .comment-reply-link { text-decoration: none; float: right; background: #4598bb; padding: 3px 5px; color: #fff; opacity: 0.65; margin-bottom: 10px; font-weight: 700; font-size: 0.9em; }
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus { opacity: 1; }

/* end .commentlist */
/******************************************************************
OTHER FORM STYLES
******************************************************************/
input { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #a2b1d5; font-size: 12px; font-family: "Source Sans Pro", Arial, sans-serif; padding: 5px 3px; margin: 0px 0px 5px 0px; }

input#bible_search { width: 100%; max-width: 290px; margin-bottom: 4px; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form { margin: 1.5em 10px; padding-bottom: 2.2em; }
.respond-form form { margin: 0.75em 0; }
.respond-form form li { list-style-type: none; clear: both; margin-bottom: 0.7335em; }
.respond-form form li label, .respond-form form li small { display: none; }
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea { padding: 3px 6px; background: #efefef; border: 2px solid #cecece; line-height: 1.5em; /* form validation */ }
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus { background: #fff; }
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid { outline: none; border-color: #fbc2c4; background-color: #f6e7eb; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] { max-width: 400px; min-width: 250px; }
.respond-form form textarea { resize: none; width: 97.3%; height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title { margin: icon_1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags { margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments { margin: 0 icon_1 0.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li { /* deep nesting */ }

/*********************
FOOTER STYLES
*********************/
.footer { clear: both; font-family: "Source Sans Pro", sans-serif; background: #d1dfe2; padding-top: 15px; }
.footer h5 { font-size: 1.1em; margin-bottom: 5px; }
.footer p { margin-bottom: 5px; }

#inner-footer { margin: 0px 10px; width: auto; }

.toplink { font-size: 13px; margin: 0px 0px 10px 0px; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
ul#menu-footer { background: none; width: 100%; border-top: 3px solid #253353; padding: 10px 0 0px 0; margin: 10px 0 0px 0; }
ul#menu-footer li { float: left; width: 100%; margin: 0px; padding: 0px; font-size: 13px; font-weight: 400; /*
be careful with the depth of your menus.
it's very rare to have multi-depth menus in
the footer.
*/ }
ul#menu-footer li a { color: #253353; background: none; text-decoration: none; }
ul#menu-footer li a:hover { color: #435f9c; }

/* end .footer-links */
.copyright { float: left; font-size: 13px; font-weight: 300; padding: 0 0 0px; margin: 0; }

.charity { float: left; font-size: 13px; font-weight: 300; padding: 0 0 0px; margin: 0px 0px 0px 0px; }

/*********************
SBS Stuff
*********************/
.mobile-only { display: block; }

.box-padding { padding: 5px 10px 5px 10px; }

.small-box-padding { padding: 5px 10px 5px 10px; }

.box-padding-search { padding: 5px 10px 5px 10px; }

.button-padding { padding: 0px 10px 10px 10px; }

p.reading_copy { margin-top: 10px; margin-bottom: 30px; }

.sidebox { margin-top: 0; padding: 0 15px 15px; }
.sidebox h3 { text-transform: uppercase; }

.readandpray { border-top: 1px solid #a2b1d5; border-bottom: 1px solid #7e94c6; background-color: #DCE3F0; background-image: linear-gradient(to bottom, #b9c5e1, #dce3f0); margin: 20px 0; /*background: $sbs-light-blue;*/ font-family: "Source Sans Pro", Arial, sans-serif; }
.readandpray h2 { margin: -3px 0 5px 0; line-height: 90%; }
.readandpray p { margin: 0 0 0.2em 0; font-size: 15px; }
.readandpray .blue-button { text-transform: uppercase; }
.readandpray hr { color: #adbbc9; }

.homebg { border-top: 5px solid #4662a1; }

.articlefooter { border-bottom: 5px solid #4662a1; }

#latestnews, #mainarticle { font-family: "Source Sans Pro", Arial, sans-serif; }
#latestnews h1, #latestnews h2, #mainarticle h1, #mainarticle h2 { line-height: 100%; }
#latestnews h1 .subheading, #latestnews h2 .subheading, #mainarticle h1 .subheading, #mainarticle h2 .subheading { margin: 0; padding: 0; line-height: 100%; font-size: 40%; }
#latestnews h4, #mainarticle h4 { font-weight: 700; color: #253353; margin: 0px 0 0px 0; font-size: 130%; line-height: 95%; }
#latestnews p, #mainarticle p { margin-top: 0; }
#latestnews .news-meta, #mainarticle .news-meta { margin-bottom: 0; color: #895da7; text-transform: uppercase; }
#latestnews .boxedimage, #mainarticle .boxedimage { /*border:7px solid $white;*/ box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2); margin: 0px; float: left; max-width: 100%; }
#latestnews .news-article, #mainarticle .news-article { border-bottom: 1px solid #c8d8db; margin-bottom: 15px; padding-bottom: 5px; }
#latestnews .news-article-last, #mainarticle .news-article-last { border-bottom: none; margin-bottom: 0px; padding-bottom: 5px; }
#latestnews .news-visual, #mainarticle .news-visual { width: 100%; float: left; margin-bottom: 10px; }
#latestnews .news-copy, #mainarticle .news-copy { width: 100%; float: right; }
#latestnews .news-copy h4, #mainarticle .news-copy h4 { text-transform: uppercase; }

.news-wrap { margin: 0px 10px; }
.news-wrap h3 { font-size: 28px; color: #435f9c; margin-bottom: 0px; }
.news-wrap h3 a, .news-wrap h3 a:hover { color: #435f9c; }

p.news-arch-link { text-align: right; font-weight: bold; text-transform: uppercase; }
p.news-arch-link a { text-decoration: none; }

.blog-wrap { margin: 0px 10px 0px 10px; }

.fromtheblog { margin: 0px 0 0 0; }
.fromtheblog h3 { font-size: 1.4em; margin-bottom: 10px; font-weight: 900; }
.fromtheblog h3 a, .fromtheblog h3 a:hover { text-transform: none; color: #435f9c; }
.fromtheblog .blog-article { border-bottom: 1px solid #c8d8db; margin-bottom: 5px; padding-bottom: 5px; }
.fromtheblog .blog-article-last { border-bottom: none; margin-bottom: 0px; padding-bottom: 5px; }
.fromtheblog h4 { color: #253353; font-size: 1.1em; text-transform: uppercase; }
.fromtheblog a { text-transform: uppercase; font-weight: 700; text-decoration: none; }
.fromtheblog p { font-size: 13px; line-height: 22px; }

.homebody { /* margin: 0 0 20px 0; */ margin: 0px; background: rgba(255, 255, 255, 0.5); }

.youmayalsolike { margin: 0px 10px; }
.youmayalsolike img { border: 4px solid white; margin: 0; }
.youmayalsolike .overlay { font-family: "Source Sans Pro", Arial, sans-serif; margin: 0; }
.youmayalsolike .overlay h5 { margin: 0; padding: 0; line-height: 100%; }
.youmayalsolike .overlay p { font-style: italic; margin: 0 0 20px; }

.submenu { margin: 0px 10px 10px 10px; padding: 10px 0px 0px 0px; }
.submenu .button { float: left; margin: 0 3px 4px 3px; padding: 3px 5px; }
.submenu h3 { margin: 5px 10px 0 0; padding: 0; float: left; }
.submenu .blue-button:visited { color: #dbdbdb; }

.side_promobox { float: left; position: relative; margin: 10px 10px 0px 10px; width: 90%; max-width: 220px; }
.side_promobox img { border: 4px solid white; box-shadow: 1px 1px 8px black; max-width: 100%; height: auto; }
.side_promobox .overlay { background: rgba(0, 0, 0, 0.6); width: 96%; position: absolute; bottom: 10px; left: 4px; color: white; padding: 5px 7px 5px 7px; font-family: "Source Sans Pro", Arial, sans-serif; }
.side_promobox .overlay h5 { color: white; line-height: 15px; margin: 0px 0px 0px 0px; padding: 0px 0px 3px 0px; font-style: normal; font-size: 15px; height: auto; }
.side_promobox .overlay p { font-style: italic; margin: 0; padding: 0; line-height: 15px; font-size: 12px; }

hr { border-style: solid; color: #D4DAE8; border-width: 1px; }

.small-signup { float: left; clear: both; margin: 10px 0px 0px 10px; color: #435f9c; width: 96%; }
.small-signup p { text-transform: uppercase; }
.small-signup input { margin: 0px !important; }
.small-signup #subscribe { width: 160px; margin-right: 10px; }
.small-signup .gform_wrapper { margin: 0px 0; }
.small-signup .gform_wrapper .gform_footer input.button, .small-signup .gform_wrapper .gform_footer input[type="submit"] { font-size: 12px !important; }
.small-signup .gform_wrapper li.gfield_error { background-color: #FFDFDF; border: 1px solid #c89797; padding: 0px 2px 0px 2px !important; margin: 0px 0px 0px 0px !important; }
.small-signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required { margin-bottom: 0 !important; margin-top: 0 !important; padding-right: 15px !important; }
.small-signup .gform_wrapper .ginput_container + .gfield_description.validation_message { margin-top: 0; }
.small-signup .gform_wrapper .top_label .gfield_description.validation_message, .small-signup .gform_wrapper .gfield_description.validation_message { padding: 3px 0px !important; }
.small-signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .small-signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container { margin-top: 2px; }
.small-signup #gform_ajax_frame_3 { display: none; height: 0; width: 0; overflow: hidden; }
.small-signup #gforms_confirmation_message { margin: 6px 0px; }
.small-signup .mailing-list-subscribe-temp { margin: 0; padding: 0; width: 100%; }
.small-signup .mailing-list-subscribe-temp label.gfield_label { display: none; }
.small-signup .mailing-list-subscribe-temp #input_3_1 { padding: 5px 3px; width: 160px; }
.small-signup .mailing-list-subscribe-temp .gform_body { margin: 0; padding: 0; float: left; min-width: 170px; clear: none; }
.small-signup .mailing-list-subscribe-temp .gform_wrapper, .small-signup .mailing-list-subscribe-temp .gform_footer { float: left; clear: none; margin: 0; padding: 0; }
.small-signup .mailing-list-subscribe-temp .gform_wrapper ul li.gfield, .small-signup .mailing-list-subscribe-temp li.gfield { clear: none; float: left; }
.small-signup .mailing-list-subscribe-temp .button { text-transform: uppercase; }
.small-signup .mailing-list-subscribe-temp .validation_error { display: none; }

.readandpray .small-signup { margin-left: 0px; }
.readandpray #gforms_confirmation_message { color: #253353; }

.small-share { float: left; clear: both; margin: 0px 10px 20px 10px; }
.small-share p { text-transform: uppercase; color: #435f9c; }
.small-share a { margin-right: 3px; }
.small-share ul { margin: 0px; padding: 0px; }
.small-share ul li { margin: 0px 10px 0px 0px; padding: 0px; float: left; list-style-type: none; }
.small-share ul li a { display: block; background-color: white; padding: 1px 0px; font-size: 24px; line-height: 24px; text-decoration: none; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #253353; }
.small-share ul li a:hover, .small-share ul li a:focus { color: #714b8b; }

.small-share .not-custom { display: none; }

.mainbody { z-index: 10; margin: 0px 10px; }

h3.alsolike { margin: 10px 10px 0px 10px; }

.mainbodyfooter { border-bottom: 5px solid #4662a1; /*
margin-bottom: 10px;
@include css-gradient(darken($sbs-blue-alt, 15%),$sbs-blue-alt);
z-index: 1;
margin-top: -60px;
border-bottom: none;
*/ background-color: #fff; }
.mainbodyfooter .small-signup { float: left; clear: both; margin: 10px 10px 0px 10px; /*margin: 50px 60px 20px 8px;*/ /*width: auto;*/ width: 280px; }
.mainbodyfooter .small-share { float: left; clear: none; /* margin: 50px 0px 20px 0px;*/ margin: 0px 10px 20px 10px; }

.menu-search-box, .menu-search-box-on, .menu-search-mobile { display: none; }

.menu-search-mobile { display: block; position: static; margin: 15px auto 0 auto; width: 90%; overflow: hidden; }
.menu-search-mobile #searchform button { margin-top: 0; }

.menu-search-mobile input, .menu-search-mobile a { float: left; display: block; width: 65px; }

.menu-search-mobile input { width: 128px; margin-right: 2px; line-height: 20px; margin-left: 0; width: 80%; }

#prev-main, #next-main { display: none; }

p.multipage-pagination { float: right; clear: both; margin: 10px 0px 0px 0px !important; color: #253353; }
p.multipage-pagination span { border: 1px solid white; padding: 3px 5px; margin: 0px; text-decoration: none; }
p.multipage-pagination a { text-decoration: none; }
p.multipage-pagination a span { color: white; background-color: #435f9c; border: 1px solid #435f9c; text-decoration: none; }
p.multipage-pagination a:hover span { color: #253353; background-color: white; border: 1px solid #435f9c; text-decoration: none; }

ul.biblesorg_search_results { margin: 0px 0px 20px 0px; padding: 0; list-style: none; width: 100%; clear: both; float: left; }
ul.biblesorg_search_results li { float: left; width: 100%; margin: 0px 0px 20px 0px; padding: 0; list-style: none; }

ul.biblesorg_passage_results { margin: 0px 0px 20px 0px; padding: 0; list-style: none; width: 100%; clear: both; float: left; }
ul.biblesorg_passage_results li { float: left; width: 100%; margin: 0px 0px 20px 0px; padding: 0; list-style: none; }

#mainarticle p.small-copy { font-style: italic; font-size: 80%; margin-top: 0px; line-height: 1em; }
#main p.small-copy { font-style: italic; font-size: 90%; margin-top: 0px; line-height: 1em; }

ul.taxonomy_button_list { float: left; clear: both; margin: 0px 0px 20px 0px; padding: 0; list-style: none; }
ul.taxonomy_button_list li { list-style: none; float: left; margin: 0px 10px 0px 0px; padding: 0; }

ul.downloads_list { margin: 0px; padding: 0px; list-style: none; }
ul.downloads_list li { margin-bottom: 10px; }

blockquote { background: #f9f9f9; border-left: 10px solid #4561a2; margin: 1.5em 0px; padding: 0.5em 10px; quotes: "\201C""\201D"; }

blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: .1em; margin-right: .25em; vertical-align: -.4em; }

blockquote p { display: inline; }

.support-grid { margin-bottom: 20px; }
.support-grid h5 { font-size: 0.946em; letter-spacing: 0; line-height: 1.3em; margin-bottom: -5px; text-transform: uppercase; }
.support-grid h5 a { color: #435f9c; }

.support-top-grid h2 a { color: #435f9c; }

ul.downloads_list li span { display: block; margin-left: 40px; }
ul.downloads_list li a { padding-left: 20px; background-image: url("../images/filetypes/32px/_blank.png"); background-repeat: no-repeat; display: block; line-height: 32px; padding-left: 40px; }
ul.downloads_list li a.filetype-doc, ul.downloads_list li a.filetype-docx { background-image: url("../images/filetypes/32px/doc.png"); }
ul.downloads_list li a.filetype-zip { background-image: url("../images/filetypes/32px/zip.png"); }
ul.downloads_list li a.filetype-pdf { background-image: url("../images/filetypes/32px/pdf.png"); }
ul.downloads_list li a.filetype-rtf { background-image: url("../images/filetypes/32px/rtf.png"); }
ul.downloads_list li a.filetype-gif { background-image: url("../images/filetypes/32px/gif.png"); }
ul.downloads_list li a.filetype-jpg { background-image: url("../images/filetypes/32px/jpg.png"); }
ul.downloads_list li a.filetype-mpg { background-image: url("../images/filetypes/32px/mpg.png"); }
ul.downloads_list li a.filetype-mp4 { background-image: url("../images/filetypes/32px/mp4.png"); }
ul.downloads_list li a.filetype-mp3 { background-image: url("../images/filetypes/32px/mp3.png"); }
ul.downloads_list li a.filetype-png { background-image: url("../images/filetypes/32px/png.png"); }
ul.downloads_list li a.filetype-ppt { background-image: url("../images/filetypes/32px/ppt.png"); }
ul.downloads_list li a.filetype-pptx { background-image: url("../images/filetypes/32px/ppt.png"); }
ul.downloads_list li a.filetype-qt { background-image: url("../images/filetypes/32px/qt.png"); }
ul.downloads_list li a.filetype-rar { background-image: url("../images/filetypes/32px/rar.png"); }
ul.downloads_list li a.filetype-tiff { background-image: url("../images/filetypes/32px/tiff.png"); }
ul.downloads_list li a.filetype-wav { background-image: url("../images/filetypes/32px/wav.png"); }
ul.downloads_list li a.filetype-xls, ul.downloads_list li a.filetype-xlsx { background-image: url("../images/filetypes/32px/xls.png"); }

#searchform button { margin-top: 14px; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) { /****************************************************************** Site Name:  Author:   Stylesheet: 481px and Up Stylesheet  This stylesheet is loaded for larger devices. It's set to  481px because at 480px it would load on a landscaped iPhone. This isn't ideal because then you would be loading all those extra styles on that same mobile connection.   A word of warning. This size COULD be a larger mobile device, so you still want to keep it pretty light and simply expand upon your base.scss styles.  *****************************************************************/
  /********************* HEADER SYTLES ********************/
  .header .top_box { width: 65%; float: right; }
  .header .social_media a.icon_4 { width: 41px; display: block; background-position: -230px 0; }
  .header .social_media a.icon_5 { width: 41px; display: block; background-position: -271px 0; }
    .header .social_media a.icon_6 { width: 41px; display: block; background-position: -189px 0; }
  .header #logo { margin: 0px 0px 0px 10px; width: 30%; -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3); box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3); }
  .header #logo img { width: 100%; height: auto; }
  .largeheading { margin: 0px 10px; }
  .carousel-wrap { background-color: #fff; padding: 10px 10px 10px 10px; max-width: 960px; max-height: 300px; margin: 0px auto; border-radius: 2px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); position: relative; overflow: hidden; }
  .carousel-wrap img { vertical-align: top; }
  .carousel-main { width: 100%; float: left; }
  .carousel-nav { display: none; }
  #main-slides div.slide { display: block; float: left; position: relative; border: 0; margin: 0; padding: 0; }
  #main-slides div.slide img { width: 100%; height: 100%; margin: 0; padding: 0; vertical-align: top; }
  #main-slides div.slide div { width: 100%; position: absolute; bottom: 0; padding: 10px 0px; background-color: rgba(0, 0, 0, 0.6); }
  #main-slides a { color: #fff; text-decoration: none; }
  #main-slides div.slide div h4 { color: #fff; margin: 0px 20px; text-transform: uppercase; line-height: 1.5; font-size: 1.1em; }
  #main-slides div.slide div p { color: #fff; margin: 0px 20px; line-height: 1.2; font-size: 14px; }
  /********************* NAVIGATION STYLES ********************/
  .nav { margin-bottom: 0px; /* .menu is clearfixed inside mixins.scss */ /* end .menu ul li */ /* highlight current page */ /* end current highlighters */ }
  .nav li { float: left; width: 50%; border-right: 1px solid white; /*
plan your menus and drop-downs wisely.
*/ }
  .nav li a { /*
you can use hover styles here even though this size
has the possibility of being a mobile device.
*/ }
  /********************* POSTS & CONTENT STYLES ********************/
  /* entry content */
  .entry-content { /* at this larger size, we can start to align images */ }
  .entry-content .alignleft, .entry-content img.alignleft { margin-right: 1.5em; display: inline; float: left; }
  .fourcol .alignleft, .fourcol img.alignleft { margin-right: 1.5em; display: inline; float: left; }
  .entry-content .alignright, .entry-content img.alignright { margin-left: 1.5em; display: inline; float: right; }
  .fourcol .alignright, .fourcol img.alignright { margin-left: 1.5em; display: inline; float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
  /* end .entry-content */
  /********************* FOOTER STYLES ********************/
  /* check your menus here. do they look good? do they need tweaking? */
  .footer { margin-top: 30px; }
  .footer p { margin-bottom: 15px; }
  .footer .charity { float: right; margin: -30px 0px 0px 0px; }
  /********************* SBS Stuff ********************/
  .mobile-only { display: none; }
  .entry-content .footer_last .youmayalsolike { margin-bottom: 0px; }
  .youmayalsolike { margin-bottom: 10px; position: relative; float: left; }
  .youmayalsolike img { border: 4px solid white; box-shadow: 1px 1px 8px black; max-width: 100%; height: auto; }
  .youmayalsolike .overlay { background: rgba(0, 0, 0, 0.6); width: 97%; position: absolute; bottom: 9px; left: 4px; color: white; padding: 3px 5px 3px 5px; font-family: "Source Sans Pro", Arial, sans-serif; }
  .youmayalsolike .overlay h5 { color: white; line-height: 15px; margin: 3px 0; padding: 1px 0px 0px 0px; font-style: normal; font-size: 15px; }
  .youmayalsolike .overlay p { font-style: italic; margin: 0; padding: 0; line-height: 14px; font-size: 12px; }
  .youmayalsolike .overlay a { color: #fff; text-decoration: none; }
  .homepage .homeslide { background: url("../images/backgrounds/slider-bg.jpg") bottom left repeat-x; border-top: solid 1px #adbbc9; border-bottom: solid 1px #adbbc9; padding: 0px 0px; display: block; margin: 10px 0px 10px 0px; }
  #latestnews .news-article, #mainarticle .news-article { margin-bottom: 20px; padding-bottom: 20px; }
  #latestnews .news-article-last, #mainarticle .news-article-last { padding-bottom: 20px; }
  #latestnews .news-visual, #mainarticle .news-visual { width: 30%; float: left; margin-bottom: 0px; }
  #latestnews .news-copy, #mainarticle .news-copy { width: 66%; float: right; }
  #latestnews .news-copy h4, #mainarticle .news-copy h4 { text-transform: uppercase; }
  .blog-wrap { margin: 0px 10px 0px 10px; }
  .banner img { display: block; }
  .mainbodyfooter .small-signup { float: left; clear: none; margin: 10px 30px 10px 10px; }
  .mainbodyfooter .small-share { margin: 10px 10px 10px 0px; }
  h3.alsolike { margin: 10px 10px 10px 10px; }
  #prev-main, #next-main { position: absolute; left: 2.5%; top: 42%; z-index: 100; width: 33px; height: 33px; /*REPLACE GRAPHIC!*/ background-image: url("../images/arrows-slider.png"); background-repeat: no-repeat; background-position: 0 0; cursor: pointer; }
  #next-main { right: 2.5%; left: auto; background-position: left -36px; }
  .menu-search-box, .menu-search-box-on { display: none; }
  .menu-search-mobile { position: absolute; width: 230px; margin: 0; right: 0px; top: 75px; z-index: 100; }
  .menu-search-mobile input, .menu-search-mobile a { width: 25%; }
  .menu-search-mobile input { width: 61%; margin-left: 12%; } }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) { /****************************************************************** Site Name: Author:  Stylesheet: Grid Stylesheet  I've seperated the grid so you can swap it out easily. It's called at the top the style.scss stylesheet.  There are a ton of grid solutions out there. You should definitely experiment with your own. Here are some recommendations:  http://gridsetapp.com - Love this site. Responsive Grids made easy. http://susy.oddbird.net/ - Grids using Compass. Very elegant. http://gridpak.com/ - Create your own responsive grid.  The grid below is a combination of the 1140 grid and Twitter Boostrap.  I liked 1140 but Boostrap's grid was way more detailed so I merged them  together, let's see how this works out. If you want to use 1140, the original  values are commented out on each line.  *****************************************************************/
  .onecol { width: 4.85%; }
  /* grid_1  */
  .twocol { width: 13.45%; }
  /* grid_2  */
  .threecol { width: 22.05%; }
  /* grid_3  */
  .fourcol { width: 30.75%; }
  /* grid_4  */
  .fivecol { width: 39.45%; }
  /* grid_5  */
  .sixcol { width: 48%; }
  /* grid_6  */
  .sevencol { width: 56.75%; }
  /* grid_7  */
  .eightcol { width: 65.4%; }
  /* grid_8  */
  .ninecol { width: 74.05%; }
  /* grid_9  */
  .tencol { width: 82.7%; }
  /* grid_10 */
  .elevencol { width: 91.35%; }
  /* grid_11 */
  .twelvecol { width: 100%; }
  /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol { position: relative; float: left; margin-left: 2.762430939%; font-size: 15px; }
  .first { margin-left: 0; }
  .last { float: right; }
  .middled { margin: 0 auto; float: none; }
  .middled_alt { text-align: center; }
  .footer_fourcol { position: relative; float: left; margin-left: 1.9375%; margin-right: 1.9375%; font-size: 14px; width: 30.75%; }
  .footer_first { margin-left: 0; }
  .footer_last { margin-right: 0; }
  /****************************************************************** Site Name: Author:  Stylesheet: Tablet & Small Desktop Stylesheet  Here's where you can start getting into the good stuff. This size will work on iPads, other tablets, and desktops. So you can start working with more styles, background images, and other resources. You'll also notice the grid starts to come into play. Have fun!  *****************************************************************/
  /********************* GENERAL STYLES ********************/
  /********************* LAYOUT & GRID STYLES ********************/
  .wrap { /* max-width: 1140px; */ max-width: 960px; width: 96%; }
  /********************* HEADER SYTLES ********************/
  .header .top_box { width: 72%; float: right; }
  .header .login a.icon_login { width: 140px; background-repeat: no-repeat; text-indent: 50px; font-size: 11px; text-decoration: none; }
  .header .login a.icon_login span.icon_login_text { text-transform: uppercase; line-height: 30px; }
  .header .social_media a.icon_1 { width: 106px; background-image: url("../images/topbar-social-2.png"); }
  .header #logo { margin-top: -8px; margin-left: 0; width: 26.5%; z-index: 100; position: relative; padding: 15px 25px; -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3); box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3); }
  .header #logo img { width: 100%; z-index: 200; height: auto; }
  .header #inner-header { position: relative; max-width: 960px; width: 96%; margin: 0px auto; }
  .homepage .homeslide { background: url("../images/backgrounds/slider-bg.jpg") bottom left repeat-x; border-top: solid 1px #adbbc9; border-bottom: solid 1px #adbbc9; padding: 10px 0px; display: block; margin: 0px 0px 0px 0px; }
  s .carousel-wrap { width: 96%; margin: 10px auto; position: relative; }
  .carousel-main { width: 87.5%; position: relative; }
  .carousel-nav { display: block; width: 11%; float: right; padding: 32px 0; margin: auto 0 auto 0; overflow: hidden; position: relative; }
  .carousel-nav-inner a { display: block; clear: both; float: left; background-color: #fff; width: 96%; margin: 2%; padding: 2%; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); line-height: 1; text-align: center; }
  .carousel-nav img { display: inline-block; text-align: center; width: 100%; height: 100%; float: none; }
  #prev-thumb { position: absolute; top: 0; z-index: 2; clear: both; width: 100%; min-height: 26px; background-image: url("../images/slide_up.png"); background-repeat: no-repeat; background-position: center top; cursor: pointer; margin-bottom: 5px; }
  #next-thumb { position: absolute; bottom: 0; z-index: 2; clear: both; width: 100%; min-height: 26px; background-image: url("../images/slide_down.png"); background-repeat: no-repeat; background-position: center top; cursor: pointer; margin-top: 5px; }
  /********************* NAVIGATION STYLES ********************/
  .nav { border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; background-color: #374c7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#4662a1), to(#374c7d)); background-image: -webkit-linear-gradient(top, #4662a1, #374c7d); background-image: -moz-linear-gradient(top, #4662a1, #374c7d); background-image: -o-linear-gradient(top, #4662a1, #374c7d); background-image: linear-gradient(to bottom, #4662a1, #374c7d); border: 0; height: 59px; width: 75.2%; padding-left: 25px; z-index: 10; position: absolute; margin-bottom: 0px; right: 0px; bottom: 0px; /* end .menu ul li */ /* highlight current page */ /* end current highlighters */ }
  .nav li { float: left; position: relative; background: transparent; font-weight: 700; width: auto; border: none; /*
plan your menus and drop-downs wisely.
*/ /* showing sub-menus */ }
  .nav li a { border-bottom: 0; height: 59px; padding: 20px 10px 0 10px; text-shadow: 1px 1px 1px #1a1a1a; /*
you can use hover styles here even though this size
has the possibility of being a mobile device.
*/ }
  .nav li a:hover, .nav li a:focus { background-color: #27375a; color: #fff; }
  .nav li ul.sub-menu, .nav li ul.children { width: 200px; border: 1px solid #cccccc; border-top: 0; position: absolute; display: none; z-index: 8999; /* highlight sub-menu current page */ }
  .nav li ul.sub-menu li, .nav li ul.children li { /*
if you need to go deeper, go nuts
just remember deeper menus suck
for usability. k, bai.
*/ }
  .nav li ul.sub-menu li a, .nav li ul.children li a { padding-left: 10px; border-right: 0; display: block; width: 180px; border-bottom: 1px solid #cccccc; }
  .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a { border-bottom: 0; }
  .nav li:hover ul { top: auto; display: block; }
  .nav li.current-menu-item a, .nav li.current_page_item a, .nav li.current-page-ancestor a { text-shadow: none; /*text-decoration: underline;*/ }
  /* end .nav */
  /********************* SIDEBARS & ASIDES ********************/
  .sidebar { margin-top: 2.2em; }
  .widgettitle { border-bottom: 2px solid #444444; margin-bottom: 0.75em; }
  .widget { padding: 0; margin: 0 0 2.2em 0; }
  .widget ul li { margin-bottom: 0.75em; /* deep nesting */ }
  .widget ul li ul { margin-top: 0.75em; padding-left: 1em; }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  .textwidget { font-size: 14px; }
  /********************* FOOTER STYLES ********************/
  /* you'll probably need to do quite a bit of overriding here if you styled them for mobile. Make sure to double check these! */
  .footer { background: #d1dfe2; padding-bottom: 30px; }
  #inner-footer { margin: 0px auto; width: 96%; max-width: 960px; }
  ul#menu-footer { background: none; border-top: 3px solid #253353; padding: 14px 0 4px 0; margin: 18px 0 4px 0; }
  ul#menu-footer li { font-size: 14px; font-weight: 400; float: left; padding: 0 15px 0 0; width: auto; }
  /* end .footer-links */
  /********************* Page Templates ********************/
  .banner { padding-bottom: 10px; }
  .banner .textoverlay { background: rgba(0, 0, 0, 0.6); position: absolute; bottom: 7px; left: 7px; color: white; padding: 5px 40px 5px 15px; font-family: "Source Sans Pro", Arial, sans-serif; }
  .banner .textoverlay h1 { color: white; margin: 0; padding: 0; font-size: 30px; line-height: 100%; }
  .box-padding { padding: 5px 0px 5px 30px; }
  .box-padding-search { padding: 5px 30px 5px 10px; }
  .button-padding { padding: 53px 0px 0px 0px; }
  /********************* SBS Stuff ********************/
  .homebg { background-color: #2f426c; background-image: -webkit-gradient(linear, left top, left bottom, from(#4662a1), to(#2f426c)); background-image: -webkit-linear-gradient(top, #4662a1, #2f426c); background-image: -moz-linear-gradient(top, #4662a1, #2f426c); background-image: -o-linear-gradient(top, #4662a1, #2f426c); background-image: linear-gradient(to bottom, #4662a1, #2f426c); height: 55px; }
  .articlefooter { background-color: #4662a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#2f426c), to(#4662a1)); background-image: -webkit-linear-gradient(top, #2f426c, #4662a1); background-image: -moz-linear-gradient(top, #2f426c, #4662a1); background-image: -o-linear-gradient(top, #2f426c, #4662a1); background-image: linear-gradient(to bottom, #2f426c, #4662a1); z-index: 1; margin-top: -126px; border-bottom: none; }
  #mainarticle { margin: -5px 0px 0 20px; padding: 14px 0 20px 0; background: white; box-shadow: 2px 2px 5px black; z-index: 10; min-height: 580px; }
  #mainarticle h1 .subheading { font-size: 50% !important; font-weight: 300; }
  #mainarticle h1 .subheading, #mainarticle h2 .subheading { margin: 0; padding: 0; line-height: 100%; font-size: 40%; }
  #mainarticle p { font-size: 15px; margin: 0 0 10px 0; line-height: 25px; }
  #latestnews { margin: -46px -20px 0 20px; background: white; box-shadow: 2px 2px 5px black; z-index: 10; /*
h3 {
}
h4 {
	font-size: 130%;
	line-height: 95%;
	
}
.threehundred {
	color: $sbs-purple;
}
p {
	font-size: 14px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid darken($sbs-light-blue,5%);
	padding-bottom: 20px;
}
p:last-child {
	margin-bottom: 20px;
	border-bottom: 0;
}
a {
	text-transform: uppercase;
	font-weight: $font-heavy;
	text-decoration: none;
}
*/ }
  .blog-wrap { margin: 0px 10px 120px 10px; }
  .fromtheblog { margin: -46px 0 0 0; }
  .fromtheblog h3 { color: white; font-size: 1.4em; margin-bottom: 17px; font-weight: 900; }
  .fromtheblog h3 a, .fromtheblog h3 a:hover { text-transform: none; color: #fff; }
  .fromtheblog .blog-article { margin-bottom: 10px; padding-bottom: 10px; }
  .fromtheblog .blog-article-last { padding-bottom: 10px; }
  .small-signup { color: white; }
  .small-share p { text-transform: uppercase; color: white; }
  .small-share ul li { margin: 0px 5px 0px 0px; }
  .small-share ul li a { font-size: 18px; line-height: 18px; }
  .submenu .button { min-width: 90%; margin: 2px 0; font-size: 90%; padding: 6px 8px; font-weight: 400; }
  .youmayalsolike { margin: 0px; position: relative; float: none; }
  .youmayalsolike img { border: 4px solid white; box-shadow: 1px 1px 8px black; max-width: 100%; height: auto; }
  .largeheading h2 { font-weight: 400; color: #253353; margin: 10px 0px 0px 0px; padding: 0; }
  .homebody { margin: 0 0 20px 0; }
  .submenu { padding: 0px 0px 0px 0px; margin: 0px 0px 20px 0px; clear: both; }
  .side_promobox { position: relative; margin: 0px 0px 0px 0px; clear: both; width: 90%; }
  .side_promobox .overlay { position: relative; bottom: 0; left: 0; width: 100%; padding: 0px; background: none; margin-bottom: 20px; }
  .side_promobox .overlay h5 { color: #253353; padding: 5px 0px 1px 0px; }
  .side_promobox .overlay p { color: #253353; }
  .otherbg { background-color: #2f426c; background-image: -webkit-gradient(linear, left top, left bottom, from(#4662a1), to(#2f426c)); background-image: -webkit-linear-gradient(top, #4662a1, #2f426c); background-image: -moz-linear-gradient(top, #4662a1, #2f426c); background-image: -o-linear-gradient(top, #4662a1, #2f426c); background-image: linear-gradient(to bottom, #4662a1, #2f426c); height: 15px; }
  h3.alsolike { margin: 10px 0px 10px 0px; font-size: 1.2em; }
  .mainbody { margin-right: 0px; }
  .mainbodyfooter { margin-bottom: 10px; background-color: #4662a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#2f426c), to(#4662a1)); background-image: -webkit-linear-gradient(top, #2f426c, #4662a1); background-image: -moz-linear-gradient(top, #2f426c, #4662a1); background-image: -o-linear-gradient(top, #2f426c, #4662a1); background-image: linear-gradient(to bottom, #2f426c, #4662a1); z-index: 1; margin-top: -60px; border-bottom: none; background-color: #fff; }
  .mainbodyfooter .small-signup { float: left; clear: both; margin: 50px 60px 20px 8px; }
  .mainbodyfooter .small-share { float: left; clear: none; margin: 50px 0px 20px 0px; }
  #prev-main, #next-main { display: none !important; }
  /* needs to tally with the menu it sits above */
  .menu-search-mobile { display: none; }
  .menu-search-box { position: absolute; text-align: right; z-index: 100; color: #fff; right: 0px; overflow: hidden; bottom: 0px; height: 59px; display: block; padding: 15px 10px 20px 10px; cursor: pointer; }
  .box-on { background: #27375a; }
  .box-on.menu-search-box { border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
  .menu-search-box .icon-search { text-align: right !important; padding-right: 5px; }
  .menu-search-box > a { text-indent: -9999px; text-align: left; display: inline-block; }
  .menu-search-box-on { background: #27375a; float: right; display: block; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; padding: 0 5px 0px 10px; height: 55px; clear: both; overflow: hidden; position: absolute; bottom: -55px; right: 0; z-index: 9; width: 100%; }
  div.hidden { display: none; }
  .menu-search-box-on a, .menu-search-box-on input { float: left; display: block; margin-top: 15px; }
  .menu-search-box-on a { width: 40px; background-image: none !important; text-align: center; }
  .menu-search-box-on input { line-height: 20px; margin-right: 2px; width: 90%; }
  ul.biblesorg_search_results li { width: 45%; margin: 0px 5% 0px 0px; height: 100px; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) { /****************************************************************** Site Name:  Author:   Stylesheet: Desktop Stylsheet  This is the desktop size. It's larger than an iPad so it will only be seen on the Desktop.   *****************************************************************/
  .nav li a { padding: 20px 22px 0 22px; }
  .side_promobox { float: left; position: relative; margin: 10px 10px 0px 0px; width: 90%; max-width: 220px; }
  .side_promobox img { border: 4px solid white; box-shadow: 1px 1px 8px black; max-width: 100%; height: auto; }
  .side_promobox .overlay { background: rgba(0, 0, 0, 0.6); width: 96%; position: absolute; bottom: 10px; left: 4px; color: white; padding: 5px 7px 5px 7px; font-family: "Source Sans Pro", Arial, sans-serif; margin-bottom: 0; }
  .side_promobox .overlay h5 { color: white; padding: 0px 0px 3px 0px; }
  .side_promobox .overlay p { color: white; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) { /****************************************************************** Site Name:  Author:   Stylesheet: Super Large Monitor Stylesheet  You can add some advanced styles here if you like. This kicks in on larger screens.  *****************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { /****************************************************************** Site Name:  Author:   Stylesheet: Retina Screens & Devices Stylesheet  When handling retina screens you need to make adjustments, especially if you're not using font icons. Here you can add them in one neat place.  *****************************************************************/
  /*   EXAMPLE  Let's say you have an image and you need to make sure it looks ok on retina screens. Let's say we have an icon which dimension are 24px x 24px. In your regular stylesheets, it would look something like this:  .icon { 	width: 24px; 	height: 24px; 	background: url(img/test.png) no-repeat; }  For retina screens, we have to make some adjustments, so that image doesn't look blurry. So, taking into account the image above and the dimensions, this is what we would put in our retina stylesheet:  .icon { 	background: url(img/test@2x.png) no-repeat; 	background-size: 24px 24px; }  So, you would create the same icon, but at double the resolution, meaning  it would be 48px x 48px. You'd name it the same, but with a @2x at the end (this is pretty standard practice). Set the background image so it matches the original dimensions and you are good to go.   */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print { /****************************************************************** Site Name: Author:  Stylesheet: Print Stylesheet  This is the print stylesheet. There's probably not a lot of reasons to edit this stylesheet. If you want to though, go for it.  *****************************************************************/
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { color: #444444 !important; text-decoration: underline; }
  a:after, a:visited:after { content: " (" attr(href) ")"; }
  a abbr[title]:after, a:visited abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  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; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav { display: none; } }



/* Acronix Accordion Alterations */ 

.arconix-accordions {
  border: 0;
  }

div.arconix-accordion-title {
	border: 0;
	background-color: #435f9c;
	color: #fff !important;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: normal;
}

div.arconix-accordion-title:hover {
	background-color: #5572b1;
}

div.arconix-accordion-title.current {
	background-color: #27375c;
}

.arconix-accordion-title.current, .arconix-accordion-title.current:hover, .arconix-accordion-title.current:active {
	background-color: #27375c;
}

.arconix-accordion-content {
	background-color: transparent !important;
	font-size: 14px;
}

#takeover img {
	max-width:100%;
	height: auto;
}

/* RoyalSlider CSS override for Gospel Giveaway page */ 
#new-royalslider-6,
#new-royalslider-6 .rsOverflow,
#new-royalslider-6 .rsSlide,
#new-royalslider-6 .rsVideoFrameHolder,
#new-royalslider-6 .rsThumbs {
    background: #d0dbdf !important;
}

#new-royalslider-6 .rsContentSlider p {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #d0dbdf !important;;
}
}

div.blockquote_alt {
	background: #f9f9f9; border-left: 10px solid #4561a2; margin: 1.5em 0px; padding: 0.5em 10px; quotes: "\201C""\201D"; 
}

div.blockquote_alt:before { color: #ccc; content: open-quote; font-size: 4em; line-height: .1em; margin-right: .25em; vertical-align: -.4em; }

div.blockquote_alt_v2 {
	background: #f9f9f9; margin: 1.5em 0px; padding: 1.5em 3em; quotes: "\201C""\201D"; 
}

div.blockquote_alt_v2:before { color: #ccc; content: open-quote; font-size: 4em; line-height: .1em; margin-right: .25em; vertical-align: -.4em; }

.end-section h2, .hide-head h2 {display: none}

/* Play button for articles tagged with 'video' tag */ 
.videobutton {
}

.tags a, .tags a:visited, .tags a:active { 
background:#eee;
border:1px solid #ccc;
border-radius:5px;
text-decoration:none;
padding:3px;
margin:3px;
text-transform:uppercase;
}
 
.tags a:hover { 
background:#4662a1;
color:#FFF;
}

.tagbox { 
background-color:#eee;
border: 1px solid #ccc;
    border-radius:5px;
margin:0px 10px 15px 0px;
line-height: 200%;
padding:3px 0 3px 3px;
    text-transform:uppercase;
 
}
.taglink  { 
padding:3px 5px 3px 0;
}
 
.tagbox a, .tagbox a:visited, .tagbox a:active { 
text-decoration:none;
}

.tagbox a:hover { 
background-color:#4662a1;
color:white;
}
 
.tagcount { 
background-color:#4662a1;
color:white;
position: relative;
padding:3px;
} 

/* Accordion CSS */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

span.v {
  vertical-align: super;
  font-size: smaller;
}

.entry-content .aligncenter, .entry-content img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }