/*
	Theme Name: John Bapst Theme
	Theme URI: http://www.rainstorminc.com/john_bapst/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: RainStorm Inc.
	Author URI: http://www.rainstorminc.com/

	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
	- Print Styles

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Font Icons
----------------------------------------------------------- */
@font-face {
  font-family: 'rsc-icons';
  src: url('lib/fonts/rsc-icons.eot?57015328');
  src: url('lib/fonts/rsc-icons.eot?57015328#iefix') format('embedded-opentype'),
       url('lib/fonts/rsc-icons.woff2?57015328') format('woff2'),
       url('lib/fonts/rsc-icons.woff?57015328') format('woff'),
       url('lib/fonts/rsc-icons.ttf?57015328') format('truetype'),
       url('lib/fonts/rsc-icons.svg?57015328#rsc-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  	font-family: "rsc-icons";
  	font-style: normal;
  	font-weight: normal;
  	speak: none;
  	display: inline-block;
  	text-decoration: inherit;
  	width: 1em;
  	margin-right: .2em;
  	text-align: center;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1em;
  	margin-left: .2em;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
 
.icon-menu:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-twitter-1:before { content: '\e802'; } /* '' */
.icon-facebook-1:before { content: '\e803'; } /* '' */
.icon-angle-right:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e805'; } /* '' */
.icon-angle-down:before { content: '\e806'; } /* '' */
.icon-mail-alt:before { content: '\e807'; } /* '' */
.icon-instagram:before { content: '\e808'; } /* '' */
.icon-pinterest:before { content: '\e809'; } /* '' */
.icon-youtube-play:before { content: '\e80a'; } /* '' */
.icon-comment:before { content: '\e80b'; } /* '' */
.icon-flickr:before { content: '\e80c'; } /* '' */

/* Typographical Elements
--------------------------------------------- */

body {
    color: #333;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
	/*hyphens: auto;*/
    line-height: 1.625;
	/*word-wrap: break-word;*/
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
}

body.john_bapst-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.075s ease-in-out;
	-moz-transition:    all 0.075s ease-in-out;
	-ms-transition:     all 0.075s ease-in-out;
	-o-transition:      all 0.075s ease-in-out;
	transition:         all 0.075s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #6b3782;
	text-decoration: none;
}

a:hover {
	color: #888888;
	text-decoration: none;
}

a.more {
    padding-bottom: 4px;
}
a.more:hover {
}

.entry-content p a {
}
.entry-content p a:hover {
}

.entry-content p a[rel*="attachment"] {
    border-bottom: none;
}

.entry-content p a:hover {
}

a.fancybox:hover {
	border-bottom: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.entry-content ol,
.entry-content ul,
.sidebar ol,
.sidebar ul {
	padding: 0 0 0 20px;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
    border-left: 7px solid #6b3782;
    margin: 0 0 0 40px;
    padding: 0 40px;
}
blockquote p {
    padding: 0;
}

/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/

hr {
    border: medium none;
    height: 2px;
    margin: 30px auto;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
    font-size: 48px;
}

h2 {
	font-size: 36px;
}

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Tables
--------------------------------------------- */

table {
    width: 100%;
}
td {
	/* Removed Pre-launch at client request */
    	/*border: 1px solid #c3c3c3;*/ 
    padding: 10px;
    vertical-align: top;
}

.ml-responsive-table {
    border: 1px solid #c3c3c3;
}
.ml-responsive-table .ml-grid {
    border-bottom: none !important;
    border-top: none !important;
}

/* Objects
--------------------------------------------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e8e4de;
    border-radius: 0;
    box-shadow: none;
    color: #6b3782;
    font-size: 18px;
    font-weight: 200;
    padding: 5px 10px;
    width: 100%;
}


input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
    background-color: #6b3782;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 21px;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #7f5a90;
    border: medium none;
	color: #fff;
}

.button {
	display: inline-block;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.button.yellow {
    background-color: #f3eca4;
}
.button.yellow:hover {
    background-color: #6b3782;
    color: #ffffff;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    position: relative;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

.site-container {
}

.home .site-container {
}

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
    clear: both;
    position: relative;
}

.home .site-inner {
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    color: #aaaaaa;
    display: inline-block;
    padding: 0 0 40px;
    width: 100%;
}
.breadcrumb-separator {
    margin: 0 6px;
}
.breadcrumb a {
}

.archive-description,
.author-box {
	font-size: 20px;
	padding: 40px 0;
}
.archive-description {
    display: none;
}
.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="search"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
	color: #ffffff;
    font-size: 16px;
    margin-right: 0;
	position: relative;
    width: 100%;
	z-index: 9999
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
	color: #6b3782;
	font-weight: 700
}

.entry-header .entry-title {
    margin-bottom: 10px;
}

.sidebar .entry-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
}

.entry-title a {
    color: #6b3782;
}

.entry-title a:hover {
	color: #333;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 40px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 40px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 40px 24px;
}

.wp-caption-text {
    color: #c3c3c3;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: right;
    text-transform: uppercase;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
	text-align: center;
}

.post-password-form input {
	width: auto;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	font-size: 16px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget li li {
	border: none;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Post Widget
-------------------------------------------------- */
.featured-content .entry-title {
    font-size: 24px;
    font-weight: normal;
}
.featuredpost a.more-link {
    display: block;
    margin-top: 30px;
    width: 90px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* Top Bar
---------------------------------------------------------------------------------------- */

.top-bar {
    background-color: #fff;
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 4;
}
.top-bar .wrap {
	position: relative;
}

/* Site Logo
----------------------------------------- */
.top-bar .wrap .site-logo {
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 160px auto;
    height: 161px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.top-bar .wrap .site-logo h1.site-title {
    font-size: 24px;
	letter-spacing: 3px;
    margin-bottom: 0;
	padding-top: 38px;
}
.top-bar .wrap .site-logo h1.site-title .orono {
    color: #6b3782;
    display: block;
    font-size: 60px;
	letter-spacing: normal;
}
.top-bar .wrap .site-logo h1.site-title a {
    color: #aaa;
}
.top-bar .wrap .site-logo h1.site-title a:hover {
	opacity: 0.8;
}

.top-bar .wrap .social {
    position: absolute;
    right: 0;
    top: -5px;
	z-index: 9999;
}
.top-bar .wrap .social ul {
    display: block;
}
.top-bar .wrap .social ul li {
    display: inline-block;
	padding: 0 2px;
}
.top-bar .wrap .social ul li.likebutton {
	padding: 0 10px;
}
.top-bar .wrap .social ul li a {
    font-size: 22px;
}
.top-bar .wrap .social ul li a.facebook {
	color: #3b5998;
}
.top-bar .wrap .social ul li a.twitter  {
	color: #00aced;
}
.top-bar .wrap .social ul li .fb_iframe_widget iframe {
    top: -7px;
}

.top-bar .wrap .nav-network {
	display: inline-block;
	vertical-align: middle;
}
.top-bar .wrap .nav-network h3 {
    font-size: 24px;
	margin-bottom: 0;
    color: #3db0b0;
	cursor: pointer;
}
.top-bar .wrap .nav-network h3 img {
}

/* District Dropdown
---------------------------------------- */
.top-bar .wrap .nav-network {
    position: absolute;
    text-align: left;
    top: 47px;
    width: 160px;
    z-index: 4;
}
.top-bar .wrap .nav-network .menu-network::before {
    border-bottom: 15px solid #3db0b0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    clear: both;
    content: "";
    height: 0;
    left: 56px;
    position: absolute;
    top: -15px;
    width: 0;
    z-index: 9999;
}
.top-bar .wrap .nav-network .menu-network {
    background: #3db0b0 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.5);
    display: none;
    padding: 30px 40px;
    position: absolute;
	left: 0;
    top: 86px;
    width: 300px;
    z-index: 2;
}
.top-bar .wrap .nav-network .menu-network li a {
    color: #fff;
}
.top-bar .wrap .nav-network .menu-network li a:hover {
    color: #6b3782;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    z-index: 3;
}
.site-header .left {
	float: left;
	width: 70%;
}
.site-header .left .site-title {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.site-header .left .site-description {
    color: #828282;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    vertical-align: middle;
}
.site-header .right {
	float: right;
	padding-top: 38px;
	width: 30%;
}
.site-header .right .social {
	text-align: right;
}
.site-header .right .social ul {
    display: block;
}
.site-header .right .social ul li {
    background-color: #828282;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
	line-height: 38px;
    margin: 0 4px;
    padding: 0 2px;
    width: 38px;
}
.site-header .right .social ul li.facebook:hover {
	background-color: #3b5998;
}
.site-header .right .social ul li.twitter:hover  {
	background-color: #00aced;
}
.site-header .right .social ul li.instagram:hover {
	background-color: #517fa4;
}
.site-header .right .social ul li.youtube:hover  {
	background-color: #e52d27;
}

.site-header .right .social ul li.calendar {
	background-color: #6688EE;
	text-align: center;
}
/*
.site-header .right .social ul li.calendar:hover {
	background-color: #E8EEF7;
}*/

.site-header .right .social ul li.text-link {
	width: auto;
	border-radius: 5px;
	border: 2px solid #7F5A90;
	font-weight: bold;
	background-color: transparent;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

.site-header .right .social ul li.text-link:hover {
	border-color: #6b3782;
}

.site-header .right .social ul li.text-link a {
	display: block;
	color: #7F5A90;
	font-size: 18px;
	line-height: 36px;
	height: 38px;
}

.site-header .right .social ul li.text-link a:hover {
	color: #6b3782;
}

.site-header .right .social ul li a {
	color: #fff;
    font-size: 24px;
}
.site-header .right .social ul li a i {
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
    color: #6b3782;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 24px 15px 23px;
    text-transform: uppercase;
}

.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu a:hover {
    color: #6b3782;
	opacity: 0.5;
}

.menu-network .children {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
}

.menu-network .children {
    padding-top: 12px;
}

.menu-network .children a {
	background-color: #6b3782;
	border-bottom: none;
	font-size: 14px;
	padding: 15px;
	position: relative;
	width: 250px;
}

.menu-network .children .children {
	margin: -49px 0 0 250px;
	padding: 0;
}

.menu-network .page_item:hover > .children {
	left: 0;
	opacity: 1;
}

/* Primary Nav
-------------------------------------------------------- */
.nav-bar {
	background-color: #7f5a90;
}
.nav-bar .wrap {
}
.nav-bar .wrap .nav-primary {
    padding: 0;
    text-align: left;
}
.nav-bar .wrap .nav-primary .menu-network {
}
.nav-bar .wrap .nav-primary .menu-network .page_item {
	display: inline-block;
	font-size: 20px;
    padding: 12px 14px;
	position: relative;
	vertical-align: middle;
}
.nav-bar .wrap .nav-primary .menu-network .page_item:first-child {
    padding-left: 0;
}
.nav-bar .wrap .nav-primary .menu-network .page_item a {
    color: #fff;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.nav-bar .wrap .nav-primary .menu-network .page_item a:hover,
.nav-bar .wrap .nav-primary .menu-network .page_item.current_page_item a {
	color: #ded3e4;
}
.nav-bar .wrap .nav-primary .menu-network .children > .page_item {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
}
.nav-bar .wrap .nav-primary .menu-network .children > .page_item a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    text-align: left;
}
.nav-bar .wrap .nav-primary .menu-network .children > .page_item a:hover,
.nav-bar .wrap .nav-primary .menu-network .children > .page_item.current_page_item a {
	background-color: #7f5a90;
	color: #ded3e4;
}

.nav-bar .wrap .nav-primary .menu-network .page_item.search {
	padding: 9px 5px;
}
.nav-bar .wrap .nav-primary .menu-network .page_item.search .icon-search {
	color: #fff;
    cursor: pointer;
	line-height: 38px;
    font-size: 30px;
}
.nav-bar .wrap .nav-primary .menu-network .page_item.search .theform {
    display: none;
    position: absolute;
    right: 0;
    top: 57px;
    width: 250px;
}
.nav-bar .wrap .nav-primary .menu-network .page_item.search .theform .search-form input[type="search"] {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    color: #333;
	padding: 10px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    background-color: #6b3782;
    color: #6b3782;
    cursor: pointer;
    display: none;
    padding: 5px 0;
    text-align: left;
    top: -12px;
}

.responsive-menu-icon::before {
    color: #fff;
    content: "";
    font: 44px/1 "dashicons";
    left: 10px;
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 935px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content
--------------------------------------------- */
.content {
    float: left;
    padding-top: 40px;
    width: 800px;
}

.content-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.sidebar-content-sidebar .content {
	width: 625px;
}

.home .content {
    padding: 0;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
    width: 100%;
}

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.single .entry,
.entry:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.widget .entry {
    margin-bottom: 80px;
}

.entry-content {
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content table ol,
.entry-content table ul {
    margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-footer {
	padding: 20px 0 0;
	margin: 20px 0 0;
	text-align: right;
}

.entry-header p.entry-meta {
	font-size: 14px;
	padding: 0 0 20px;
	margin: 0 0 40px;
}

.blog .entry-header p.entry-meta {
    border-bottom: medium none;
}

/*.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}*/

.sidebar .entry-header::after {
	display: none;
}

.comment-icon {
	color: #6b3782;
}
.entry-comments-link {
    font-size: 18px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #c3c3c3;
	padding: 60px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
    font-family: 'PT Sans', sans-serif;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #7f5a90;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #6b3782;
	color: #fff;
}

.archive-pagination ul.page-numbers {
    margin-left: 0;
    padding: 0;
}

.archive-pagination li span.page-numbers.current {
    background-color: #6b3782;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    padding-top: 40px;
    width: 320px;
}

.sidebar-content-sidebar .sidebar {
    width: 275px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li,
.entry-content li {
	list-style-type: disc;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	border-bottom: medium none;
	margin-bottom: 0;
}

.sidebar .widget {
    background-color: #e2e3e5;
    margin-bottom: 40px;
    padding: 20px;
}

.sidebar .widget:last-child {
	border-bottom: medium none;
	/*margin-bottom: 0;*/
}

.sidebar .widget-title {
    color: #6b3782;
    font-size: 16px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sidebar a.more {
    padding-bottom: 5px;
}

.sidebar table {
}

/* ### Secondary Sidebar */

.sidebar.sidebar-secondary {
	float: left;
	width: 225px;
}

/* Custom Widgets
--------------------------------------- */

/* Image Widget
---------------------------- */
.sidebar .widget.image-widget {
    padding-left: 0;
	padding-right: 0;
}
.sidebar .widget.image-widget img {
    margin-bottom: 0;
}
.sidebar .widget.image-widget .widget-title {
}

/* News Widget
---------------------------- */
.sidebar .widget.news {
    background-color: #e2e3e5;
    padding: 20px;
}
.sidebar .widget.news .news-div {
}
.sidebar .widget.news .news-div h4.widget-title {
}
.sidebar .widget.news .news-div ul {
}
.sidebar .widget.news .news-div ul li {
    margin-bottom: 20px;
}
.sidebar .widget.news .news-div ul li h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.sidebar .widget.news .news-div ul li h5 a,
.sidebar .widget.news .news-div a.more {
	color: #6b3782;
}
.sidebar .widget.news .news-div ul li h5 a:hover,
.sidebar .widget.news .news-div a.more:hover {
	color: #888;
}
.sidebar .widget.news .news-div a.more {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
    display: none;
}

/* Event Widget
---------------------------- */
.sidebar .widget.event {
}
.sidebar .widget.event .event-div {
}
.sidebar .widget.event .event-div h4.widget-title {
}
.sidebar .widget.event .event-div ul {
	padding: 0;
}
.sidebar .widget.event .event-div ul li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 20px;
}
.sidebar .widget.event .event-div .date {
}
.sidebar .widget.event .event-div .date .month {
}
.sidebar .widget.event .event-div .date .day {
}
.sidebar .widget.event .event-div ul li h5 {
	font-size: 16px;
	margin-bottom: 0;
}
.sidebar .widget.event .event-div ul li h5 a,
.sidebar .widget.event .event-div a.more {
    color: #6b3782;
}
.sidebar .widget.event .event-div ul li h5 a:hover,
.sidebar .widget.event .event-div a.more:hover {
}
.sidebar .widget.event .event-div a.more {
    font-size: 16px;
}
.sidebar .widget.event .event-div ul li .meta {
}

/* News and Events Button Widget
---------------------------- */
.news-events-link-div {
}
.news-events-link-div a.button {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    width: calc(50% - 3px);
}
.news-events-link-div a.button.red {
	margin-right: 6px;
}
.news-events-link-div a.button.red:hover {
    background-color: #7f5a90;
}
.news-events-link-div a.button.green {
    background-color: #7f5a90;
}
.news-events-link-div a.button.green:hover {
    background-color: #6b3782;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

/* Footer
-------------------------------------------------- */
.site-footer {
    font-size: 16px;
    line-height: 1.2;
}

/* Footer Social
--------------------------------------------- */
.site-footer .foot-head {
    background-color: #6b3782;
    color: #fff;
    line-height: 1.2;
    padding: 20px 0;
    width: 100%;
}
.site-footer .foot-head .wrap {
	display: block;
}
.site-footer .foot-head .wrap .left,
.site-footer .foot-head .wrap .right {
    display: inline-block;
    vertical-align: middle;
}
.site-footer .foot-head .wrap .left,
.site-footer .foot-head .wrap .right {
    width: 50%;
}
.site-footer .foot-head .wrap .left .cta {
    font-size: 24px;
    text-transform: uppercase;
}
.site-footer .foot-head .wrap .right {
	text-align: right;
}
.site-footer .foot-head .wrap .right .social {
	text-align: right;
}
.site-footer .foot-head .wrap .right .social ul {
    display: block;
}
.site-footer .foot-head .wrap .right .social ul li {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 46px;
    margin: 0 4px;
    padding: 0 2px;
    width: 46px;
}
.site-footer .foot-head .wrap .right .social ul li.facebook a:hover {
	color: #3b5998;
}
.site-footer .foot-head .wrap .right .social ul li.twitter a:hover  {
	color: #00aced;
}
.site-footer .foot-head .wrap .right .social ul li.instagram a:hover {
	color: #517fa4;
}
.site-footer .foot-head .wrap .right .social ul li.youtube a:hover  {
	color: #e52d27;
}
.site-footer .foot-head .wrap .right .social ul li a {
	color: #6b3782;
    font-size: 30px;
}
.site-footer .foot-head .wrap .right .social ul li a i::before {
    line-height: 47px;
    width: 29px;
}

/* Footer Widgets
--------------------------------------------- */
.site-footer .foot-widgets {
    background-color: #dddddd;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.625;
    padding: 80px 0;
}
.site-footer .foot-widgets h3.widget-title {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.site-footer .foot-widgets a {
    color: #8f8f8f;
}
.site-footer .foot-widgets a:hover {
	color: #6b3782;
}
.site-footer .foot-widgets .footer-widgets .footer-widgets-1,
.site-footer .foot-widgets .footer-widgets .footer-widgets-2,
.site-footer .foot-widgets .footer-widgets .footer-widgets-3,
.site-footer .foot-widgets .footer-widgets .footer-widgets-4 {
	border-left: 1px solid #c4c4c4;
    float: left;
    padding: 0 40px;
}
.site-footer .foot-widgets .footer-widgets .footer-widgets-1 {
	border-left: none;
    padding-left: 0;
    width: 23%;
}
.site-footer .foot-widgets .footer-widgets .footer-widgets-2,
.site-footer .foot-widgets .footer-widgets .footer-widgets-3 {
    width: 26%;
}
.site-footer .foot-widgets .footer-widgets .footer-widgets-4 {
    padding-right: 0;
    width: 25%;
}
.site-footer .foot-widgets .footer-widgets .image-widget img.aligncenter {
    margin-bottom: 0;
}

/* Footer Creds
--------------------------------------------- */
.site-footer .footer-creds {
	background-color: #333;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 0 15px;
}
.site-footer .footer-creds a {
	color: #88ab4d;
}
.site-footer .footer-creds a:hover {
	color: #6b3782;
}
.site-footer .footer-creds .left {
	float: left;
	width: 70%;
}
.site-footer .footer-creds .left ul {
	display: block;
}
.site-footer .footer-creds .left ul li {
	display: inline-block;
	padding: 5px 3px;
}
.site-footer .footer-creds .left ul li:first-child {
	padding-left: 0;
}
.site-footer .footer-creds .right {
	float: right;
	width: 30%;
}
.site-footer .footer-creds .right .social {
    font-size: 20px;
    padding-top: 8px;
}
.site-footer .footer-creds .right .social ul {
	display: block;
	text-align: right;
}
.site-footer .footer-creds .right .social ul li {
	display: inline-block;
	padding: 5px 3px;
}
.site-footer .footer-creds .right .social ul li:last-child {
	padding-right: 0;
}
.site-footer .footer-creds .right .social ul li a {
	color: #fff;
}
.site-footer .footer-creds .right .social ul li.facebook a:hover {
	color: #3b5998;
}
.site-footer .footer-creds .right .social ul li.twitter a:hover  {
	color: #00aced;
}
.site-footer .footer-creds .right .social ul li.instagram a:hover {
	color: #517fa4;
}
.site-footer .footer-creds .right .social ul li.youtube a:hover  {
	color: #e52d27;
}

/* Footer Color Strip
--------------------------------------------- */
.site-footer .color-strip {
    background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.25, #6C3782),
		color-stop(0.25, #DA75A8),
		color-stop(0.5, #DA75A8),
		color-stop(0.5, #232323),
		color-stop(0.75, #232323),
		color-stop(0.75, #93BE48)
	);
	background-image: -o-linear-gradient(right, #6C3782 25%, #DA75A8 25%, #DA75A8 50%, #232323 50%, #232323 75%, #93BE48 75%);
	background-image: -moz-linear-gradient(right, #6C3782 25%, #DA75A8 25%, #DA75A8 50%, #232323 50%, #232323 75%, #93BE48 75%);
	background-image: -webkit-linear-gradient(right, #6C3782 25%, #DA75A8 25%, #DA75A8 50%, #232323 50%, #232323 75%, #93BE48 75%);
	background-image: -ms-linear-gradient(right, #6C3782 25%, #DA75A8 25%, #DA75A8 50%, #232323 50%, #232323 75%, #93BE48 75%);
	background-image: linear-gradient(to right, #6C3782 25%, #DA75A8 25%, #DA75A8 50%, #232323 50%, #232323 75%, #93BE48 75%);
	height: 4px;
	width: 100%;
}

/* Single Template
-------------------------------------------- */
.single .entry-header,
.blog .entry-header {
}
.entry-header .entry-title {
	color: #6b3782;
    font-size: 36px;
    font-weight: normal;
}
.entry-time {
}
.entry-header p.entry-meta {
    color: #888888;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.entry-content a.more-link {
    display: block;
    margin-top: 30px;
}

/* Staff List Shortcode
------------------------------- */
.dept-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
	margin: 30px 0 0;
	background: #eee;
	padding: 0 10px;
}

.toggle-button {
	float: right;
    font-size: 25px;
    padding: 11px;
    cursor: pointer;
}

.toggle-button:hover {
	color: #6688ee;
}

hr.norm {
    background: #eee none repeat scroll 0 0 !important;
    height: 8px !important;
    margin: 0 auto 40px !important;

    display: none;
}
ul.staff-listing {
    display: block;
    padding: 0;
    display: none;
}
ul.staff-listing li {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 1%;
    text-align: center;
    vertical-align: top;
    width: 24%;
}
ul.staff-listing li:nth-of-type(4n) {
    margin-right: 0;
}
ul.staff-listing li a img.alignleft {
    border-radius: 50%;
    display: block;
    float: none;
    margin: 0 auto 10px;
}
ul.staff-listing li .staff-name {
    font-size: 1.5em;
}
ul.staff-listing li .position,
ul.staff-listing li .website {
    font-size: 1em;
}

/* Homepage Styles
----------------------------------------------------------------------- */

/* Main Slider
------------------------------------------ */
.main-slider {
	background: black;
    display: block;
}
.main-slider .bx-wrapper {
    margin-bottom: 0;
}
.main-slider .slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-slider .slide .inner {
	height: 800px;
	width: 100%;
	position: relative;
}
.main-slider .slide .fade{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.main-slider .slide .text-block {
    /*color: #fff;
    display: inline-block;
    max-width: 500px;
    padding: 100px 0 40px;
    word-wrap: break-word;
    position: relative;
    z-index: 2;*/

	color: #fff;
	display: inline-block;
	width: 100%;
	margin: 260px 0 40px;
	word-wrap: break-word;
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 40px 0;
/*	border-top: 1px solid white;
	border-bottom: 1px solid white;*/
	text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.75)
}
.main-slider .slide .text-block h3 {
    font-size: 100px;
    font-weight: 700;
    line-height: 0.9;
	margin-bottom: 10px;
    text-transform: uppercase;
}
.main-slider .slide .text-block .sliderlink {
    font-size: 36px;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff200;
}
.main-slider .slide .text-block .sliderlink:hover {
	opacity: 0.75;
}

.main-slider .slide .text-block .dashicons {
    font-size: 2.4rem;
}

.main-slider .bx-wrapper .bx-pager {
	text-align: center;
}

.main-slider .bx-wrapper .bx-pager.bx-default-pager a {
	height: 15px; width: 15px;
	margin: 0 5px;
}

/*
.main-slider .slide .text-block span.link {
    font-size: 36px;
    font-weight: 700;
}
.main-slider .slide .text-block span.link a {
	color: #fff200;
}
.main-slider .slide .text-block span.link a:hover {
	opacity: 0.5;
}
*/


.main-slider .text-block .dashicons {
	width: 40px;
}

.main-slider .slide .video-wrap {
  height: 100%;
  width: 100%;
  top: 0; left: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}

.main-slider .slide .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: -10;
}

.bgvid {
  display: block;
  width: 100%;
  height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}



/* Call to Action
--------------------------------------------------- */
.call-out {
    background-color: #6b3782;
    background-image: url("images/jb-lantern.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 25px solid rgba(255, 255, 255, 0.15);
    border-top: 25px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    letter-spacing: -1px;
    padding: 40px 0 20px;
}
.call-out .wrap {
}
.call-out .wrap h4 {
    font-size: 36px;
}
.call-out .wrap .quote {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}
.call-out .wrap ul {
    display: block;
    padding: 20px 0 0;
    text-align: center;
}
.call-out .wrap ul li {
	display: inline-block;
}
.call-out .wrap ul li a {
    color: #fff200;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 20px;
}
.call-out .wrap ul li a:hover {
	opacity: 0.5;
}

/* News Slider
------------------------------------------ */
.news-slider {
    background-color: #e2e3e5;
    padding: 30px 0;
    width: 100%;
}
.news-slider .news-div {
}
.news-slider .news-div h4.widget-title {
    color: #6b3782;
    font-size: 30px;
    margin-bottom: 10px;
}
.news-slider .news-div ul.sm-slide {
}
.news-slider .news-div ul.sm-slide li {
}
.news-slider .news-div ul.sm-slide li .mini-slide {
    float: left;
    padding: 5px;
	position: relative;
    vertical-align: top;
    width: 33.33333%;
}
.news-slider .news-div ul.sm-slide li .mini-slide a {
}
.news-slider .news-div ul.sm-slide li .mini-slide a img {
	margin-bottom: 10px;
}
.news-slider .news-div ul.sm-slide li .mini-slide a h4.news-title {
    font-size: 20px;
	margin-bottom: 30px;
}
.news-slider .news-div ul.sm-slide li .mini-slide a.more {
    bottom: 0;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 10px;
}
.news-slider .news-div ul.sm-slide li .mini-slide a:hover {
	opacity: 0.7;
}

/* Events and Other Links
------------------------------------------- */
.event-other {
	padding: 40px 0;
}
.event-other .event-div {
	margin-bottom: 20px;
}
.event-other .event-div h4.widget-title {
    color: #6b3782;
    font-size: 30px;
    margin-bottom: 10px;
}
.event-other .event-div ul {
	display: block;
	margin-bottom: 20px;
}
.event-other .event-div ul:after {
	content: ""; display: table; clear: both;
}
.event-other .event-div ul li {
    float: left;
    padding-right: 10px;
    width: 25%;
}
.event-other .event-div ul li .date {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
    width: 80px;
}
.event-other .event-div ul li .date .day {
    background-color: #6b3782;
    color: #fff;
    display: block;
    padding: 6px;
}
.event-other .event-div ul li .date .month-day {
    background-color: #cfc3e1;
    color: #6b3782;
    display: block;
    padding: 6px;
}
.event-other .event-div ul li h5 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 0;
}
.event-other .event-div ul li h5 a {
}
.event-other .event-div ul li h5 a:hover {
}
.event-other .event-div ul li .meta {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.event-other .event-div a.more {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 50%;
}
.event-other .event-div a.more.left {
}
.event-other .event-div a.more.right {
    text-align: right;
}

.event-other .other-div {
}
.event-other .other-div .other-slider {
}
.event-other .other-div .other-slider .pane {
}
.event-other .other-div .other-slider .pane .slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
    margin-right: 6px;
    width: 396px;
}
.event-other .other-div .other-slider .pane .slide:last-child {
    margin-right: 0;
}
.event-other .other-div .other-slider .pane .slide .inner {
}
.event-other .other-div .other-slider .pane .slide .inner a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    font-size: 30px;
    height: 180px;
	line-height: 1.2;
    padding: 60px 0 0;
    text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}
.event-other .other-div .other-slider .pane .slide .inner a:hover {
    background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
}

/* Testimonials Section
------------------------------------------------- */
.testimonial {
    background-color: #9a77aa;
    padding: 60px 0;
}
.testimonial .wrap {
	text-align: center;
}
.testimonial .wrap p {
    color: #e2e3e5;
    font-family: 'PT Serif', serif;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
}
.testimonial .wrap a {
    color: #fff;
    font-size: 16px;
}
.testimonial .wrap a:hover {
	color: #e2e3e5;
}

/* Page Template
------------------------------------------------------------------------ */

.feature {
	background-color: #fff;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 420px;
	position: relative;
}

.page-id-5233 .feature {
		background-size:contain;
		height:380px;
		background-position:left top;
	}

.feature .inner-title {
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.feature .inner-title h1.entry-title {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

/* Single Event Template
------------------------------------------ */
.single-rsc_event .entry-header {
    margin-bottom: 40px;
}
.single-rsc_event .entry-location {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0;
}
.single-rsc_event address {
    font-size: 22px;
    font-style: normal;
    margin-bottom: 20px;
}
.single-rsc_event .event-date {
    font-size: 22px;
}
.single-rsc_event .event-time {
    font-size: 22px;
}
.single-rsc_event .entry-content {
    margin-bottom: 40px;
}

.archive.single-rsc_event.page-template-default .site-header {
    display: flex;
}
.archive.single-rsc_event .entry-content {
    text-align: center;
}
.archive.single-rsc_event a.button {
    padding: 10px 40px;
}

.img-feature {
    display: inline-block;
    margin-bottom: -18px;
    width: 100%;
}
.img-feature .left {
    float: left;
    width: 50%;
}
.img-feature .right {
    float: right;
    width: 50%;
}
.img-feature .left img,
.img-feature .right img {
    min-width: 100%;
}

.blog .entry-header .entry-image {
    margin-bottom: 20px;
}
.blog .post-author {
    margin-top: -75px;
}
.blog .post-author img {
    width: 90px;
}
.cat-list {
    float: right;
    padding: 10px 10px 0 0;
}
.cat-list select {
    font-size: 14px;
    padding: 5px 10px;
}

/* Page Sidebar Nav
------------------------------------------------ */
.sidebar .widget.child-nav {
    background-color: #e2e3e5;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
}
.child-nav .nav-third {
    padding: 0;
}
.child-nav .nav-third ul {
	padding-left: 0;
}
.child-nav .nav-third ul.children {
    padding-left: 15px;
    padding-top: 5px;
}
.child-nav .nav-third ul li.page_item {
    line-height: 1;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0 20px;
    position: relative;
}
.child-nav .nav-third ul li.page_item > a {
    border-bottom: 1px solid #b0b1b3;
    color: #6b3782;
    display: block;
	font-size: 16px;
    padding: 20px 0;
    margin-bottom: -1px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}
.child-nav .nav-third ul li.page_item:last-child > a {
    border-bottom: none !important;
}
.child-nav .nav-third ul li.page_item:hover,
.child-nav .nav-third ul li.page_item.current_page_item {
    background-color: #6b3782;
}
.child-nav .nav-third ul li.page_item a:hover,
.child-nav .nav-third ul li.page_item.current_page_item > a {
    border-bottom: 1px solid #6b3782;
	color: #fff;
}
.child-nav .nav-third ul li.page_item.page_item_has_children .children {
    display: none;
}
.child-nav .nav-third ul li.page_item.current_page_ancestor > .children,
.child-nav .nav-third ul li.page_item.current_page_item > .children {
    display: block;
}


/* Previous/Next Post
------------------------------------------------- */
.prev-next {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    float: left;
    margin-bottom: 80px;
    padding: 0;
    width: 100%;
}
.prev-next .previous {
    border-right: 1px solid #eee;
    float: left;
    padding: 20px 20px 20px 0;
    width: 50%;
}
.prev-next .previous h3,
.prev-next .next h3 {
    color: #bbb;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}
.prev-next .previous img {
    border-radius: 50%;
    float: left;
	margin: 0 20px 20px 0;
    max-width: 100px;
}
.prev-next .previous a.title,
.prev-next .next a.title {
    display: block;
    font-size: 18px;
	line-height: 1.2;
    margin-bottom: 10px;
}
.prev-next .previous span.author,
.prev-next .next span.author {
	color: #bbb;
	display: block;
}
.prev-next .next {
    float: right;
    padding: 20px 0 20px 20px;
	text-align: right;
    width: 50%;
}
.prev-next .next.border {
    border-left: 1px solid #ddd;
}
.prev-next .next h3 {
	text-align: right;
}
.prev-next .next img {
    border-radius: 50%;
    float: right;
	margin: 0 0 20px 20px;
    max-width: 100px;
}

/* Related Posts
-------------------------------------------------- */
.related-posts {
    float: left;
    padding-bottom: 80px;
    width: 100%;
}
.related-posts .related-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}
.related-posts ul.related-list.thumbs {
    display: block;
    margin: 0 -10px;
}
.related-posts ul.related-list.thumbs li {
    display: inline-block;
    padding: 10px 10px 19px;
    vertical-align: top;
    width: 25%;
}
.related-posts ul.related-list.thumbs li a {
    display: block;
    margin-bottom: -9px;
    position: relative;
}
.related-posts ul.related-list.thumbs li a:hover {
}
.related-posts ul.related-list.thumbs li a img {
    margin-bottom: -9px;
}
.related-posts ul.related-list.thumbs li a span {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
	line-height: 1.5;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.related-posts ul.related-list.thumbs li a:hover span {
    display: block;
}

/* Quick Links
------------------------------------------------------------ */
.sidebar .widget_nav_menu ul {
    font-family: 'PT Sans', sans-serif;
    padding: 0;
}
.sidebar .widget_nav_menu ul li {
    list-style-type: none;
}
.sidebar .widget_nav_menu ul li a {
	font-size: 16px;
}
.sidebar .widget_nav_menu ul li a:hover {
    opacity: 0.7;
}
.sidebar .widget_nav_menu ul li a i._mi {
	font-size: 22px;
}

/* News Shortcode
----------------------------------------------------- */
.news-div {
}
.news-div ul {
    margin: 0;
    padding: 0;
}
.news-div ul li {
    list-style-type: none;
    margin-bottom: 40px;
}
.news-div ul li h5 {
    font-size: 30px;
    margin-bottom: 7px;
}
.news-div ul li h5 a {
    color: #3db0b0;
}
.news-div ul li h5 a:hover {
	color: #6b3782;
}
.news-div ul li .meta {
}

/* Alert Bar
------------------------------------------------------- */
.rsc_ab_wrap {
    display: inline-block !important;
	padding: 2px 0 10px !important;
    float: none !important;
}
.rsc_ab_content {
    display: block !important;
    float: none !important;
}
.rsc_ab_content h3 {
    margin-bottom:0;
}
.ab-close {
    font-size: 28px !important;
}

/* Accessibility
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

div.sharedaddy h3.sd-title {
    font-size: 16px !important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1600px) {
	
}

@media only screen and (max-width: 1320px) {
	
	.bx-wrapper .bx-prev {
		left: 10px !important;
	}
	.bx-wrapper .bx-next {
		right: 10px !important;
	}
}

@media only screen and (max-width: 1200px) {
	
	.wrap {
		padding: 0 20px;
	}

	.site-header .left {
		width: calc(100% - 200px);
	}
	.site-header .right {
		width: 200px;
	}
	
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.content {
		padding: 40px;
		width: 66%;
	}
	
	.sidebar {
		width: 34%;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 80%;
	}
	.sidebar-content-sidebar .content {
		width: 70%;
	}
	.sidebar-content-sidebar .sidebar {
		width: 30%;
	}
	.sidebar.sidebar-secondary {
		width: 20%;
	}
	
	.feature {
		height: 480px;
	}
	
	.page-id-5233 .feature {
		background-size:contain;
		height:320px;
		background-position:left top;
	}
	
	.feature .inner-title h1.entry-title {
		font-size: 64px;
	}
	
	/* Homepage Styles */
	.main-slider .slide .inner {
		height: 720px;
	}
	.main-slider .slide .text-block h3 {
		font-size: 90px;
	}
	.main-slider .bx-wrapper .bx-controls.bx-has-pager {
		padding-left: 10px;
	}
	.event-other .other-div .other-slider .pane .slide {
		width: calc(33.3333% - 4px);
	}
}

@media only screen and (max-width: 1023px) {
	
	.site-header .left .site-title {
		display: block;
		max-width: 360px;
	}
	.site-header .left .site-description {
		display: block;
		font-size: 30px;
		line-height: 1;
		margin: 0 auto 20px;
	}
	
	.nav-bar .wrap {
		padding: 0;
	}
	.responsive-menu-icon {
		display: block;
	}
	.nav-bar .wrap .nav-primary {
		padding: 0;
		text-align: left;
	}
	.nav-bar .wrap .nav-primary .menu-network {
		background-color: #6b3782;
		display: none;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 9999;
	}
	.nav-bar .wrap .nav-primary .menu-network .page_item {
		border-bottom: 1px solid #fff;
		display: block;
		padding: 0;
	}
	.nav-bar .wrap .nav-primary .menu-network .children .page_item:last-child {
		border-bottom: none;
	}
	.nav-bar .wrap .nav-primary .menu-network .page_item a {
		display: block;
		padding: 7px 20px;
	}
	.nav-bar .wrap .nav-primary .menu-network .children {
		left: 0;
		opacity: 1;
		padding-top: 0;
		position: relative;
		width: auto;
	}
	.nav-bar .wrap .nav-primary .menu-network .children .children {
		margin: 0;
		padding: 0 0 0 20px;
	}
	.nav-bar .wrap .nav-primary .menu-network .children > .page_item a {
		background-color: transparent;
		color: #fff;
		padding: 9px 20px 8px;
    	width: auto;
	}
	.nav-primary .menu-network .page_item > ul {
		display: none;
	}
	.nav-primary .menu-network .page_item.menu-open > ul {
		display: block;
	}
	.nav-primary .menu-network .page_item ul.children {
		padding-left: 20px;
	}
	.nav-primary .menu-network .page_item_has_children > a {
		margin-right: 46px;
	}
	.nav-primary .menu-network .page_item_has_children:before {
		background-color: #6b3782;
		color: #fff;
		content: "\f132";
		cursor: pointer;
		float: right;
		font: 22px/1 "dashicons";
		height: 21px;
		padding: 14px 12px 11px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .menu-network .page_item_has_children:hover:before {
		background-color: rgba(0,0,0,0.25);
	}
	.nav-primary .menu-network .children li.page_item_has_children a:after {
		content: "";
	}
	.nav-primary .menu-network .menu-open.page_item_has_children:before {
		content: "\f460";
	}
	.nav-bar .wrap .nav-primary .menu-network .page_item.search .icon-search {
		display: none;
	}
	.site-header.fixto-fixed .nav-primary .menu-network .page_item.search .theform {
		top: auto;
    	z-index: 9999;
	}
	.nav-bar .wrap .nav-primary .menu-network .page_item.search {
		padding: 0;
	}
	.nav-bar .wrap .nav-primary .menu-network .page_item.search .theform {
		display: block;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
	.nav-bar .wrap .nav-primary .menu-network .page_item.search .theform .search-form input[type="search"] {
		background: #fff none repeat scroll 0 0;
		color: #333;
		font-size: 24px;
	}
	
	.site-footer .footer-creds .left,
	.site-footer .footer-creds .right {
		text-align: center;
		width: 100%;
	}
	.site-footer .footer-creds .right .social ul {
		text-align: center;
	}
	
	.feature {
		height: 440px;
	}
	
	.page-id-5233 .feature {
		background-size:contain;
		height:300px;
		background-position:left top;
	}
	
	.feature .inner-title h1.entry-title {
		font-size: 56px;
	}
	
	/* Homepage Styles */
	.main-slider .slide .inner {
		height: 640px;
	}
	.main-slider .slide .text-block h3 {
		font-size: 72px;
	}
	.call-out .wrap h4 {
		font-size: 28px;
	}
	.call-out .wrap .quote {
		font-size: 42px;
	}
}

@media only screen and (max-width: 960px) {
	
	.entry-title {
    	font-size: 40px;
	}
	
	.breadcrumb {
		padding: 0 0 20px;
	}
	
	.content,
	.sidebar,
	.sidebar-content .content,
	.full-width-content .content,
	.sidebar-content-sidebar .content,
	.sidebar.sidebar-secondary {
		border: medium none;
		padding: 40px;
		width: 100%;
	}
	
	.sidebar {
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .sidebar,
	.sidebar.sidebar-secondary {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-footer .foot-widgets {
		padding: 40px 0;
		text-align: center;
	}
	.site-footer .foot-widgets .footer-widgets .footer-widgets-1,
	.site-footer .foot-widgets .footer-widgets .footer-widgets-2,
	.site-footer .foot-widgets .footer-widgets .footer-widgets-3 {
		width: 33%;
	}
	.site-footer .foot-widgets .footer-widgets .footer-widgets-3 {
		padding-right: 0;
	}
	.site-footer .foot-widgets .footer-widgets .footer-widgets-4 {
		border-left: none;
		padding-right: 40px;
		width: 100%;
	}
	.site-footer .foot-widgets .footer-widgets .image-widget img.aligncenter {
		margin: 20px auto 0;
		max-width: 400px;
		width: 100%;
	}
	
	.feature {
		height: 400px;
	}
	
	.page-id-5233 .feature {
		background-size:contain;
		height:240px;
		background-position:left top;
	}
	
	.feature .inner-title h1.entry-title {
		font-size: 48px;
	}
	
	/* Homepage Styles */
	.main-slider .slide .inner {
		height: 540px;
	}
	.main-slider .slide .text-block h3 {
		font-size: 60px;
	}
	.main-slider .slide .text-block p,
	.main-slider .slide .text-block span.link {
		font-size: 28px;
	}
	.event-other .event-div ul li {
		padding-bottom: 20px;
		width: 50%;
	}
	
	.sidebar .widget.news .news-div h4.widget-title {
		font-size: 24px;
		text-align: center;
	}
	.sidebar .widget.news .news-div ul li {
		text-align: center;
	}
	.sidebar .widget.news .news-div ul li a img {
		display: block;
		margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 780px) {
	
	.site-header {
		padding: 10px 0 0;
	}
	.site-header .left {
		text-align: center;
		width: 100%;
	}
	.site-header .left .site-title {
		margin: 0;
		max-width: 100%;
	}
	.site-header .left .site-title a img {
		max-width: 320px;
	}
	.site-header .left .site-description {
		font-size: 28px;
		margin: 0 auto;
	}
	.site-header .right {
		padding: 20px 0 10px;
		width: 100%;
	}
	.site-header .right .social {
		text-align: center;
	}
	
	.prev-next .previous {
		border-bottom: 1px solid #ddd;
		border-right: medium none;
		padding: 10px 0;
		width: 100%;
	}
	.prev-next .next {
		padding: 10px 0;
		width: 100%;
	}
	.related-posts ul.related-list.thumbs li {
		width: 50%;
	}
	
	.feature {
		height: 360px;
	}
	
	.page-id-5233 .feature {
		background-size:contain;
		height:200px;
		background-position:left top;
	}
	
	.feature .inner-title h1.entry-title {
		font-size: 42px;
	}
	
	.site-footer .foot-head .wrap .left,
	.site-footer .foot-head .wrap .right {
		text-align: center;
		width: 100%;
	}
	.site-footer .foot-head .wrap .left .cta {
		padding: 0 0 20px;
	}
	.site-footer .foot-head .wrap .right .social {
		text-align: center;
	}

	.site-footer .foot-widgets .footer-widgets .footer-widgets-1,
	.site-footer .foot-widgets .footer-widgets .footer-widgets-2 {
		border: medium none;
		padding: 0 20px 40px;
		width: 50%;
	}
	.site-footer .foot-widgets .footer-widgets .footer-widgets-3 {
		border: medium none;
		padding: 0 20px 20px;
		width: 100%;
	}
	
	/* Homepage Styles */
	.main-slider .slide .inner {
    	height: auto;
		min-height: 480px;
	}
	.main-slider .slide .text-block {
		margin: 150px 0;
	}
	.main-slider .slide .text-block .sliderlink {
		font-size: 1.8rem;
	}
	.main-slider .slide .text-block .dashicons {
		font-size: 1.75rem;
	}
	.main-slider .slide .text-block h3 {
		font-size: 54px;
	}
	.main-slider .slide .text-block p,
	.main-slider .slide .text-block span.link {
		font-size: 24px;
	}
	.call-out .wrap h4,
	.call-out .wrap ul li a {
		font-size: 24px;
	}
	.call-out .wrap .quote {
		font-size: 36px;
	}
	.news-slider .news-div ul.sm-slide li .mini-slide {
		height: auto !important;
		width: 50%;
	}
	.news-slider .news-div ul.sm-slide li .mini-slide:last-child {
		width: 100%;
	}
	.event-other .other-div .other-slider .pane .slide {
		margin-bottom: 6px;
		margin-right: 0;
		width: 100%;
	}
	.event-other .other-div .other-slider .pane .slide .inner a {
		font-size: 24px;
		padding: 72px 0 0;
	}
}

@media only screen and (max-width: 640px) {

	.content,
	.sidebar,
	.sidebar-content .content,
	.full-width-content .content,
	.sidebar-content-sidebar .content,
	.sidebar.sidebar-secondary {
		padding: 20px;
	}
	.home .content {
		padding: 0;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft,
	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		margin: 0 auto 20px;
	}
	.alignleft,
	.alignright {
		display: block;
		float: none;
		text-align: center;
	}

	.site-footer .foot-widgets .footer-widgets .footer-widgets-1,
	.site-footer .foot-widgets .footer-widgets .footer-widgets-2,
	.site-footer .foot-widgets .footer-widgets .footer-widgets-3 {
		padding: 20px 0;
		width: 100%;
	}
	
	.feature {
		height: 280px;
	}
	
	.page-id-5233 .feature {
	background-size:contain;
	height:152px;
		background-position:left top;
}
	
	.feature .inner-title h1.entry-title {
		font-size: 36px;
	}
	
	/* Homepage Styles */
	.main-slider .slide .inner {
		min-height: 400px;
	}
	.main-slider .slide .text-block {
		padding: 60px 0 40px 0;
	}
	.main-slider .slide .text-block h3 {
		font-size: 48px;
	}
	.main-slider .slide .text-block p,
	.main-slider .slide .text-block span.link {
		font-size: 20px;
	}
	.main-slider .bx-wrapper .bx-controls.bx-has-pager {
		bottom: 20px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		height: 15px !important;
		width: 15px !important;
	}
	.call-out .wrap h4,
	.call-out .wrap ul li a {
		font-size: 20px;
	}
	.call-out .wrap .quote {
		font-size: 30px;
	}
	.call-out .wrap .quote {
		font-size: 24px;
	}
	.event-other .event-div ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	
	.site-header .left .site-title a img {
		max-width: 100%;
	}
	.site-header .left .site-description {
		font-size: 24px;
	}
	
	.related-posts ul.related-list.thumbs li {
		width: 100%;
	}
	
	.feature {
		height: 240px;
	}
	
	.page-id-5233 .feature {
	background-size:contain;
	height:140px;
}
	
	.feature .inner-title h1.entry-title {
		font-size: 28px;
	}
	
	/* Homepage Styles */
	.main-slider .slide .inner {
		min-height: 320px;
	}
	.main-slider .slide .text-block {
		padding: 40px 0;
	}
	.main-slider .slide .text-block h3 {
		font-size: 36px;
	}
	.main-slider .slide .text-block p,
	.main-slider .slide .text-block span.link {
		font-size: 18px;
	}
	.news-slider .news-div ul.sm-slide li .mini-slide {
		width: 100%;
	}


	.news-slider .news-div ul.sm-slide {
		width: 100% !important;
		transform: none !important;
	}
	.news-slider .news-div ul.sm-slide li {
		margin: 0;
	}
	.news-slider .news-div .bx-wrapper .bx-viewport {
		height: auto !important;
	}
	.news-slider .news-div .bx-wrapper .bx-controls,
	.news-slider .news-div ul.sm-slide li.bx-clone {
		display: none;
	}


	.event-other .other-div .other-slider .pane {
		float: none !important;
	}
	.event-other .other-div ul.sm-slide li {
		margin: 0;
	}
	.event-other .other-div .bx-wrapper .bx-viewport {
		height: auto !important;
	}
	.event-other .other-div .bx-wrapper .bx-controls,
	.event-other .other-div .other-slider .bx-clone {
		display: none;
	}

	.site-header .right .social ul li.text-link {
		display: block;
		margin: 10px 0;
	}

}

@media only screen and (max-width: 360px) {
	
	
}




.dataTables_wrapper select,
.dataTables_wrapper input,
.dataTables_wrapper textarea {
	width: auto;
}

.dataTables_wrapper input[type="search"] {
	border-radius: 5px;
}

@media screen and (min-width:650px) {
	
	.brick-text {
		float:left;
		width:49%;
		margin-right:2%;
	}
	
	.brick-media {
		float:right;
		width:49%;
	}
	
}

@media screen and (min-width: 1300px) {
	
	.page-id-5233 .feature {
		background-size:cover;
		background-position:center bottom;
		height:400px;
	}
	
}

@media screen and (min-width: 1500px) {
	
	.page-id-5233 .feature {
		background-size:cover;
		background-position:center bottom;
		height:480px;
	}
	
}

@media screen and (min-width: 1900px) {
	
	.page-id-5233 .feature {
		background-size:cover;
		background-position:center bottom;
		height:550px;
	}
	
}


/* Print styles 
----------------------------------------------------- */
@media print {
  * {
    background: none repeat scroll 0 0 transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
	position: relative !important;
  }
  a,
  a:visited {
    text-decoration: underline;
	border-bottom: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  /* @page { margin: .25cm; } */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .site-header {
    content:"";
  }
  .site-container,
  .site-inner,
  .content-sidebar-wrap,
  .content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .xsite-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-left: none !important;
    border-right: none !important;
  }
  .content {
    border: medium none !important;
  }
  .primary-nav,
  .secondary-nav,
  nav,
  #searchform,
  .page-feature,
  .hexagon-block,
  .sidebar-primary,
  .sidebar-secondary,
  .services-block .hexagon,
  .get-started,
  .gform_wrapper,
  .breadcrumb,
  .footer-widgets,
  .post-edit-link,
  .credit,
  .bx-wrapper,
  img,
  iframe,
  .flipster-wrap,
  .site-footer .sign-up,
  .foot-cta,
  .students-say,
  .photo-blocks .block .photo,
  .working-with,
  .associated-faculty,
  .site-header .header-shadow,
  .cat-list,
  .prev-next,
  .related-posts,
  #respond {
    display: none !important;
  }
	.cta,
	.feature .outer .inner.left,
	.feature.two .outer .inner.right,
	.testimonials .quotes .outer .inner,
	.feeds .wrap .left,
	.feeds .wrap .right,
	.photo-blocks .block .entry-text {
		display: block !important;
		width: 100% !important;
	}
	.slider,
	.slider .bx-wrapper .slide,
	.page-template-default .site-header .feature .slide,
	.page-template-photo-heavy .site-header .feature .slide,
	.photo-blocks .block.photo-full .photo {
		min-height: 0;
	}
	.site-header .page-title.photo-heavy .entry-title,
	.page-template-default .site-header .page-title.photo-heavy .entry-title,
	.page-template-default .site-header .page-title.photo-heavy.no-btn .entry-title,
	.page-template-default .site-header .page-title.photo-heavy {
		margin: 0 auto 40px;
		padding: 0;
	}
	.site-header .page-title,
	.site-header .staff-title {
		top: 0;
		bottom: 0;
		position: relative;
		right: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto 40px;
	}
}



.gform_wrapper form.capital-campaign-form {
	max-width: 60%;
	margin: 0;
}