/*
Theme Name: Veritas_updated
Author: BWD inc. & marketbypixel
Author URI: http://gobwd.com/ and http://www.marketbypixel.com
Version: 2.0

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

@TODO

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}



html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote .small::before, blockquote footer::before, blockquote small::before {
    content: "" !important;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0; color:#333 !important;
}

a img {
	border: 0;
}

/* The main background color */
body {
	background: rgb( 247, 247, 247 );
}




/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: rgb( 51, 51, 51 );
	 font-family: "Lora",sans-serif !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 1.6 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;   
}

h1 {
	margin-bottom: 0.25em;
	
	font-size: 3.6rem;
	line-height: 1.33;
color: #A13025 !important;
}
h2 {
	margin-bottom: 0.20em;
	font-size: 3.0rem;
}
h3 {
	margin-bottom: 0.20em;
	font-size: 2.4rem;
}
h4 {
	margin-bottom: 0.20em;
	font-size: 2.0rem;
	font-weight: 600;
}
h5 {
	margin-bottom: 0.20em;
	color: rgb( 161, 48, 37 );
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
}
h6 {
	font-weight: 600;
}

p {
	margin-bottom: 1.5em; font-family: "Lora",sans-serif;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	position: relative;
	margin: 0 1em;
	font-size: 3.0rem !important;
	line-height: 1.5 !important;
border-left: 0px solid #fff !important;
 font-style: italic;
}
blockquote p::before,
blockquote p::after {
	display: inline-block;
	color: rgb( 220, 220, 220 );
	font-family: "veritas-icons";
	font-size: 4.0rem;
	font-style: normal;
	font-weight: normal;
}
blockquote p::before {
	margin-right: 0.5em;
	content: '\e817';
}
blockquote p::after {
	margin-left: 0.5em;
	content: '\e816';
	line-height: 0.5;
}
blockquote cite {
	font-size: 2.0rem;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

/* Tables */

table {
	margin: 0 0 1.5em;
	width: 100%;
}
tr.even {
	background: rgb( 235, 235, 235 );
}
th {
	padding: 5px 0;
	color: rgb( 255, 255, 255 );
	background: rgb( 161, 48, 37 );
}
td {
	padding: 5px 0;
}
th:first-child,
td:first-child,
td:last-child {
	padding-left: 10px;
}
th:last-child,
td:last-child {
	padding-right: 10px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

a[role="button"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 0.8em 2em;
	color: rgb( 255, 255, 255 ) !important;
	font-size: 1.6rem !important;
	font-style: italic;
	line-height: 1;
	text-decoration: none !important;
	background: rgb( 133, 15, 22 );
	border: none;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

a[role="button"]:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: rgb( 255, 255, 255 );
	background: rgb( 0, 0, 0 );
}

a[role="button"]:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a[role="button"]:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 6px 8px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
12.0 Form - Subscribe
--------------------------------------------------------------*/

.emailfly {position:fixed; top:25%; left:0px; z-index:400000;}


.subscribe-form {
	position: relative;
}
.subscribe-form .subscribe-submit.icon-loader {
	padding-right: 0.5em;
}
.subscribe-form .subscribe-submit.icon-loader::before {
	float: right;
	margin-left: 0.5em;
}
.subscribe-form.message::after {
	display: block;
	width: 100%;
	padding: 10px;
	content: attr(data-message);
	color: rgb( 255, 255, 255 );
	font-style: italic;
	line-height: 1;
	text-align: center;
	background: rgba( 0, 0, 0, 0.8 );
	overflow: hidden;
}
.subscribe-form.success::after {
	background: rgba( 24, 133, 35, 0.9 );
}
.subscribe-form.error::after {
	background: rgba( 133, 15, 22, 0.8 );
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/* 5.1 - Links */

#main a {
	color: #A13025;
	text-decoration: none !important;
}
#main a:hover,
#main a:focus,
#main a:active {
	color: #333;
	text-decoration: underline;
}

a.blanca{color:#fff !important;}
a.blanca:hover{color:#333 !important;}

a.read-more{color:#fff !important;}
a.read-more:hover{color:#333 !important;}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.alignleft,
.alignright {
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.container:before,
.container:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.container:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/

.entry-content img {
	padding: 10px;
	background: rgb( 255, 255, 255 );
	border: 1px solid rgb( 235, 235, 235 );
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Embeds */
embed,
iframe,
object {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
embed,
iframe.video-frame,
object {
	padding: 10px;
	background: rgb( 255, 255, 255 );
	border: 1px solid rgb( 235, 235, 235 );
}

/*--------------------------------------------------------------
9.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.5em 0 0;
}

.full-width .wp-caption {
	position: relative;
}
.full-width .wp-caption .wp-caption-text {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	margin: 0;
	padding: 20px;
	color: rgb( 255, 255, 255 );
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: left;
	background: rgba( 133, 15, 22, 0.9 );
}

/*--------------------------------------------------------------
9.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
10.0 Structure
--------------------------------------------------------------*/

#page {
	padding-top: 50px;
}

.container {
	width: 100%;
	padding: 0 20px;
}
@media screen and ( min-width: 990px ) {
	
	.container {
		width: 990px;
		margin: 0 auto;
		padding: 0;
	}
}

/* 10.1 Content */

.site-content {
	position: relative;
	padding: 20px;
}

@media screen and ( min-width: 600px ) {
	
	/* No-hero Pages */
	.no-hero .site-main {
		padding-top: 40px;
	}
}

@media screen and ( min-width: 800px ) {
	
	.site-main {
		float: left;
		width: 66.25%;
		padding-right: 20px;
	}
	
	/* Full Width Pages */
	.full-width .site-main {
		float: none;
		width: 100%;
		padding-right: 0;

	}

.home {
		
padding-top: 0px; /*when progress bar comes back set to 20%*/
	}
	
	.articles-widget-area {
		float: right;
		width: 33.75%;
		padding-left: 20px;
	}
}

/*--------------------------------------------------------------
11.0 Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	color: rgb( 255, 255, 255 );
	font-family: 'proxima-nova', sans-serif !important;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1;
	background: rgb( 124, 8, 14 );
	z-index: 900;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.site-header.unpinned {
	-webkit-transform: translateY( -100% );
	    -ms-transform: translateY( -100% );
	        transform: translateY( -100% );
}

.site-header a {
	color: rgb( 255, 255, 255 );
}
.site-header a:hover {
	text-decoration: none;
}
.site-header .container {
	position: relative;
	padding: 5px 0;
}

.site-header .site-logo {
	display: none;
	position: absolute;
	top: 0;
	left: 70px;
	width: 78px;
	height: 98px;
	padding-top: 8px;
	background: url(images/logo-main-bg.svg);
	z-index: 7;
}
.site-header .site-logo img {
	display: block;
	margin: 0 auto;
}
@media screen and ( min-width: 600px ) {
	
	.site-header .site-logo {
		display: block;
		-webkit-transition: all 0.3s;
	            transition: all 0.3s;
	}
	.site-header.unpinned .site-logo {
		-webkit-transform: translateY( -100% );
	        -ms-transform: translateY( -100% );
	            transform: translateY( -100% );
	}
}

.site-header .site-branding {
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
}
.site-header .site-branding h1 {
	font-size: 2.0rem;
	margin-bottom: 0;
}
.site-header .site-branding h2.site-description {
	color: rgb( 204, 154, 52 );
	font-size: 1.3rem;
}
@media screen and ( min-width: 900px ) {
	
	.site-header .site-branding {
		float: left;
		margin-left: 170px;
		padding: 0;
	}
}

.secondary-navigation {
	display: none;
	float: left;
	margin: 0 0 0 30px;
	padding: 14px 0 0;
	font-size: 1.6rem;
	list-style: none;
}
.secondary-navigation li {
	float: left;
	margin-right: 20px;
}
@media screen and ( min-width: 900px ) {
	
	.secondary-navigation {
		display: block;
	}
}

/* 11.1 - Main Nav */

.main-navigation {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
}

.main-navigation .menu-toggle {
	display: block;
	position: absolute;
	top: -55px;
	left: 20px;
	margin: 0;
	padding: 2px 0 8px;
	color: rgb( 255, 255, 255 );
	font-style: normal;
	text-align: center;
	text-shadow: none;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.main-navigation .menu-toggle::before {
	display: block;
	margin: 0 0 4px 0;
}
.main-navigation .menu-toggle span {
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.0rem;
	text-transform: uppercase;
}
.main-navigation .menu-toggle:hover {
	box-shadow: none;
}

.main-navigation .main-menu-wrap {
	display: none;
	position: fixed;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
}
.main-navigation.toggled .main-menu-wrap {
	display: block;
}

.main-navigation .main-menu {
	padding: 20px 0;
	font-size: 1.6rem;
	line-height: 1;
	background: rgb( 107, 12, 18 );
}

.main-navigation .menu-section {
	margin-bottom: 1em;
}
.main-navigation .menu-section:last-child {
	margin-bottom: 0;
}
.main-navigation .menu-section h3 {
	margin-bottom: 0.5em;
	padding: 0 20px;
	color: rgb( 250, 183, 0 );
	font-size: 1.8rem;
}
.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	display: block;
	padding: 8px 20px;
}
.main-navigation a::before {
	margin-right: 0.5em;
}
/*.main-navigation li:hover > a,*/
.main-navigation li.active > a {
	position: relative;
	background: rgb( 124, 8, 14 );
}
.main-navigation a:hover {
	text-decoration: none;
}

.main-navigation li .sub-menu {
	position: relative;
	padding: 20px;
	background: rgb( 94, 10, 16 );
}
.main-navigation li .sub-menu::before {
	position: absolute;
	top: -10px;
	right: 20px;
	width: 10px;
	height: 10px;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid rgb( 94, 10, 16 );
}
.main-navigation li .sub-menu .menu-section h3 {
	padding: 0;
}
.main-navigation li .sub-menu li {
	border-bottom: 1px solid rgb( 169, 23, 33 );
}
.main-navigation li .sub-menu li:hover > a {
	background: none;
}
.main-navigation li .sub-menu a {
	padding-left: 0;
	padding-right: 0;
}

.main-navigation .donate-menu-section {
	margin: 20px 20px 0;
	padding-top: 20px;
	border-top: 1px solid rgb( 255, 255, 255 );
}
.main-navigation .donate-menu-section a[role="button"] {
	margin: 0 50px;
	padding: 14px 25px;
	 font-family: "Lora",sans-serif !important;
	font-size: 2.2rem;
	text-align: center;
	background: rgb( 250, 183, 0 );
	border-radius: 25px;
}
.main-navigation .donate-menu-section a[role="button"]:hover {
	background: #4e608d;
}

@media screen and ( min-width: 800px ) {
	
	.main-navigation:hover .main-menu-wrap {
		display: block;
	}
	
	.main-navigation .main-menu-wrap {
		position: absolute;
		top: 0;
		right: auto;
		bottom: auto;
		left: 0;
		width: 100%;
		padding-top: 16px;
		overflow: visible;
	}
	
	.main-navigation .main-menu {
		position: relative;
		width: 44%;
	}
	.main-navigation .main-menu::before {
		position: absolute;
		top: -10px;
		left: 22px;
		width: 0;
		height: 0;
		content: '';
		border-right: 10px solid transparent;
		border-bottom: 10px solid rgb( 107, 12, 18 );
		border-left: 10px solid transparent;
	}
	
	.main-navigation a {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.main-navigation li .sub-menu {
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 50%;
	}
	.main-navigation li.active > .sub-menu,
	/*.main-navigation li:hover > .sub-menu*/ {
		display: block;
	}
	/*.main-navigation li.has-children:hover > a::after,*/
	.main-navigation li.has-children.active > a::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		content: '';
		border-top: 16px solid transparent;
		border-right: 16px solid rgb( 94, 10, 16 );
		border-bottom: 17px solid transparent;
	}
	.main-navigation  li .sub-menu::before {
		display: none;
	}
	
}

.site-header .share {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}
.site-header .share .share-toggle {
	position: absolute;
	top: -36px;
	right: 20px;
	margin: 0;
	padding: 0;
	background: none;
}
.site-header .share .share-toggle::before {
	font-size: 20px;
}
.site-header .share .share-toggle span {
	display: none;
}
.site-header .share .share-toggle:hover {
	background: none;
}
.site-header .share .social-links {
	display: none;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	list-style: none;
	background: rgb( 94, 10, 16 );
}
.site-header .share .social-links li {
	display: inline;
	margin: 0 1px;
}
.site-header .share .social-links li:first-child {
	margin-left: 0;
}
.site-header .share .social-links li:last-child {
	margin-right: 0;
}
.site-header .share .social-links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 6px 0 0;
	font-size: 1.6rem;
	line-height: 1;
	border-radius: 50%;
}
.site-header .share .social-links a:hover {
	color: rgb( 255, 255, 255 );
	text-decoration: none;
}
.site-header .share .social-links .facebook a {
	background: rgb( 59, 89, 152 );
}
.site-header .share .social-links .twitter a {
	background: rgb( 0, 160, 209 );
}
.site-header .share .social-links .instagram a {
	background: rgb( 81, 127, 164 );
}
.site-header .share .social-links .rss a {
	background: rgb( 255, 102, 0 );
}
@media screen and ( min-width: 600px ) {
	
	.site-header .share .share-toggle {
		display: none;
	}
	
	.site-header .share {
		top: 50%;
		right: 0px;
		left: auto;
		-webkit-transform: translateY( -50% );
		    -ms-transform: translateY( -50% );
		        transform: translateY( -50% );
	}
	.site-header .share .social-links {
		display: block !important;
		padding: 0;
		background: none;
	}
}

/*--------------------------------------------------------------
12.0 Hero
--------------------------------------------------------------*/

.hero {
	position: relative;
	width: 100%;
	height: 400px;
	background-position: 50% -40px;
	background-size: cover;
}

@media screen and ( min-width: 600px ) {
	
	.hero {
		height: 600px;
	}
	
}

/*--------------------------------------------------------------
12.0 Breadcrumbs
--------------------------------------------------------------*/

.site-breadcrumbs {
	color: rgb( 153, 153, 153 );
	font-style: italic;
	background: rgb( 240, 240, 240 );
}
.site-breadcrumbs .container {
	padding: 20px;
}
.site-breadcrumbs .divider {
	margin: 0 10px;
	font-size: 12px;
}
.site-breadcrumbs .icon-home {
	color: rgb( 153, 153, 153 );
}
.site-breadcrumbs .post-edit-link {
	float: right;
}

/*--------------------------------------------------------------
12.0 Content
--------------------------------------------------------------*/

.entry-header {
	margin-bottom: 1em;
}

.entry-title {
	text-align: center;
	-ms-word-wrap: break-word;
        word-wrap: break-word;
}
.entry-subtitle {
	color: rgb( 120, 120, 120 );
	font-size: 1.6rem;
	font-style: italic;
	text-align: center;
}

.entry-content {
	-ms-word-wrap: break-word;
        word-wrap: break-word;
}

/* 12.2 - Navigation */

.site-main .comment-navigation,
.site-main .content-index-navigation,
.site-main .article-navigation {
	margin: 0 0 1.5em;
	padding-top: 20px;
	font-size: 2.0rem;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.content-index-navigation .nav-previous,
.article-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.content-index-navigation .nav-next,
.article-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* 12.1 - Articles */

article.post {
	margin: 0 0 1.5em;
	border-bottom: 1px solid rgb( 235, 235, 235 );
}
article.sticky {
	padding: 20px;
	background: rgb( 235, 235, 235 );
	border-bottom: none;
}

.article-header {
	margin-bottom: 1em;
}
.article-header figure {
	display: block;
}
.article-header figure img {
	width: 100%;
}
.article-header .article-meta {
	color: rgb( 119, 119, 119 );
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
}
.article-header .article-meta .updated {
	display: none;
}

.article-tags {
	margin-bottom: 1em;
}
.article-tags h3 {
	margin-bottom: 1em;
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid rgb( 204, 204, 204 );
}
.article-tags ul {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1;
	list-style: none;
}
.article-tags li {
	float: left;
	margin: 0 0.7em 0.7em 0;
}
.article-tags a {
	display: block;
	padding: 10px 15px;
	color: rgb( 51, 51, 51 );
	background: rgb( 235, 235, 235 );
	border-radius: 2px;
}
.article-tags a:hover {
	text-decoration: none;
	background: rgb( 225, 225, 225 );
}

/* 12.3 - Comments */

#disqus_thread iframe {
	padding: 0;
	background: none;
}

.comments-title {
	-ms-word-wrap: break-word;
        word-wrap: break-word;
}

.comments-area ol {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	list-style: none;
}
.comment-list .comment {
	margin-bottom: 1em;
	padding: 20px;
	background: rgb( 235, 235, 235 );
}
.comment .comment-meta {
	position: relative;
	margin: 0 0 10px;
	padding-left: 42px;
}
.comment .comment-meta img {
	position: absolute;
	top: 8px;
	left: 0;
}
.comment .comment-meta .comment-metadata {
	font-size: 1.4rem;
}
.comment .comment-content {
	-ms-word-wrap: break-word;
        word-wrap: break-word;
}
.comment .comment-content a {
	word-wrap: break-word;
}
.comment .reply {
	text-align: right;
}
.comment .comment-reply-link {
	font-size: 1.4rem;
}
.bypostauthor {
	display: block;
}

/* 12.4 - Archives */

.archive-header {
	margin-bottom: 1.5em;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid rgb( 204, 204, 204 );
}
.archive-title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
.archive-header .taxonomy-description {
	font-size: 1.4rem;
}
.archive-header .taxonomy-description p {
	margin: 0;
}

article .read-more {
	display: block;
	margin: 0 0 1.5em;
	padding: 10px;
	color: rgb( 255, 255, 255 );
	text-align: center;
	background: rgb( 161, 48, 37 );
	border-radius: 4px;
}
article .read-more:hover {
	background: rgb( 140, 48, 37 );
	text-decoration: none;
}
article.sticky .read-more {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
12.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 2em;
	font-size: 1.6rem;
	-ms-word-wrap: break-word;
        word-wrap: break-word;
}
.widget .widget-title {
	margin-bottom: 0.5em;
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid rgb( 204, 204, 204 );
}
.widget ul,
.widget ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul ul,
.widget ol ol {
	margin: 0 0 0 1em;
}

.widget select {
	width: 100%;
}

/* Search */
.search-widget .site-search {
	position: relative;
	padding-right: 50px;
}
.search-widget .site-search input[type="search"] {
	width: 100%;
}
.search-widget .site-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	font-size: 20px;
	background: rgb( 155, 155, 155 );
	border-radius: 50%;
}
.search-widget .site-search button:hover {
	background: rgb( 0, 0, 0 );
}

/* Latest Articles */
.latest-articles-widget a {
	display: block;
}
.latest-articles-widget article {
	margin: 0 0 1em;
}
.latest-articles-widget article img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.latest-articles-widget article h1 {
	color: rgb( 64, 64, 64 );
	font-style: italic;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.875;
}

/* Resources */
.resources-widget ul {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1.875;
	list-style: none;
}
.resources-widget a {
	color: rgb( 64, 64, 64 );
}

/* Core - Calendar */
.widget_calendar #calendar_wrap {
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.widget_calendar tbody td {
	background: rgb( 255, 255, 255 );
	border: 1px solid rgb( 247, 247, 247 );
	text-align: center;
	padding: 8px;
}
.widget_calendar tbody td:hover {
	background: rgb( 247, 247, 247 );
}
.widget_calendar #next {
	text-align: right;
}

/* Core - Search */
.widget_search .search-submit {
	display: none;
}
.widget_search .search-field {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}

/* Core - RSS */
.widget_rss li {
	margin-bottom: 1em;
}
.widget_rss .rss-date {
	color: rgb( 150, 150, 150 );
	font-style: italic;
}

/* Core - Recent Comments */
.widget_recent_comments li {
	margin-bottom: 0.5em;
}


/*--------------------------------------------------------------
12.0 Locations
--------------------------------------------------------------*/

.locations-wrap {
	position: relative;
	background: rgb( 133, 15, 22 );
	overflow: hidden;
}

.locations-wrap .selected-location {
	padding: 20px 0;
	color: rgb( 255, 255, 255 );
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.4rem;
	text-align: center;
}
.locations-wrap .selected-location h1 {
	color: rgb( 250, 183, 0 );
	font-size: 1.8rem;
	font-weight: 600;
}
.locations-wrap .selected-location p {
	margin-bottom: 0.4em;
}

.locations-wrap .locations-inner {
	position: relative;
	width: 800px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.locations-wrap .locations-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
	height: 100%;
}
.locations-wrap .locations-slider > div {
	float: left;
	width: 800px;
}

.locations-wrap .prev,
.locations-wrap .next {
	position: absolute;
	top: 50%;
	left: -20px;
	color: rgb( 255, 255, 255 );
	font-size: 100px;
	-webkit-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	        transform: translateY( -50% );
}
.locations-wrap .prev:hover,
.locations-wrap .next:hover {
	text-decoration: none;
}
.locations-wrap .next {
	right: -20px;
	left: auto;
}

.locations-wrap .regions {
	margin: 0;
	padding: 0 0 20px 0;
	font-style: italic;
	list-style: none;
	text-align: center;
}
.locations-wrap .regions li {
	display: inline-block;
	margin: 0 20px;
}
.locations-wrap .regions a {
	color: rgb( 255, 255, 255 );
}

.united-states-locations {
	position: relative;
}
.united-states-locations .map {
	position: relative;
	width: 712px;
	height: 400px;
	margin: 0 auto;
	background: url(images/locations/map-us.svg);
}
.united-states-locations .pin {
	position: absolute;
	width: 24px;
	height: 28px;
	background: url(images/locations/pin-small.svg) no-repeat;
	cursor: pointer;
}

/* The Globe */
.locations-globe {
	position: relative;
	width: 400px;
	height: 400px;
	margin: 0 auto;
}
.locations-globe .globe,
.locations-globe .locations {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
}

.locations-globe .location {
    position: absolute;
    top: 60px;
    left: 52px;
    width: 52px;
    height: 60px;
    margin: -60px 0 0 -26px;
    background: url(images/locations/pin-large.svg) no-repeat;
    cursor: pointer;
}


/*--------------------------------------------------------------
12.0 Student Brothers
--------------------------------------------------------------*/

.student-brother-header .photo {
	width: 100%;
	height: 0;
	margin: 0 auto 2em;
	padding: 0 0 100% 0;
	border-radius: 50%;
	overflow: hidden;
}
.student-brother-header .photo.no-photo {
	background: rgb( 220, 220, 220 );
}
.student-brother-header .photo img {
	display: block;
	width: 100%;
	height: auto;
}

.student-brothers .student-brother a,
.student-brothers .student-brother a:hover {
	text-decoration: none;
}
.student-brothers .student-brother .photo {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.student-brothers .student-brother a:hover .photo::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba( 0, 0, 0, 0.5 );
}
.student-brothers .student-brother a:hover .photo::after {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 5px 20px;
	content: 'More';
	color: rgb( 255, 255, 255 );
	font-style: italic;
	line-height: 1;
	border: 1px solid rgb( 255, 255, 255 );
	border-radius: 4px;
	-webkit-transform: translate( -50%, -40% );
	    -ms-transform: translate( -50%, -40% );
	        transform: translate( -50%, -40% );
}
.student-brothers .student-brother h1 {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

/* Archive */
.post-type-archive-student-brother .student-brothers {
	padding-top: 2em;
}
.post-type-archive-student-brother .student-brothers article {
	float: left;
	width: 33.3333%;
	margin-bottom: 20px;
	padding: 0 5px;
}
.post-type-archive-student-brother .student-brothers article:nth-child(3n+3) {
	padding: 0 0 0 15px;
}
.post-type-archive-student-brother .student-brothers article:nth-child(3n+1) {
	padding: 0 15px 0 0;
	clear: both;
}

@media screen and ( min-width: 520px ) {
	
	.post-type-archive-student-brother .student-brothers article {
		width: 25%;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(3n+1),
	.post-type-archive-student-brother .student-brothers article:nth-child(3n+3) {
		padding: 0 5px;
		clear: none;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+1) {
		padding: 0 15px 0 0;
		clear: both;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+2) {
		padding-right: 10px;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+3) {
		padding-left: 10px;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+4) {
		padding: 0 0 0 15px;
	}
	
}
@media screen and ( min-width: 680px ) {
	
	.post-type-archive-student-brother .student-brothers article {
		width: 20%;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+1),
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+2),
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+3),
	.post-type-archive-student-brother .student-brothers article:nth-child(4n+4) {
		padding: 0 5px;
		clear: none;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(5n+1) {
		padding: 0 25px 0 5px;
		clear: both;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(5n+2) {
		padding: 0 20px 0 10px;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(5n+3) {
		padding: 0 15px;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(5n+4) {
		padding: 0 10px 0 20px;
	}
	.post-type-archive-student-brother .student-brothers article:nth-child(5n+5) {
		padding: 0 5px 0 25px;
	}
	
}

/* Single */
.single-student-brother .student-brother-header {
	position: relative;
	margin-bottom: 2em;
}
.single-student-brother .student-brother-header .photo {
	width: 160px;
	height: 160px;
	padding: 0;
}

.student-brother-navigation {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 160px;
	margin: -0.5em 0 0 -80px;
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.student-brother-navigation .previous,
.student-brother-navigation .next {
	display: block;
	position: absolute;
	top: 0;
}
.student-brother-navigation .previous {
	right: 130%;
	text-align: right;
}
.student-brother-navigation .next {
	left: 130%;
}
.student-brother-navigation .previous::before,
.student-brother-navigation .next::before {
	position: absolute;
	top: 50%;
	margin: 0;
	-webkit-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	        transform: translateY( -50% );
}
.student-brother-navigation .previous::before {
	left: -1.2em;
}
.student-brother-navigation .next::before {
	right: -1.2em;
}
.student-brother-navigation a:hover {
	color: rgb( 0, 0, 0 );
	text-decoration: none;
}
.student-brother-navigation span.previous,
.student-brother-navigation span.next {
	color: rgb( 220, 220, 220 );
}

.student-brother-meta {
	margin: 0 0 1em 0;
	padding: 0;
	color: rgb( 160, 160, 160 );
	line-height: 1.3;
	list-style: none;
}
.student-brother-meta li {
	float: left;
	width: 40%;
	margin-bottom: 1em;
	padding-right: 20px;
}
.student-brother-meta li.list1new{width:20%}
.student-brother-meta li.list3new{  padding-left:20px;}



.student-brother-meta li:nth-child( even ) {
	padding: 0;
}
.student-brother-meta strong {
	color: rgb( 161, 48, 37 );
	font-weight: 300;
}

.student-brother-content .donate-button {
	padding-top: 1em;
	text-align: center;
}
.student-brother-content .donate-button a {
	padding: 10px 40px;
	font-size: 2.4rem;
	background-color: rgb( 250, 183, 0 );
}


/*--------------------------------------------------------------
12.0 Front Page
--------------------------------------------------------------*/

.home .site-content {
	width: 100%;
	padding: 0;
}

.front-page section {
	padding: 40px 0px;
	text-align: center;
}
.front-page section.full-width {
	padding: 0;
}
.front-page section header {
	margin-bottom: 2em;
}
.front-page section header h2 {
	color: rgb( 119, 119, 119 );
	font-size: 1.8rem;
	font-style: italic;
}

.front-page section embed,
.front-page section iframe,
.front-page section object {
	width: 100%;
}

/*--------------------------------------------------------------
12.0 Front Page - Slider
--------------------------------------------------------------*/

.front-page .slides {
	position: relative;
}

.sy-box {
	position: relative;
}

/* Prev/Next */
.sy-controls {
	display: none;
}
.sy-slides-wrap:hover .sy-controls {
	display: none;
}

/* Bubbles */
.sy-pager {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	text-align: center;
	overflow: hidden;
	z-index: 60;
	*zoom: 1;
}
.sy-pager li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 14px 0 0;
}
.sy-pager li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: rgb( 255, 255, 255 );
	border-radius: 50%;
	opacity: 0.5;
}
.sy-pager li.sy-active a,
.sy-pager li a:hover,
.sy-pager li a:focus {
  opacity: 0.8;
}
@media screen and ( min-width: 800px ) {
	
	.sy-pager {
		display: none;
	}
}

#main {overflow: hidden !important;}


/*--------------------------------------------------------------
12.0 Front Page - Hero Slider
--------------------------------------------------------------*/

.hero-slider li {
	height: 400px;
	text-align: center;
	background-position: center top;
	background-size: cover;
}
.hero-slider li::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgb( 0, 0, 0 );
	opacity: 0.4;
	z-index: 5;
}
.hero-slider .slide-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20px;
	-webkit-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	        transform: translateY( -50% );
	z-index: 10;
}
.hero-slider .slide-title {
	margin-bottom: 1.5em;
	color: rgb( 255, 255, 255 );
	font-size: 3.0rem;
	font-style: italic;
}
.hero-slider a[role="button"],
.hero-slider button {
	background: rgba( 250, 183, 0, 0.75 );
}
.hero-slider a[role="button"]:hover,
.hero-slider button:hover {
	background: rgba( 250, 183, 0, 0.85 );
}

.hero-slider input[type="email"] {
	width: 100%;
	margin-bottom: 1em;
	background: rgba( 255, 255, 255, 0.4 );
	border: none;
}
.hero-slider input::-webkit-input-placeholder {
   color: rgb( 38, 38, 38 );
}

.hero-slider input:-moz-placeholder { /* Firefox 18- */
   color: rgb( 38, 38, 38 );  
}

.hero-slider input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb( 38, 38, 38 );  
}

.hero-slider input:-ms-input-placeholder {  
   color: rgb( 38, 38, 38 );  
}

.hero-slider .subscribe-submit {
	vertical-align: top;
}
@media screen and ( min-width: 600px ) {
	
	.hero-slider li {
		height: 500px;
	}
	
	.hero-slider input[type="email"] {
		width: 300px;
		margin-right: 20px;
	}
}

@media screen and ( min-width: 800px ) {
	
	.hero-slider li {
		height: 600px;
	}
	
	.hero-slider .slide-inner {
		padding: 0 100px;
	}
}
@media screen and ( min-width: 980px ) {
	
	.hero-slider .slide-inner {
		padding: 0 150px;
	}
}

/* Thumbnails & Prev/Next */
.front-page .hero-thumbnails {
	display: none;
}
@media screen and ( min-width: 800px ) {
	
	.front-page .hero-thumbnails {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 50;
		-webkit-transform: translateY( -50% );
		    -ms-transform: translateY( -50% );
		        transform: translateY( -50% );
	}
	.front-page .hero-thumbnails ul {
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}
	.front-page .hero-thumbnails li {
		margin-bottom: 20px;
	}
	.front-page .hero-thumbnails li:last-child {
		margin-bottom: 0;
	}
	.front-page .hero-thumbnails li a {
		display: block;
		width: 60px;
		height: 60px;
		background-position: center center;
		background-size: cover;
		border: 3px solid rgba( 255, 255, 255, 0.8 );
		border-radius: 50%;
	}
	.front-page .hero-thumbnails li a:hover,
	.front-page .hero-thumbnails li a.active {
		border-color: rgba( 255, 255, 255, 1 );
	}
	.front-page .hero-thumbnails > a {
		display: block;
		color: rgba( 255, 255, 255, 0.8 );
		text-align: center;
	}
	.front-page .hero-thumbnails > a:hover {
		color: rgba( 255, 255, 255, 1 );
		text-decoration: none;
	}
	.front-page .hero-thumbnails > a::before {
		width: auto;
		margin: 0;
	}
	
}
@media screen and ( min-width: 980px ) {
	
	.front-page .hero-thumbnails {
		right: 40px;
	}
	.front-page .hero-thumbnails li a {
		width: 90px;
		height: 90px;
	}
}


/*--------------------------------------------------------------
12.0 Front Page - Latest Articles
--------------------------------------------------------------*/

.front-page .latest-articles {
	position: relative;
	margin-bottom: 0em;
}
.front-page .latest-articles::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 40%;
	height: 1px;
	content: '';
	background: rgb( 204, 204, 204 );
	-webkit-transform: translateX( -50% );
	    -ms-transform: translateX( -50% );
	        transform: translateX( -50% );
}
.front-page .latest-articles > h1 {
	margin-bottom: 0.5em;
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid rgb( 204, 204, 204 );
}

.front-page .latest-articles a {
	display: block;
}
.front-page .latest-articles article {
	margin: 0 0 1em;
}
.front-page .latest-articles article:last-child {
	margin-bottom: 0;
}
.front-page .latest-articles article img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.front-page .latest-articles article h1 {
	color: rgb( 64, 64, 64 );
	font-style: italic;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.875;
}

@media screen and ( min-width: 600px ) {
	
	.front-page .latest-articles article {
		float: left;
		width: 33.3333%;
	}
	.front-page .latest-articles .the-articles article:first-child {
		padding-right: 10px;
	}
	.front-page .latest-articles .the-articles article:nth-child(2) {
		padding: 0 5px;
	}
	.front-page .latest-articles .the-articles article:nth-child(3) {
		padding-left: 10px;
	}
}
@media screen and ( min-width: 800px ) {
	
	.front-page .latest-articles .the-articles article:first-child {
		padding-right: 20px;
	}
	.front-page .latest-articles .the-articles article:nth-child(2) {
		padding: 0 10px;
	}
	.front-page .latest-articles .the-articles article:nth-child(3) {
		padding-left: 20px;
	}
}


/*--------------------------------------------------------------
12.0 Front Page - Groups
--------------------------------------------------------------*/

.front-page .groups ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.front-page .groups li {
	margin-bottom: 3em;
}
.front-page .groups li:last-child {
	margin-bottom: 0;
}
.front-page .groups article figure {
	margin-bottom: 30px;
}
.front-page .groups article img {
	display: inline-block;
}
.front-page .groups article h1 {
	color: rgb( 50, 50, 50 );
	font-size: 1.8rem;
	font-weight: 600;
}
.front-page .groups article p {
	font-size: 1.4rem;
}
.front-page .groups article a[role="button"] {
	background-color: rgb( 45, 75, 115 );
}
.front-page .groups article a[role="button"]:hover {
	background-color: rgb( 250, 183, 0 );
}

@media screen and ( min-width: 800px ) {
	
	.front-page .groups li {
		float: left;
		width: 33.3333%;
		margin-bottom: 0;
		padding: 0 10px;
	}
	.front-page .groups li:first-child {
		padding-left: 0;
	}
	.front-page .groups li:last-child {
		padding-right: 0;
	}
	
}

/*--------------------------------------------------------------
12.0 Front Page - Quote Slider
--------------------------------------------------------------*/


.front-page .quotes #carousel-quotes blockquote p {z-index:600 !important;}
#carousel-quotes {z-index:5; min-height:255px;}

.front-page .quotes {
	position: relative;
	background: url(images/front-page/quotes-bg.png) 50% bottom;
	background-size: cover;
}
.front-page .quotes::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgb( 0, 0, 0 );
	opacity: 0.4;
	z-index: 5;
}
.front-page .quotes blockquote {
	position: relative;
	width:70%;
	margin: 0 auto !important;
	color: rgb( 255, 255, 255 );
	font-size: 1.45em !important;
	line-height: 1.2em !important;
	text-align: center;
	z-index: 10;
}
.front-page .quotes blockquote p {
	position: relative;
	margin: 0 0 2em 0;
}
.front-page .quotes blockquote p::before,
.front-page .quotes blockquote p::after {
    position: relative;
   margin: 10px 8px 0px 8px;
   font-size:26px !important;
}
.front-page .quotes blockquote footer {
	color: rgb( 255, 255, 255 );
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.front-page .quotes blockquote cite {
	font-size: 1.4rem;
	font-style: normal;
	text-align:center !important;
}

@media screen and ( max-width: 500px ) {
	
	.front-page .quotes blockquote {
		width: 90% !important;
		margin: 0 auto !important;
		font-size: 1em !important;
	line-height: 1.15em !important;
	}
	.front-page .quotes blockquote p::before,
	.front-page .quotes blockquote p::after {
		display: none;
		visibility: hidden !important;
		position: relative !important;
		top: 0%;
		color: rgb( 255, 255, 255 );
	}
	.front-page .quotes blockquote p::before {
		left: -60px;
	}
	.front-page .quotes blockquote p::after {
		right: -60px;
	}
	
}
@media screen and ( max-width: 800px ) {
	
	.front-page .quotes blockquote {
		width: 100% !important;
		margin: 0 auto;
	}
	.front-page .quotes blockquote footer,
	.front-page .quotes blockquote cite {
		font-size: 1.1rem !important;
	}
	
}


/*--------------------------------------------------------------
12.0 Front Page - Student Brothers
--------------------------------------------------------------*/

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX( 0 );
		   -moz-transform: translateX( 0 );
		     -o-transform: translateX( 0 );
		        transform: translateX( 0 );
	}
	100% {
		-webkit-transform: translateX( -66.6% );
		   -moz-transform: translateX( -66.6% );
		     -o-transform: translateX( -66.6% );
		        transform: translateX( -66.6% );
	}
}
@-moz-keyframes marquee {
	0% {
		-webkit-transform: translateX( 0 );
		   -moz-transform: translateX( 0 );
		     -o-transform: translateX( 0 );
		        transform: translateX( 0 );
	}
	100% {
		-webkit-transform: translateX( -66.6% );
		   -moz-transform: translateX( -66.6% );
		     -o-transform: translateX( -66.6% );
		        transform: translateX( -66.6% );
	}
}
@-ms-keyframes marquee {
	0% {
		-webkit-transform: translateX( 0 );
		   -moz-transform: translateX( 0 );
		     -o-transform: translateX( 0 );
		        transform: translateX( 0 );
	}
	100% {
		-webkit-transform: translateX( -66.6% );
		   -moz-transform: translateX( -66.6% );
		     -o-transform: translateX( -66.6% );
		        transform: translateX( -66.6% );
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translateX( 0 );
		   -moz-transform: translateX( 0 );
		     -o-transform: translateX( 0 );
		        transform: translateX( 0 );
	}
	100% {
		-webkit-transform: translateX( -66.6% );
		   -moz-transform: translateX( -66.6% );
		     -o-transform: translateX( -66.6% );
		        transform: translateX( -66.6% );
	}
}

.marquee {
	position: relative;
	/*width: 52%;*/
	overflow: hidden;
}
.marquee > ul {
	position: relative;
	top: 0;
	left: 0;
	width: 300% !important;
	height: 280px;
	list-style: none;
	z-index: 1;
	/*-webkit-transform: translate3d( 0, 0, 0 );
	   -moz-transform: translate3d( 0, 0, 0 );
	     -o-transform: translate3d( 0, 0, 0 );
	        transform: translate3d( 0, 0, 0 );
	-webkit-animation: marquee 100s linear infinite;
	   -moz-animation: marquee 100s linear infinite;
	     -o-animation: marquee 100s linear infinite;
	        animation: marquee 100s linear infinite;*/
}
.marquee > ul > li {
	position: relative;
	float: left;
	width: 33.333333%;
	height: 280px;
	overflow: hidden;
}
.marquee > ul > li > article {
	display: block;
	float: left;
	width: 220px;
	margin: 0 20px;
}

/*--------------------------------------------------------------
12.0 Front Page - Locations
--------------------------------------------------------------*/
.front-page section.whitebkgd {
	background: #F7F7F7 !important;
}

.front-page section.locations {
	background: rgb( 133, 15, 22 );
}
.front-page section.locations header {
	margin: 0;
}
.front-page section.locations header h1,
.front-page section.locations header h2 {
	color: rgb( 255, 255, 255 );
}

/*--------------------------------------------------------------
12.0 Front Page - About
--------------------------------------------------------------*/

.front-page .about .action-buttons {
	margin-top: 2em;
}
.front-page .about .action-buttons a {
	display: block;
	width: 48%;
	background: rgb( 250, 183, 0 );
}
.front-page .about .action-buttons a:hover {
	background: #d99F00;
}
.front-page .about .action-buttons a:first-child {
	float: left;
}
.front-page .about .action-buttons a:last-child {
	float: right;
}

@media screen and ( min-width: 600px ) {
	
	.front-page .about .action-buttons {
		width: 80%;
		margin: 2em auto 0;
	}
}
@media screen and ( min-width: 800px ) {
	
	.front-page .about .action-buttons {
		width: 50%;
	}
}

/*--------------------------------------------------------------
12.0 Front Page - Donate
--------------------------------------------------------------*/

.front-page .donate {
	padding: 40px 0 0;
	background: rgb( 255, 255, 255 );
}
.front-page .donate::after {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 59.375%;
	content: '';
	background: url(images/front-page/donate-bg.jpg) no-repeat;
	background-size: cover;
}

/*--------------------------------------------------------------
12.0 Footer
--------------------------------------------------------------*/

.trustmark {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	text-align: center;
	background: rgb( 52, 54, 54 );
}
.trustmark li {
	display: inline-block;
	margin: 0 20px;
	padding-top: 28px;
	vertical-align: text-top;
	opacity: 0.3;
}
.trustmark li:first-child {
	margin-left: 0;
}
.trustmark li:last-child {
	margin-right: 0;
}
.trustmark li img {
	display: block;
}
.trustmark li.pbs {
	padding-top: 14px;
}
.trustmark li.national-catholic-register {
	padding-top: 0;
}

.footer-wrap {
	padding: 4em 0 1em;
	color: rgb( 128, 128, 128 );
	font-size: 1.4rem;
	line-height: 1.7;
	background: rgb( 43, 43, 43 );
}
.footer-wrap a {
	color: rgb( 128, 128, 128 );
}
.footer-wrap a:hover {
	color: rgb( 203, 203, 203 );
	text-decoration: none;
}

.footer-widget-area .widget-title {
	color: rgb( 203, 203, 203 );
	font-weight: 300;
	border: none;
}
.footer-widget-area .widget {
	font-size: 1.4rem;
}
.footer-widget-area .widget p {
	margin-bottom: 0.5em;
}

/* About Widget */

.footer-widget-area .about-widget a {
	color: rgb( 203, 203, 203 );
}
.footer-widget-area .about-widget a:hover {
	text-decoration: underline;
}

/* Contact Widget */

.footer-widget-area .contact-widget {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.footer-widget-area .contact-widget span[itemprop="name"] {
	display: none;
}
.footer-widget-area .contact-widget .numbers,
.footer-widget-area .contact-widget .numbers a {
	color: rgb( 203, 203, 203 );
}
.footer-widget-area .contact-widget .numbers a:hover {
	text-decoration: underline;
}

/* Quick Links Widget */

.footer-widget-area .quick-links-widget {
	float: left;
	width: 50%;
	padding-left: 10px;
}
.footer-widget-area .quick-links-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-widget-area .quick-links-widget li > span::before {
	margin: 0 10px 0 0;
	color: rgb( 203, 203, 203 );
}

/* Newsletter */

.footer-widget-area .newsletter-widget form {
	position: relative;
	margin-bottom: 1em;
	padding-right: 55px;
}
.footer-widget-area .newsletter-widget form input {
	width: 100%;
	padding: 12px 10px 10px;
	color: rgb( 203, 203, 203 );
	line-height: 1;
	background: rgb( 65, 65, 65 );
	border: none;
	border-radius: 0;
	outline: none;
}
.footer-widget-area .newsletter-widget form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 12px;
	color: rgb( 203, 203, 203 );
	font-family: 'proxima-nova', sans-serif;
	font-style: normal;
	line-height: 1;
	text-shadow: none;
	text-transform: uppercase;
	background: rgb( 107, 107, 107 );
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.footer-widget-area .newsletter-widget form button:hover {
	background: rgb( 115, 115, 115 );
}
.footer-widget-area .newsletter-widget button.icon-loader::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px;
	background: rgb( 107, 107, 107 );
}

.footer-widget-area .newsletter-widget .donate-button {
	display: block;
	width: 80%;
	padding: 12px 20px;
	color: rgb( 255, 255, 255 );
	font-size: 2.0rem;
	text-align: center;
	background: rgb( 245, 166, 35 );
	border-radius: 26px;
}

@media screen and ( min-width: 600px ) {
	
	.footer-widget-area .widget {
		float: left;
		width: 50%;
	}
	.footer-widget-area .widget:nth-child(odd) {
		padding-right: 10px;
		clear: both;
	}
	.footer-widget-area .widget:nth-child(even) {
		padding-left: 10px;
	}
	
}
@media screen and ( min-width: 800px ) {
	
	.footer-widget-area {
	    text-align: justify;
	    -ms-text-justify: distribute-all-lines;
	    text-justify: distribute-all-lines;
	}
	
	.footer-widget-area .widget {
		float: none;
		width: auto;
	    max-width: 25%;
	    padding: 0;
	    text-align: left;
	    vertical-align: top;
	    display: inline-block;
	    *display: inline;
	    zoom: 1
	}
	.footer-widget-area .widget:nth-child(odd) {
		padding: 0;
		clear: none;
	}
	.footer-widget-area .widget:nth-child(even) {
		padding: 0;
	}
	.footer-widget-area .widget:nth-child(5n) {
		clear: both;
	}
	
	.footer-widget-area .stretch {
	    width: 100%;
	    display: inline-block;
	    font-size: 0;
	    line-height: 0
	}
}

/* Colophon */

.site-footer {
	padding-top: 20px;
	border-top: 1px solid rgb( 128, 128, 128 );
}
.site-footer .copyright {
	margin: 0 0 1em;
	font-size: 1.2rem;
	text-align: center;
}
.site-footer .copyright .copyright-holder {
	color: rgb( 203, 203, 203 );
}
.site-footer .social-links {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.site-footer .social-links li {
	display: inline;
	margin: 0 8px;
}
.site-footer .social-links li:first-child {
	margin-left: 0;
}
.site-footer .social-links li:last-child {
	margin-right: 0;
}
.site-footer .social-links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px 0 0;
	color: rgb( 203, 203, 203 );
	background: rgb( 85, 85, 85 );
	border-radius: 50%;
}
.site-footer .social-links a:hover {
	color: rgb( 255, 255, 255 );
	text-decoration: none;
}
.site-footer .social-links .facebook a:hover {
	background: rgb( 59, 89, 152 );
}
.site-footer .social-links .twitter a:hover {
	background: rgb( 0, 160, 209 );
}
.site-footer .social-links .instagram a:hover {
	background: rgb( 81, 127, 164 );
}
.site-footer .social-links .rss a {
	padding-top: 3px;
}
.site-footer .social-links .rss a:hover {
	background: rgb( 255, 102, 0 );
}

@media screen and ( min-width: 800px ) {
	
	.site-footer .copyright {
		float: left;
	}
	
	.site-footer .social-links {
		float: right;
	}
	.site-footer .social-links li {
		display: block;
		float: left;
	}
	.site-footer .social-links a {
		display: block;
	}
}

.page-id-4558 .hero, .page-id-4585 .hero,  .page-id-5297 .hero{height: 0px !important;}

.file_left, .film_right{float:left; width:46%}
.film_right img{background: none;border: 0;width: 170px;}
.file_left{margin-right:4%}
.clr{clear:both}
.red_btn{background:#a13025; border-radius:5px; color:#fff; font-size:17px; padding:15px 100px; text-decoration:none; line-height:1}
.film_right .red_btn{ line-height:3;  padding:15px 45px; background:#1862bd}
.film_right .red_btn:hover{background:#1459ae}
.red_txt{color:#a13025}
.film_top, .film_ftr{font-size:24px;line-height: 1.4;margin-bottom: 20px;margin-top: 20px;}
.film_btm{font-size:17px;}
.film_brdr{background-color: #343636;height: 2px;}
.red_btn:hover{text-decoration:none; color:#fff; background:#92261b}
@media screen and (max-width: 768px){
.file_left, .film_right{float:none; width:100%}
.file_left{margin-right:0; margin-bottom:20px}
}

/*.page-id-4558  .connect-modal, .page-id-4585 .connect-modal, .page-id-5297 .connect-modal{visibility: hidden  !important;}*/
.page-id-4558  .site-breadcrumbs, .page-id-4585 .site-breadcrumbs{display:none}
.page-id-4558  .entry-title, .page-id-4585 .entry-title{margin-top: 27px;}
.page-id-5297 .site-breadcrumbs{  padding-top: 36px;}

.page-id-4558 .entry-title{color:#000}

@media screen and (max-width: 600px){
.film_right img{width:140px; margin: 0;}
.film_right .red_btn{padding:15px 20px}
}

 .hero {  height: 50px; background:#f0f0f0; background-image: none !important;}

.brother_left{float:left; width:64%; margin-right:4%; border-top:2px solid #7d0507; padding-top:18px;  border-bottom:2px solid #7d0507; padding-bottom:5px}
.brother_right{float:left; width:32%; border:1px solid #b7b7b7; }
.b_right_box{background:#ffffff; padding:10px 20px 16px 20px}

.brother_left ul{margin-left: 16px;}
.brother_left .student-brother-meta{background:#7d0507; padding:18px 30px 0px 30px; line-height:1.25; color:#fff;   margin-left: 0;}
.brother_left .student-brother-meta strong{color:#fff}
.brother_left .donate-button{display:none}
.brother_r_header{color: #fff;
  font-size: 19px;
  background: #7d0507;
  line-height: 1.2;
  padding: 10px;
  text-align: center;}
.brothers_r_amount span{color:#fe8c06; font-size:36px}
.brothers_r_amount{color:#000000; font-size:14px; border-bottom: 1px solid #b7b7b7;margin-bottom:8px;  padding-bottom: 5px;}
.brothers_r_txt{color:#7d0507; font-size:18px; padding-bottom:14px}
.brothers_r_fields{color:#000000; font-size:14px}
.brothers_r_fields span{color:#7d0507; float:right}
.brothers_r_ttl{color:#fe8c06; font-size:16px;   border-top: 1px solid #b7b7b7;padding-top: 9px;margin-top: 8px;margin-bottom: 6px;}
a.brothers_r_submit{color:#fffefe; font-size:18px; border-radius:5px; background:#fe8c06; padding:15px; text-align:center; display:block; width:100%;   margin-bottom: 17px;}
a.brothers_r_submit:hover{background:#e27b03; text-decoration:none}
.brothers_r_share_txt{color:#2073a3; font-size:14px; line-height:1.1}
.brothers_r_share_btn a{color:#fffefe; font-size:18px !important; border-radius:5px; background:#2073a3; padding:8px !important; text-align:center; display:block !important; text-decoration:none !important}
.brothers_r_share_btn{margin-top:14px}
.brothers_r_share_btn a:hover{text-decoration:none; background:#146899}
.br_checkbox input[type="checkbox"]{vertical-align: middle;}
.br_checkbox{padding:1px 5px;   margin-bottom: 4px;}
.select_brc{background: #e8e8e8;}
.brothers_r_ttl span{float:right}

.video_thumb_new iframe{  width: 310px;
  float: left;
  margin-right: 22px;
  height: 180px;
  margin-top: 17px;}


@media screen and (max-width: 768px){
	.brother_left, .brother_right{float:none; width:100%}
}

/****** modal over-ride **********/
.modal-header{height:50px !important;}

.modal {
  width: 100%;
z-index:999999 !important;
}

#target{  width: 50%;
  margin: 0 auto !important;
 min-height: 100% !important;
}

/* phones */
    @media (max-width: 500px) {
#target{  width: 100%;
display:block;
  margin: 0 auto !important;
 min-height: 100% !important;
}

}


.modal-body {
  padding: 15px;
  position: static !important;
}



/****** landing page iframe *****/
h1.lp_hero {padding-top:4% !important;}
.lp_donate_container{ width:100%; float:left; clear:both;}
.lp_donate_right{width: 31%;
float: left;}

.lp_donate_left{ width:68%; float:left;padding: 0px 2% 0px 0px;}

.lp_donate_right .lp_donate_iframe {
    position: relative;
    padding-bottom: 110%;
    padding-top: 35px;
    height: 0px;
    overflow: hidden;
}



.lp_donate_right .lp_donate_iframe iframe{position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}





.lp_video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
text-align:center;
}

.lp_video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 75%;
    height: 75%;
}

.lp_center {
    text-align: center;
    padding-left: 25%;
}


.lp_video-container iframe body {
    background-color: #F7f7f7 !important;
}

.lp_clear{clear:both;}


/* For smaller displays like laptops */
    @media (max-width: 830px) {
	

.lp_center {
    text-align: center;
    padding-left: 0%;
margin-bottom:13% !important;}


.lp_donate_right{width:100%; float:none; padding: 0px 0px 0px 3%; display:block;}
.lp_donate_left{ width:100%; float:none; padding: 0px 0px 0px 3%; display:block;}
.lp_clear{clear:both; margin: 10%;}

.lp_donate_right .lp_donate_iframe {
    position: relative;
    padding-bottom: 65%;
    padding-top: 35px;
    height: 0px;
    overflow: hidden;
}

.lp_video-container {margin-bottom:3%;}
.lp_video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
display:inline-block !important;
}
.lp_donate_iframe iframe{position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
margin-bottom:3%;
}	
	}

/* phones */
    @media (max-width: 500px) {

.lp_donate_iframe{position: relative;
    padding-bottom: 120%;
    padding-top: 0px;
    height: 0;
    overflow: visible;
margin-bottom:3%;}

.lp_donate_right .lp_donate_iframe {
    position: relative;
    padding-bottom: 113%;
    padding-top: 35px;
    height: 0px;
    overflow: hidden;
}



}


/* menu update */

.donate-menu-btn{
    display: inline-block;
    color: #FFF;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1;
    text-decoration: none !important;
    outline: medium none;
    cursor: pointer;
    margin: -8px 0px 10px 0px;
    padding: 8px 17px;
     font-family: "Lora",sans-serif !important;
    font-size: 2.2rem;
    text-align: center;
    background: #FAB700 none repeat scroll 0% 0%;
    border-radius: 5px;
}


.filmalways_Bg{background:#2b2b2b; padding:25px 20px 20px 20px; border:1px solid #999999; font-size:24px; line-height:1.1; color:#ffffff}
.filmalways_flt{float:left; width:50%}
.filmalways_red{font-size:30px; color:#d7000b}
.filmalways_flt_pad{padding:0px 40px}
.txt30{font-size:30px}
.filmalways_flt_pad p{margin-bottom:15px}
.filmalways_flt .red_btn{background:#b1010a; font-size:18px; padding:20px 44px; display: inline-block;}
.filmalways_flt .red_btn:hover{background:#9b0109}
.mrgn_btm{margin-bottom:0 !important}
.filmalways_img .filmalways_flt{border:1px solid #999999; position:relative}
.filmalways_img img{padding:0; border:0; background:none; width:100%; display:block}
.filmalways_img_txt{position:absolute; bottom:19px; left:11px; color:#fefefe; font-size:24px; line-height:1}

@media screen and (max-width: 768px){
	.filmalways_flt{float:none; width:100%}
	.filmalways_flt_pad{padding-top:15px}
}


/*-------------------------------New Theme element integration-----------------------------*/


/*-----------------------------
body overlay homepage
-----------------------------*/

.black-transparent{position:relative; margin: 0px auto !important; text-align:center; width:50%; padding:2%;}

/* tablets */
    @media (max-width: 760px) {
.black-transparent{position:relative; margin: 0px auto !important; text-align:center; width:75% !important; padding:2%;}

}

/* phones */
    @media (max-width: 500px) {
.black-transparent{position:relative; margin: 0px auto !important; text-align:center; width:100% !important; padding:1%;}

}

.black-transparent{background: transparent url("http://dominicanfriars.org/content/uploads/2015/07/blacktransparent.png") repeat scroll 0px 0px; border: none;  }

.buttonBar{display:none;}


.cream{background-color:#fff;}

#main > section.topimg{background: url(http://dominicanfriars.org/content/uploads/2015/07/rosary1.png) 50% bottom; }

/*-------------Progress bar---------------*/


#bignumber1 .amount {
white-space: nowrap;
/*width: 61px;
overflow: hidden;
text-overflow: clip;*/
font-size: 28px;
margin: 0px;
display: inline-block;
}

/*#bignumber1 .amount::after {content: 'K'; left:70%;position:absolute;}
#bignumber2 .amount::after {content: 'Raised'; left:62%;position:absolute;}*/


.raised {
    font-size: 9px;
    margin: -15px 0px 0px 0px;
    display: block;
}

.progress-bar {
    float: left;
    width: 0px;
    height: 100%;
    font-size: 16px !important;
    line-height: 35px !important;
    color: #FFF;
    text-align: center;
    background-color: #850e16 !important;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
    transition: width 0.6s ease 0s;
}

.progress {
    height: 40px !important;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #F5F5F5;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;}


.\32 bbkgd{
    background: #2b2b2b !important;
}


.\33 33635bkg { background: #333635 !important;}

.\33 33635bkg h4 {color:#fff !important; text-transform:uppercase; font-size:14px;}

.btnspace{margin: 3% 0px 0px 0px;}

.appsnews a {    
	display: block;
    padding: 0.8em 2em;
    color: #FFF;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1;
    text-decoration: none !important;
    background: #850F16 none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 5px;
    outline: medium none;
    cursor: pointer;
	width:100%;
}

.appsnews a.none {background:none; text-decoration:none;padding: 0em;}

.descriptor{font-size:9px;margin:0px;display:block;}
.numberbig{font-size:28px;margin:0px;display:inline-block;}

/* phones */
    @media (max-width: 500px) {
		.descriptor{font-size:8px;margin:0px;display:block;}
.numberbig{font-size:22px;margin:0px;display:inline-block;}
.progress-bar p  {text-align:center !important; font-size:11px !important;}
	.amount {font-size:28px !important;}
	.descriptor, .raised{font-size:15px !important;}
	}
	
	

.whitetext {color:#fff; vertical-align:middle;}
.twopercent {margin:2% 0px 2% 0px;}
.progress-btn {
    display: block;
    color: #FFF;
    font-style: italic;
    line-height: 1;
    text-decoration: none !important;
    outline: medium none;
    cursor: pointer;
    margin: 3px 0px 10px;
    padding: 8px 17px;
    font-family: "Lora",sans-serif !important;
    font-size: 2.2rem;
    text-align: center;
    background: #FAB700 none repeat scroll 0% 0%;
    border-radius: 5px;
}

section article a.read-more{
    display: none !important;
    visibility:hidden !important;
}
article.col-lg-4 p, a.read-more {text-align:left !important; font-size:14px;}
.blog figure {text-align:left;}
.blog-date {display:block; padding:2% 5% 2% 5%; background:#850e16; margin:11px 0px 0px 0px; color:#fff; text-align:center; font-size:14px; }

.progress-bar p  {text-align:center !important;}
.brothers figure img{text-align:center !important; border-radius: 50% !important;}

/*.brother-home {padding: 1%;
    border: 1px solid #999;
    margin-bottom: 2%;
}*/

#progressBar {
    width: 400px;
    height: 22px;
    border: 1px solid #111;
    background-color: #292929;
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0099ff;
}   


/*---------carousel---------*/


.upcoming-event-1{list-style:none !important; margin:0px !important;}
.upcoming-event-2{list-style:none !important; margin:0px !important;}
.upcoming-event-3{list-style:none !important; margin:0px !important;}

.event-list-cal-title a{color:#850e16 !important;}

.carousel-indicators {visibility:hidden !important; display:none !important;}

.carousel-control.left {
    background-image: none !important;
	background-color:#333635 !important;
	width:50px !important;
	height:50px !important;
	border-radius:25px !important;
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none !important;
	background-color:#333635 !important;
	width:50px !important;
	height:50px !important;
	border-radius:25px !important;
    background-repeat: repeat-x;
}

/* phones */
    @media (max-width: 500px) {
		.carousel-control.right {display:none !important; visibility:hidden;}
		.carousel-control.left {display:none !important; visibility:hidden;}
	}