/*
Theme Name: Hearst Fellowships
Theme URI: http://hearstfellowships.com
Author: Rob Grabowski
Author URI: http://internetmarketing.localedge.com
Description: Hearst Fellowships WEbsite
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: modernthemes
Domain Path: /languages/
Tags:


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/
*/


/* =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;
}
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;
}
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: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 300;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 { font-size: 26px; }
h2 { font-size: 24px; }
.program-info { text-align: right; margin-top: -5px; color: #074468; line-height: 30px;}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
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;
}
b, strong {
	font-weight: 600;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
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%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
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 */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
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: 3px;
}
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: 98%;
}
.text-center {
	text-align: center;
}

/* Links */
a {
	color: #074468;
	text-decoration: none;
	font-weight: 500;
}
a:visited {
	color: #074468;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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 */
}

/* Clearing */
.clear:before,
.clear: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,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Header
----------------------------------------------- */

#masthead {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.site-title, .site-title a, .site-title a:visited {
	font-size: 38px;
	font-weight: 200;
	text-decoration: none;
	letter-spacing: -0.025em;
	color: #fff;
	padding-left: 40px;
	line-height: 0.83em;
	margin-top: 20px;
}

.site-description, .site-info {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}

.menu-container {
	min-width: 100% !important;
}


/* =Menu
----------------------------------------------- */

.col-menu {
	background: #fff; 
}

.col-logo {
	background: url('img/white-angle.png') no-repeat bottom right;
	height: 51px;
	padding: 17px 0 0 40px;
	
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	padding: 16px 10px 16px 9px;
	background: #fff;
}
.main-navigation a {
	color: #4c4c4c;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	color: #4c4c4c;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 7px;
}


/* =Featured
----------------------------------------------- */

#primary {
	padding: 0 0 50px;
}

.cart {
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	letter-spacing: 0.05em;
	padding-bottom: 30px;
}

.cart h3 {
	font-size: 130px;
	font-weight: 200; 
	padding-left: 22px;
	margin-bottom: -30px;
}

.featured-theme {
	border-top: 5px solid #074468;
	margin-top: 10px;
	background: #f2f2f2;
	padding-left: 15px;
}

.featured-theme img {
	width: 100%;
	border: none;
}	

.margin-up {
	margin-top: -15px !important;
	position: relative;
}

.featured-description {
	padding: 20px;
	background: #fff;
	margin-left: 10px;
}
.featured-price {
	font-size: 110px;
	font-weight: 200;
	letter-spacing: -0.05em;
	float: right;
}
.registration { 
	font-size: 24px;
	font-weight: 600;
	padding-top: 10px;
}
	

/* =Line-Up
----------------------------------------------- */

#secondary {
	background: #ededed;
	padding: 60px 0 20px;
	border-top: 1px solid #b3b3b3;
}

.primary, .secondary {
	font-size: 36px;
	font-weight: 300;
}

.primary:after {
	border-bottom: 5px solid #404040;
	bottom: 0;
	content: " ";
	display: block;
	width: 15%;
	padding: 6px;
	margin-bottom: 10px;
}
.secondary:after {
	border-bottom: 5px solid #404040;
	bottom: 0;
	content: " ";
	display: block;
	width: 7%;
	padding: 10px;
	margin-bottom: 10px;
}
.secondary span {
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}

.theme {
	background: #fff;
	border-top: 5px solid #36b593;
	margin-top: 30px;
	margin-bottom: 15px;
}

.theme h2 { 
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 5%;
	text-transform: uppercase;
	line-height: 3.5em;
	padding-bottom: 5px;
}

.theme img {
	width: 100%;
	border: none;
}

.price { 
	font-size: 50px;
	font-weight: 200;
	padding-right: 5%;
	float: right;
}
.dollar {
	color: #36b593;
}


/* =CTA
----------------------------------------------- */

#cta { 
	background: url('img/cta-bg.jpg') no-repeat top center #07476f;
	color: #fff;
	padding: 60px 0;
	font-weight: 200;
	font-size: 32px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.6) inset;
	}
	
.cta a, .cta a:visited {
	color: #fff;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-container { 
	background: url('img/page-bg.jpg') no-repeat top center #6aaeca;
	padding: 80px 0 30px; 
}
h1.entry-title {
	padding: 15px 40px;
	background: rgba(5,55,84,0.7);
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	width: 300px;
}

.page-inner {
	padding-top: 40px;
}

.alumni {
	padding: 15px 20px !important;
	border: 1px solid #ccc;
	margin-bottom: 40px !important;
}

.alumni h2:after {
	border-bottom: 1px solid #ccc;
	bottom: 0;
	content: " ";
	display: block;
	width: 100%;
	padding: 6px;
	margin-bottom: 20px;
}

.alumni img {
	float: left;
	max-height: 375px;
	width: auto;
}

#gform_submit_button_1 {
	background: #074468;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
	display: block;
	width: 99%;
	text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Footer
----------------------------------------------- */

#footer {
	background: #012b44;
	color: #fff;
	padding: 8px 0;
	font-size: 13px;
	text-transform: uppercase;

}

#footer .widget-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	font-size: 14px;
	margin-bottom: 20px;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

.widget-title {
	color: #074468;
	font-size: 24px;
	font-weight: 400;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* =Slider
----------------------------------------------- */



.slide-content-wrapper {
	position: relative;
}

.slide-content-wrapper img {
	width: 100%;
}

.slide-content-container {
	width: 100%;
	position: absolute;
	top: 25%;
	color: #fff;
}

.slide-content {
	text-align: left;
	padding: 20px 20px 15px 40px !important;
	background: rgba(7,68,104,0.6);
}

.slide-content h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
}
.slide-title {
	font-size: 48px;
	line-height: 48px;
	font-weight: 200;
	letter-spacing: -0.025em;
}

.slide-title:after {
	border-bottom: 5px solid #fff;
	bottom: 0;
	content: " ";
	display: block;
	width: 15%;
	padding: 12px 5px 8px;
	margin-bottom: 10px;
}

.outline, .outline a, .outline:visited {
	padding: 15px 36px;
	border: 3px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.085em;
	float: left;
	margin: 0 0 10px;
}

.outline:hover { 
	background: #fff;
	color: #414244;
}

.our-themes {
	display: block;
	background: #36b593;
	padding: 20px 0 20px 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.15em;
}

.col-our-themes p {
	display: block;
	width: 100%;
	background: #272928;
	color: #fff;
	padding: 12px;
	text-align: left;
	margin:0;
	font-weight: 200;
}

.col-our-themes p span {
	font-weight: 700;
	color: #36b593;
	padding-right: 5px;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0 auto;
}

.slide-caption {
	position: absolute;
	bottom: 30px;
	right: 40px;
	color: #fff;
	line-height: 17px;
}

.slide-caption p {
	margin-bottom: 0;
}

.slide-caption span {
	font-weight: 600;
	font-size: 18px;
}

.fellowship { margin-top: 10px; }

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 4px;
	background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 4px;
	background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #6669;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* =Skeleton
----------------------------------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 40px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.rails {
	padding: 0 40px;
}

.grid {
	width: 100%;
	max-width: 1360px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

.col-logo {
	width: 40%;
}
.col-menu {
	width: 60%;
}

.col-theme {
	width: 22%;
	margin-right: 4%;
	padding: 0;
}

.col-theme-last {
	width: 22%;
	padding: 0;
}

.col-featured {
	width: 42%;
}

.col-cart {
	width: 14.667%
}

.col-description {
	width: 56%;
	margin-left: 2%;
}

.col-our-themes {
	width: 18%;
	margin-left: 5%;
}

@media handheld, only screen and (max-width: 960px) {
	
	.slide-title {
		font-size: 32px;
		line-height: 34px;
	}
	
	.main-navigation a { 
	font-size: 12px;
	line-height: 19px;
	}
	.main-navigation li {
	padding: 16px 8px;
}
}


@media handheld, only screen and (max-width: 847px) {

	
	.grid {
		width: 100%;
		min-width: 300px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px !important;
	}
	
	.col-theme-last:last-of-type {
	padding-right: 20px;
	}
	
	.col-logo {
		background: #011d2e;
		margin: 0 auto; 
	}
	
	.col-pad {
		padding: 0 !important; 
	}
	
	.rails { 
	padding: 0;
	}
	
	#cta { 
	font-size: 26px;
	line-height: 30px;
	}
	
	.featured-price {
		display: none;
	}
	
	.cart {
		display: none;
	}
	
	#masthead {
	position: relative;
	z-index: 1;
	}
	
	.program-info {
	text-align: left;
	}
	.page-inner {
	padding-top: 15px;
	}
	.entry-container {
	padding: 40px 0 10px;
	}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	
	.slide-title {
		font-size: 24px;
		line-height: 26px;
	}
	.slide-content p {
		display: none;
	}
	
	.slide-content-container {
		top: 0;
	}
	
	.outline {
		display: none;
	}
	
	.bx-controls {
		display: none;
	}
	
	.twitter { float: left !important; margin-left: 0; }
	
	.slide-caption { bottom: 15px; }
	
	.main-navigation li {
	padding: 7px 8px;
	display: block;
	width: 100%;
	border-top: 1px dotted #b3b3b3; }
	
	.main-navigation li:hover {
	background: #ededed; }
}


/* New Fellowship Styles */

.fellow-heading {
	font-weight: 900 !important;
	margin: 0.5rem 0 1rem;
}

.fellow-container {
	width: 50%;
	padding: 0 2px 35px 0;
	float: left;
}

.fellow-clear {
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}

.fellow-container h2 {
	font-weight: 700 !important;
}

.fellow-container img {
	padding-top: 10px;
}

/** 5/8/23 header logo update **/
header .site-branding {
	display: flex;
	justify-content: center;
}

/** end 5/8/23 header logo update **/

@media only screen and (max-width: 767px) {
	.fellow-container {
		width: 100%;
		float: none;
	}
}
