/*
	Theme Name: UM Template (Flagship Forward)
	Description: This is the theme for the University of Mississippi.
	Author: University Communications
	Author URI: https://communications.olemiss.edu/

	Version: 1.2

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Add To Any
	- Genesis Featured Images
	- Jetpack
	- The Events Calendar
	- UberGrid
	- Gravity Forms
	- My Team Showcase
    - Team Showcase by Carlos Moreira
- Skip Links
- Before Header
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Home Page
	- Error404
	- Entries
	- Entry Meta
	- Pagination
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
	- Max-width: 480px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


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

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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
---------------------------------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 16px;
}

body {
	background-color: #f2f2f2;
	color: #666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.575;
}

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

a {
	color: #347ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #1f5b8c;
	text-decoration: none;
}

red,
.red {
	color: #ce1126;
}

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

pre {
	display: inline;
	width: auto;
}

.sig {
	margin-left: 17px;
}

.sig p {
	display: inline;
	width: auto;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #e6e6e6;
	clear: both;
	margin: 45px 0 35px;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

blockquote::before {
    display: block;
    font-size: 15.5px;
    font-style: normal;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

blockquote {
	border-left: 8px solid #e6e9ef;
    color: #47589e;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8;
    margin: 30px;
    padding: 0 20px;
}

.chancellors-blog .entry-content a.more-link,
.archive .entry-content a.more-link,
.home-middle-1 .featuredpage a.more-link {
	margin: 20px 0 0 !important;
}

#home-top .top-left a.button,
#home-top .top-left .featuredpost p a.more-link,
.entry-content a.more-link,
.home-middle-1 p.more-from-category a {
    	background-color: #2c78b8;
    	border: 2px solid #2c78b8;
    	border-radius: 5px;
    	color: #fff;
    	display: block;
    	float: right;
    	font-size: 13px;
    	font-weight: 400;
    	letter-spacing: 1px;
    	margin: 20px 0 0;
    	padding: 6px 40px 5px !important;
    	text-transform: uppercase;
}

#home-top .top-left a.button {
	float: right !important;
	margin-right: 20px !important;
}
a.button-help {
	background-color: #00802b;
	border: 2px solid #00802b;
}

#home-top .top-left a.button:focus,
#home-top .top-left a.button:hover, a.button-help:focus, a.button-help:hover,
#home-top .top-left .featuredpost p a.more-link:hover,
.entry-content a.more-link:hover,
.home-middle-1 .more-from-category a:hover,
#home-top .top-left .featuredpost p a.more-link:focus,
.entry-content a.more-link:focus,
.home-middle-1 .more-from-category a:focus {
	background-color: #fff;
	border: 2px solid #2c78b8;
	color: #2c78b8;
}
a.button-help:focus, a.button-help:hover {
	background-color: #fff;
	border: 2px solid #2c78b8;
	color: #2c78b8;
}

.post-edit-link,
a.post-edit-link {
	display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252b5d;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	/*font-size: 32px;*/font-size: 26px;
}

h3 {
	/*font-size: 28px;*/font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h4 {
	/*font-size: 24px;*/font-size: 20px;
}

h5 {
	/*font-size: 20px;*/font-size: 18px;
}

h6 {
	/*font-size: 16px;*/font-size: 16px;
}

.former-chancellors h2 {
	font-size: 24px;
}

.pillar h3,
.pillar h4 {
	color: #313a73;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.pillar h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

.pillar h4 {
	line-height: 28px;
}

.pillar h5 {
	color: #2c78b8;
	margin-top: 25px;
	margin-bottom: 5px;
}

.pillar h3.ti,
.pillar h2.goal {
	margin-top: -150px;
	padding-top: 150px;
}

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

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

img {
	height: auto;
}

a img:focus,
img:focus {
	opacity: 0.75;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #f2f2f2;
	border-radius: 0;
	border: 1px solid #e2e2e2;
	box-shadow: none;
	color: #777;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #e2e2e2;
	outline: none;
}

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

::-moz-placeholder {
	color: #777;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #777;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #347ab7;
	border: 2px solid #347ab7;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 30px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #ce1126;
	border: 2px solid #ce1126;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## 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;
}


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

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

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

.site-inner {
	clear: both;
	padding: 65px 0 70px;
	word-wrap: break-word;
}

.home .site-inner {
	padding: 0;
}

.home #ubergrid-2 {
	padding-bottom: 50px;
}

.category .site-inner,
.error404 .site-inner,
.single .site-inner,
.page .site-inner,
.events-list .site-inner,
.archive .site-inner {
	padding-top: 190px;
}
/* ## Begin MOX removal of extra padding after 3 images area first section of gray
--------------------------------------------- */
.home .site-inner {
	padding-top: 0px; 
}
/* ## End MOX removal of extra padding after 3 images area first section of gray
--------------------------------------------- */

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### 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: 1060px;
}

.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: right;
	width: 720px;
}

.content-sidebar .content {
	float: left;
	margin-bottom: 65px;
}

.home-bottom .entry:last-of-type,
.home-bottom .widget:last-of-type,
.page .entry:last-of-type,
.page .content,
.single .entry:last-of-type,
.single .content {
	margin-bottom: 0 !important;
}

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

.category-action-plan .archive-title {
	margin: 0 auto !important;
	padding: 40px 40px 0;
}

.category-action-plan .content {
	background: #fff;
	border: 0;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
}

.category-action-plan .content .entry {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	margin-bottom: 0 !important;
	padding: 40px 40px 20px;
}

.category-action-plan .content .entry:first-of-type {
	padding: 10px 40px 40px !important;
}

.category-action-plan .content .entry:last-of-type {
	padding: 40px !important;
}

.category-action-plan .content p.entry-meta,
.category-action-plan .content a.more-link {
	display: none;
}

.category-action-plan .content .entry:first-of-type a.more-link {
	display: block;
}

.category-action-plan .content h3,
.single .content .category-action-plan h3 {
	font-size: 20px;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	margin: 0 0 35px;
	width: 360px;
}

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

/* ### Twitter */

.sidebar .widget_latest_tweets_widget {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	padding: 30px !important;
}

.sidebar .widget_latest_tweets_widget .widget-title {
	background-color: #bec0ce;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 6px 15px 5px;
}

.sidebar .widget_latest_tweets_widget .widget-title::before {
	content: "";
	font-family: 'FontAwesome';
	margin-right: 7px;
}

.sidebar .widget_latest_tweets_widget p.tweet-text {
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	margin: 0;
	padding-bottom: 20px;
}

.sidebar .widget_latest_tweets_widget li:last-of-type p.tweet-text {
	border-bottom: 0 !important;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.sidebar .widget_latest_tweets_widget p.tweet-details {
	display: none;
}

/* ### Recent News */

.sidebar .widget_text {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	padding: 30px !important;
}

.sidebar .widget_text .widget-title {
	background-color: #bec0ce;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 6px 15px 5px;
}

.sidebar .widget_text .feed-item a {
	display: block;
    	font-family: "Source Sans Pro",sans-serif;
    	font-size: 17px;
    	font-weight: 600;
	line-height: 20px;
    	margin: 0 0 5px;
    	padding: 0;
    	width: 100%;
}

.sidebar .widget_text .feed-date::before {
	color: #999 !important;
	content: "";
	font-family: 'FontAwesome';
	padding-right: 8px;
}

.sidebar .widget_text .feed-date {
	color: #999;
}

/* ### Creed */

.creed {
	margin: 0 0 20px 25px;
}

/* ### Metrics and Actions */

.content .metrics,
.content .action {
	background-color: #eee;
	color: #252b5d;
	font-size: 13px;
	margin-bottom: 25px;
	padding: 20px 25px;
}

.content .action {
	background-color: #e6e6e6;
}

.content .metrics:last-of-type {
	margin-bottom: 0;
}

.content .metrics h5,
.content .action h5 {
	color: #252b5d;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.content .metrics ul,
.content .action ul,
.content .metrics p:last-of-type,
.content .action p:last-of-type {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

/* ### Page Extras */

.page .gray-box {
	background-color: #eee;
	color: #252b5d;
	margin-top: 25px;
	padding: 20px 25px;
}

.home .gray-box {
	background-color: #eee;
	margin-top: 25px;
	padding: 20px 25px 5px;
}

.home .gray-box p {
	margin-bottom: 0 !important;
}

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

.four-fifths,
.five-sixths,
.four-sixths,
.one-fourth,
.one-fifth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.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-fifth {
	width: 17.95%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

.two-fifths {
	width: 35.9%;
}

.three-fifths {
	width: 53.85%;
}

.four-fifths {
	width: 71.8%;
}

.agenda .full-width {
	display: block;
	float: left;
	margin-bottom: 25px;
	width: 100%;
}

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

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

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

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

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

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

.breadcrumb {
	background-color: transparent;
	font-size: 16px;
	margin-bottom: 1px;
	padding: 0 30px 15px 0;
}

.archive-description {
	color: #002868;
	font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto 20px;
}

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

.breadcrumb icon {
	font-family: 'FontAwesome';
	font-size: 10px;
	padding: 0 5px;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title {
	color: #002868;
	font-size: 32px;
}

.entry-title {
	color: #002868;
	font-size: 30px;
	margin-bottom: 24px;
}

.entry-title a {
	color: #252b5d;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	opacity: 0.8 !important;
}

.page .content .post .entry-title,
.page .content .post .entry-title a,
.archive .content .post .entry-title,
.archive .content .post .entry-title a,
.single .content .post .entry-title,
.single .content .post .entry-title a {
	color: #252b5d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.sidebar .widget-title a,
.sidebar .widget-title {
	color: #14213d;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 25px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 25px 20px;
}

.wp-caption-text {
	color: #888;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.staff .full-width {
	float: left;
	margin: 0 !important;
	padding: 0 0 35px !important;
}

.staff .full-width.last {
	margin: 0 !important;
	padding: 0 !important;
}

.staff .full-width h3 {
	font-size: 20px;
}

.staff .full-width p {
	font-size: 15px !important;
	margin: 0 !important;
}

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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.meet-jeff .widget_revslider,
.meet-sharon .widget_revslider {
	margin-bottom: -125px !important;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

/* ## Add To Any
-------------------------------------------- */

.addtoany_list a {
	height: 25px;
}

.addtoany_list a img {
	height: 25px !important;
	margin-right: 10px !important;
}

/* ## Genesis Featured Images
--------------------------------------------- */

.wp-post-image {
	display: block;
	margin: 120px auto -125px;
	max-height: 600px;
	width: 100%;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* The Events Calendar
--------------------------------------------- */

.tribe-events-adv-list-widget {
	background-color: #619ed4 !important;
	border-left: 0 !important;
	border-radius: 5px !important;
	box-shadow: 0 0 0 0 !important;
	padding: 30px !important;
}

.tribe-events-adv-list-widget .widget-title {
	color: #fff;
	font-family: 'Roboto Slab', serif !important;
	font-size: 22px;
	letter-spacing: 0;
	margin-bottom: 10px;
	font-weight: 300;
	text-transform: normal !important;
}

.tribe-mini-calendar-event .list-date {
	background: #fff !important;
	border: 2px solid #2c78b8;
}

.tribe-mini-calendar-event .list-date .list-dayname,
.tribe-mini-calendar-event .list-date .list-daynumber {
	color: #2c78b8 !important;
}

.tribe-mini-calendar-event .list-date .list-dayname {
	padding: 3px 3px 0;
}

.tribe-mini-calendar-event .tribe-events-duration,
.tribe-mini-calendar-event .tribe-events-duration .tribe-event-date-start {
	color: #fff !important;
	font-weight: 300 !important;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tribe-mini-calendar-event .list-info h2,
.tribe-mini-calendar-event .list-info h2 a {
	color: #fff !important;
	font-family: 'Roboto Slab', serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	margin-bottom: 5px !important;
	text-decoration: none !important;
}

.tribe-events-adv-list-widget .type-tribe_events {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
	margin-bottom: 15px !important;
	padding-bottom: 8px !important;
}

.tribe-mini-calendar-event .list-info h2 a:focus,
.tribe-mini-calendar-event .list-info h2 a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

.tribe-mini-calendar-event,
.tribe-events-adv-list-widget .tribe-mini-calendar-event:last-of-type,
.tribe-events-adv-list-widget .type-tribe_events:last-of-type {
	border-bottom: 0 !important;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

p.tribe-events-widget-link a {
	background-color: #2c78b8;
   	border: 2px solid #2c78b8;
    	border-radius: 5px;
   	color: #fff;
    	display: block;
    	float: left;
    	font-size: 13px !important;
    	font-weight: 400;
    	letter-spacing: 1px;
    	margin: 0 0 0;
    	padding: 6px 30px 5px !important;
	text-align: center;
	text-decoration: none !important;
    	text-transform: uppercase;
	width: 100%;
}

p.tribe-events-widget-link a:focus,
p.tribe-events-widget-link a:hover {
	background-color: #fff;
	color: #2c78b8;
}

#tribe-events-pg-template {
	background-color: #fff;
    	border-radius: 5px;
    	box-shadow: 3px 3px rgba(230, 233, 239, 1);
    	margin: 0 auto 60px !important;
    	max-width: 100%;
    	padding: 40px;
}

#tribe-bar-form,
.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #e3e6f9 !important;
}

#tribe-bar-form {
	border: 1px solid #d4d7e9;
	border-radius: 5px;
}

#tribe-events-bar {
	padding-bottom: 30px !important;
}

#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
	color: #252b5d !important; 
    	font-weight: 300 !important;
    	margin-bottom: 0 !important;
}

.tribe-events-list-separator-month::after {
	border-bottom: 1px solid #e6e9ef !important;
}

.tribe-events-list-separator-month {
	color: #252b5d !important;
	font-weight: 600 !important;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
	border-top: 1px solid #e6e9ef !important;
	margin: 30px auto 0 !important;
	max-width: 700px !important;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
a.tribe-events-read-more {
	background-color: #2c78b8 !important;
    	border: 2px solid #2c78b8 !important;
    	border-radius: 5px !important;
    	color: #fff !important;
    	font-size: 12px !important;
    	font-weight: 400 !important;
    	letter-spacing: 1px !important;
    	padding: 8px 20px 7px !important;
    	text-transform: uppercase !important;
}

.type-tribe_events .tribe-events-list-event-description {
	margin-top: 20px !important;
}

a.tribe-events-read-more {
	background-color: #252b5d !important;
	border: 2px solid #252b5d !important;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button:hover,
ul.tribe-events-sub-nav a:hover,
a.tribe-events-read-more:hover,
li.tribe-events-nav-previous:hover {
	background-color: transparent !important;
	color: #2c78b8 !important;
}

#tribe_events_filter_control a,
p.tribe-events-back a,
li.tribe-events-nav-previous a,
li.tribe-events-nav-next a {
	background-color: transparent !important;
	border: 0 !important;
	color: #2c78b8 !important;
	font-size: 14px !important;
    	font-weight: 400 !important;
    	letter-spacing: 1px !important;
	padding: 0 !important;
    	text-transform: uppercase !important;
}

#tribe_events_filter_control a:hover,
p.tribe-events-back a:hover,
li.tribe-events-nav-next a:hover,
li.tribe-events-nav-previous a:hover,
a.tribe-events-read-more:hover {
	color: #252b5d !important;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
	margin-left: 0 !important;
	margin-top: 8px !important;
}

#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
	margin-right: 0 !important;
}

.single-tribe_events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
.single-tribe_events #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
.single-tribe_events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
.single-tribe_events #tribe-events-footer .tribe-events-sub-nav li,
.single-tribe_events #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
.single-tribe_events #tribe-events-header .tribe-events-sub-nav li,
.events-gridview #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
.events-gridview #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
	margin-top: 10px !important;
	min-height: 35px !important;
}

.events-gridview #tribe-events-header {
	display: none;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background-color: #8690aa !important;
	border: 2px solid #8690aa !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background-color: transparent !important;
	color: #8690aa !important;
}

#tribe-bar-form input[type="text"] {
	border-color: #c7cbdb !important;
	border-style: none none solid !important;
	padding: 0 0 5px !important;
}

#tribe-bar-form input[type="text"]:focus {
	font-weight: 400 !important;
	outline: 0 solid #c7cbdb !important;
}

.single-tribe_events .tribe-events-schedule {
	margin: 15px 0 35px !important;
}

.single-tribe_events .tribe-event-date-start,
.single-tribe_events .tribe-event-time,
.single-tribe_events .tribe-events-schedule h2 {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-transform: uppercase;
}

.single-tribe_events .tribe_events {
	box-shadow: 0 0 0 0 !important;
	margin-bottom: 30px !important;
	padding: 0 !important;
}

.single-tribe_events #tribe-events-footer {
	max-width: 100% !important;
}

.single-tribe_events .tribe-events-event-meta {
	background-color: #e3e6f9 !important;
	border: 1px solid #d4d7e9 !important;
	border-radius: 5px;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
	color: #666 !important;
	font-size: 16px !important;
	text-transform: uppercase;
}

.tribe-events-event-meta .fn {
	font-weight: 400 !important;
}

.tribe-events-notices {
	background: #e3e6f9 !important;
    	border: 1px solid #d4d7e9 !important;
    	border-radius: 5px !important;
    	color: #8690aa !important;
    	text-shadow: 0 1px 0 #fff;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #2c78b8 !important;
}

.events-gridview .type-tribe_events {
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 !important;
	padding: 10px 0 0 !important;
}

.events-gridview #tribe-events-content .tribe-events-tooltip h4,
.events-gridview #tribe_events_filters_wrapper .tribe_events_slider_val,
.events-gridview .single-tribe_events a.tribe-events-gcal,
.events-gridview .single-tribe_events a.tribe-events-ical {
	color: #2c78b8 !important;
}

.tribe-events-list-separator-month::before,
.tribe-events-list-separator-month::after {
	border-bottom: 0 !important;
	display: none;
}

.tribe-events-list-separator-month {
	background: #337ab7 !important;
    	border-radius: 5px !important;
    	color: #fff !important;
	font-family: 'Roboto Slab', serif !important;
    	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 1.4 !important;
	margin: 30px 0 10px !important;
    	padding: 9px 12px !important;
	width: 100% !important;
}

.tribe-events-list-separator-month span {
	background-color: transparent !important;
	padding: 0 !important;
}

#tribe_events_filters_wrapper label.tribe-events-filters-label {
	font-weight: 600 !important;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 600 !important;
}

#tribe_events_filters_wrapper h3::before {
	margin: 5px 0 0 -10px !important;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title,
.tribe-event-date-start {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600 !important;
}

.tribe-events-list .type-tribe_events {
	border-bottom: 1px solid #e6e6e6 !important;
	padding: 30px 0 45px !important;
}

.tribe-events-list .type-tribe_events:last-of-type {
	border-bottom: 0 !important;
	padding: 30px 0 15px !important;
}

.tribe-events-list .type-tribe_events h2 {
	font-size: 20px !important;
}

#tribe-events-content.tribe-events-list {
	margin-bottom: 0 !important;
}

.single-tribe_events time {
	color: #2c78b8;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
}

.single-tribe_events h4 {
	color: #252b5d !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	margin: 0 0 5px !important;
}

.postid-222 p {
	margin-bottom: 0 !important;
}

#tribe-events-pg-template {
	margin-bottom: 0 !important;
}

#my-events,
#not-user {
	display: none;
}

.tribe_community_edit #event_image_uploader,
.tribe_community_edit #event_website,
.tribe_community_edit #event_cost {
	display: none;
}

.events-community-post-title,
.events-community-post-content,
.tribe-events-community-details {
	margin-bottom: 35px !important;
}

.tribe_community_edit .events-community-post-title label,
.tribe_community_edit .events-community-post-content label,
#EventBriteDetailDiv h4,
.eventForm .tribe_sectionheader h4,
.tribe-community-event-info h4 {
	border-bottom: 0 !important;
	color: #252b5d;
	font-size: 18px !important;
	font-family: 'Roboto Slab', serif;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none !important;
}

.tribe_community_edit .events-community-post-title label,
.tribe_community_edit .events-community-post-content label {
	display: block;
	padding-bottom: 5px !important;
}

.tribe-community-event-info h4.event-time,
.tribe-community-event-info h4 label {
	display: block;
	margin-bottom: 8px !important;
}

.eventForm .tribe_sectionheader {
	padding-bottom: 0 !important;
}

.tribe_community_edit label small {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.tribe-community-event-info {
	margin: 10px 0 !important;
}

.eventForm td {
    	font-size: 14px;
	padding: 0 0 35px !important;
}

.tribe-event-recurrence .tribe-handle,
.tribe-community-event-info tfoot {
	display: none;
}

.tribe-community-event-info .dashicons {
	display: none;
}

.eventForm input, .eventForm select, .eventForm textarea {
    	font-size: 14px !important;
}

/* ## UberGrid
--------------------------------------------- */

.uber-grid-edit-wrapper {
	display: none;
}

.uber-grid-cell-title,
.uber-grid-hover-title {
	padding: 0 5% !important;
}

.uber-grid-cell-title strong,
.uber-grid-hover-title strong {
	margin-top: 10px;
	margin-bottom: 5px;
}

.uber-grid-cell-title,
.uber-grid-hover-title,
.uber-grid-cell-text,
.uber-grid-hover-text {
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.85), 0 0 10px rgba(0, 0, 0, 0.5) !important;
	text-transform: uppercase !important;
}


.uber-grid-hover-title,
.uber-grid-hover-text {
	text-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0) !important;
}

/* ## Gravity Forms
--------------------------------------------- */

body .gform_wrapper ul li.gfield {
	margin-top: 30px !important;
	padding: 0 !important;
}

body .gform_wrapper ul li.gfield:first-of-type {
	margin-top: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 4px !important;
}

.gform_wrapper .top_label .gfield_label {
	color: #002868;
    	font-family: "Source Sans Pro",sans-serif;
    	font-size: 18px !important;
    	font-weight: 400 !important;
    	margin: 0 !important;
    	padding: 0 !important;
}

.gform_wrapper .gfield_required {
	color: #ce1126 !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
	color: #999;
	margin: 3px 0 0 0 !important;
}

.gform_wrapper .description_above .gfield_description {
	color: #999 !important;
	font-size: 14px !important;
	font-style: italic !important;
	letter-spacing: 0.5px;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
	background-color: #f2f2f2 !important;
	border-radius: 0 !important;
	border: 1px solid #e2e2e2 !important;
	box-shadow: none !important;
	color: #777 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding: 10px 12px !important;
}

div.ginput_container_name span:last-of-type {
	padding-right: 0 !important;
}

li.gsection {
	border-bottom: 1px solid #ddd !important;
	margin-right: 0 !important;
}

li.form-title h2.gsection_title,
li.gsection h2.gsection_title {
	font-size: 22px !important;
	font-weight: 300 !important;
	margin-bottom: 6px !important;
	padding-top: 15px !important;
}

li.form-title h2.gsection_title {
	font-size: 26px !important;
}

.gform_wrapper .gfield_radio li label {
	margin: 0 0 0 9px !important;
}

.gform_wrapper input.button {
	background-color: #347ab7 !important;
	border-radius: 5px !important;
	border: 2px solid #347ab7 !important;
	color: #fff !important;
	cursor: pointer !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	padding: 7px 30px !important;
	text-transform: uppercase !important;
	width: auto !important;
}

.gform_wrapper input.button:focus,
.gform_wrapper input.button:hover {
	background-color: #fff !important;
	color: #347ab7 !important;
}

/* ## My Team Showcase
-------------------------------------------- */

.theme_3 .member-img img {
	border: 0 !important;
	box-shadow: 0 0 0 0 !important;
	margin-bottom: 3px !important;
}

.theme_3 .member-img:focus img,
.theme_3 .member-img:hover img {
	filter: none !important;
	filter: none !important;
	-webkit-filter: none !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.theme_3 .member-content {
	padding: 10px 3px 10px !important;
}

.theme_3 .member-content:before,
.theme_3 .member-desc,
.theme_3 .member-social {
	display: none !important;
}

.theme_3 .ict_wrapp ul li {
	color: #666 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px !important;
	text-transform: none !important;
}

.theme_3 .member-name {
	color: #252b5d !important;
	font-family: 'Roboto Slab', serif !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 25px !important;
	margin-bottom: 5px;
}

.theme_3 .member-name a {
	color: #252b5d !important;
}

.theme_3 .member-name a:focus,
.theme_3 .member-name a:hover {
	color: #347ab7 !important;
}

.theme_3 .member-job {
	color: #666 !important;
	font-weight: 400;
	line-height: 1.4 !important;
	text-transform: none !important;
}

.theme_3 .member-desc:before {
	background-color: transparent !important;
}

.teamFilter_14 {
	font-weight: 400 !important;
}

.teamFilterlink-small_button {
	background: #eee !important;
	color: #555 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 400 !important;
}

.teamFilter-wrapper-small_button .current,
.teamFilterlink-small_button:focus,
.teamFilterlink-small_button:hover {
	background-color: #347ab7 !important;
	color: #fff !important;
}

.theme_8 .member-img img,
.theme_8 .member-img {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 !important;
	margin-bottom: 5px !important;
}

.theme_8 .member-img:focus img,
.theme_8 .member-img:hover img {
	cursor: default !important;
	filter: none !important;
	-webkit-filter: none !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.theme_8 .ict_wrapp ul li {
	color: #666 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px !important;
	text-transform: none !important;
}

.theme_8 .member-name {
	color: #252b5d !important;
	font-family: 'Roboto Slab', serif !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 25px !important;
	margin-bottom: 5px;
}

.theme_8 .member-name a {
	color: #252b5d !important;
}

.theme_8 .member-name a:focus,
.theme_8 .member-name a:hover {
	color: #347ab7 !important;
}

.theme_8 .member-job {
	color: #666 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	text-transform: none !important;
}

.theme_8 .member-desc:before {
	background-color: #ce1125 !important;
}

.theme_8 .member-desc {
	color: #666 !important;
	font-size: 14px !important;
	font-style: italic;
	font-weight: 400 !important;
	text-align: center !important;
}

.theme_8 .member-content:before,
.theme_8 .member-social-wrapper,
.theme_8 .member-social {
	display: none !important;
}

/* ## Team Showcase by Carlos Moreira
-------------------------------------------- */


.ts-square img{
	width:200px;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 !important;
	margin-bottom: 5px !important;
	}

.tshowcase-box-title{
	color: #252b5d !important;
	font-family: 'Roboto Slab', serif !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 25px !important;
	margin-bottom: 5px;
}

.tshowcase-box-title a {
	color: #252b5d !important;
}

.tshowcase-box-title a:focus,
 a:hover {
	color: #347ab7 !important;
}

.entry-header p {
	display: none!important;
}

div.tshowcase-single-position div{
	display: none!important;

}

.tshowcase-box-table {
	word-break: unset;
	word-wrap: unset;
	overflow-wrap: unset;
	-webkit-hyphens: unset;
	-moz-hyphens: unset;
	-ms-hyphens: unset;
	hyphens: unset;}







/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.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;
}

/* Before Header
--------------------------------------------- */
 
.before-header {
	background: #f2f2f2;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.before-header .widget_text {
	background: url("images/UMStripWaterMark-transparent.png") no-repeat scroll;
	background-position: 1.75% 4.6%;
	display: inline-block;
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 50%;
}

.before-header .widget-title,
.before-header .widget-title a {
	color: #14213d;
    	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Romn", serif;
    	font-size: 16px;
    	line-height: 36px;
	margin: 1px auto 0;
	padding: 0;
	text-decoration: none;
    	text-shadow: 0 1px 0 #fff;
    	text-transform: uppercase;
}

.before-header .widget-title a:focus,
.before-header .widget-title a:hover {
	color: #ce1126;
}

.before-header input[type="search"] {
	background: transparent url("images/search.png") no-repeat;
	background-position: 100% 75%;
	background-size: 17px;
	border: 0 !important;
	border-radius: 0;
	color: #777;
	float: right;
	font-family: "Source Sans Pro", sans-serif;
	font-family: 14px !important;
	font-weight: 400;
	margin: 0;
	padding: 8px 25px 0 0;
	text-align: right;
	width: 50%;
}

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

.site-header {
	background-color: #252b5d;
	position: fixed;
	top: 37px;
	width: 100%;
	z-index: 9999;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	background: url("images/UMStripWaterMark-transparent.png") no-repeat scroll;
	background-position: 0.7% 29%;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif !important;
	margin: 0 auto;
	padding: 11px 0 10px;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: auto;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	text-transform: normal;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	border: 1px dashed transparent;
	color: #fff;
	text-decoration: none;
}

.site-header .site-title a:focus {
	border: 1px dashed rgba(255, 255, 255, 0.65);
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 100px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

.genesis-nav-menu {
	border-bottom: 1px solid #14213d;
	clear: both;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu li {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	margin: 0 -5px 0 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu li a {
	border-left: 1px solid #39428f;
	border-right: 1px solid #39428f;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 10px 22px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu li a:focus {
	color: #ccc;
}

.genesis-nav-menu ul.sub-menu {
	border: 0 !important;
	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: 255px;
	z-index: 99;
}

.genesis-nav-menu ul.sub-menu li {
	border: 1px solid #14213d;
	margin-bottom: -1px;
}

.genesis-nav-menu ul.sub-menu li a {
	background-color: #252b5d;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 1px solid #373e7a;
	font-size: 14px;
	margin: 0;
	padding: 12px 22px;
	position: relative;
	width: 250px;
	word-wrap: break-word;
}
/*--- GIVE BUTTON ---*/
.give a {textbackground-color:#ce1126 !important;}
/*--- end of GIVE BUTTON ---*/

.genesis-nav-menu ul.sub-menu a:hover {
	background-color: #14213d !important;
	color: #fff;
}

.genesis-nav-menu ul.sub-menu li.menu-item-has-children a:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 10px;
	padding-left: 8px;
}

.genesis-nav-menu ul.sub-menu .sub-menu li a:after {
	content: "" !important;
}

.genesis-nav-menu li a i.fa {
	font-family: 'FontAwesome' !important;
	font-size: 11px;
	opacity: 0.75;
	padding-left: 5px;
}

.genesis-nav-menu ul.sub-menu ul.sub-menu {
	margin: -40px 0 0 250px;
}

.genesis-nav-menu li:hover {
	position: static;
}

.genesis-nav-menu li:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #252b5d;
	border-top: 3px solid #ce1126;
	position: fixed;
	top: 86px;
	width: 100%;
	z-index: 9999;
}

.home .nav-primary li.home {
	display: none;
}

.survey-red-nav {
background-color: #CE1126;
}

.nav-primary input[type="search"] {
	background: #eee url("images/search.png") no-repeat;
	background-position: 96% 50%;
	background-size: 17px;
	border: 1px solid #14213d !important;
	border-radius: 0;
	color: #777;
	float: right;
	font-family: "Source Sans Pro", sans-serif;
	font-family: 14px !important;
	font-weight: 400;
	margin: 3px 0 0;
	padding: 6px 10px;
	text-align: left;
	width: 100%;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


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

/* ## Home Page
--------------------------------------------- */

/* ### Home - Slider */

.home-slider {
	background-color: #e3e6f9;
	margin: 120px auto 0;
}

.home-slider .tp-bgimg {
	min-height: 600px;
	top: 50%;
	width: 100%;
}

.home-slider .tp-caption {
	text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 25px rgba(0, 0, 0, 0.65) !important;
}

/* ### Home - Top */

#home-top {
	background: #e3e6f9 url("images/crest-white.png") no-repeat scroll;
	background-position: 127% 40%;
	background-size: 35%;
	display: block;
	float: left;
	margin: 0 auto 60px;
	text-align: left;
	width: 100%;
}

#home-top wrap:first-of-type {
	background-color: #fff;
	border-radius: 5px;
	border-top: 3px solid #14213d;
	display: block;
	margin: 0;
	height: auto;
	margin: -40px auto 0 !important;
	max-width: 1140px;
	padding: 35px 45px 55px !important;
	position: relative;
}

#home-top .top-left {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 72%;
}

#home-top .top-left .featuredpost .entry {
	box-shadow: 0 0 0 0;
	margin: 0;
	padding: 0;
}

#home-top .top-left .featuredpost h2,
#home-top .top-left .widget_text .widget-title {
	color: #002868;
	font-family: 'Roboto Slab', serif;
	font-size: 29px;
	line-height: 39px;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 400;
}

#home-top .top-left .widget_text .widget-title {
	text-align: left !important;
}

#home-top .top-left .widget_text h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-bottom: 15px !important;
	text-align: left !important;
	text-transform: uppercase;
}

#home-top .top-left .featuredpost h2 a {
	color: #002868;
}

#home-top .top-left .featuredpost h2 a:focus {
	color: #2c78b8;
}

#home-top .top-left .featuredpost p.post-info {
	border-left: 0 !important;
	color: #252B5D !important;
	display: block;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	margin: 3px 0 !important;
	padding: 0 0 10px !important;
}

#home-top .top-left .featuredpost p,
#home-top .top-left .widget_text p {
	border-left: 8px solid #E6E9EF;
	padding-left: 30px;
	color: #2c78b8;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.625;
}

#home-top .top-left .widget_text p { 
	border-left: 0;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	padding-left: 0;
}

#home-top .top-left .featuredpost p a.more-link,
.entry-content a.more-link,
.home-middle-1 .more-from-category a,
.home-bottom a.more-link {
	background-color: #2c78b8;
	border: 2px solid #2c78b8;
	border-radius: 5px;
	color: #fff;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 20px 0 0;
	padding: 6px 40px 5px !important;
	text-transform: uppercase;
}

.home-middle-1 .more-from-category a,
.home-bottom a.more-link {
	margin: 25px 0 0;
}

#home-top .top-left .featuredpost p a.more-link:hover,
.entry-content a.more-link:hover,
.home-middle-1 .more-from-category a:hover,
#home-top .top-left .featuredpost p a.more-link:focus,
.entry-content a.more-link:focus,
.home-middle-1 .more-from-category a:focus,
.home-bottom a.more-link:focus,
.home-bottom a.more-link:hover {
	background-color: #fff;
	border: 2px solid #2c78b8;
	color: #2c78b8;
}

#home-top .top-right {
	border-radius: 0;
	display: inline-block;
	line-height: 2;
	margin: 0;
	padding: 0 0 0 30px;
	width: 28%;
}

#home-top .top-right .widget_nav_menu .widget-title,
#home-top .top-right .widget_nav_menu .widget-title a,
#home-top .top-right .widget_nav_menu .widget-title-2,
#home-top .top-right .widget_nav_menu .widget-title-2 a {
	color: #9aa4c1;
	cursor: default;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#home-top .top-right .widget_nav_menu .widget-title a:hover,
#home-top .top-right .widget_nav_menu .widget-title-2 a:hover {
	color: #9aa4c1;
}

#home-top .top-right .widget_nav_menu .widget-title-2 {
	margin: 30px 0 10px 0;
}

#home-top .top-right .widget_nav_menu i {
	color: #9aa4c1;
	display: inline-block;
	font-size: 18px;
	margin: 0 5px 0 0;
	width: 25px;
}

#home-top .top-right .widget_nav_menu li {
	display: block;
	line-height: 10px;
	margin: 0;
}

#home-top .top-right .widget_nav_menu li:last-of-type {
	margin: 0 0 0 !important;
}

#home-top .top-right .widget_nav_menu a {
	color: #47589e;
}

#home-top .top-right .widget_nav_menu a:hover,
#home-top .top-right .widget_nav_menu a:focus {
	color: #002868;
}

#home-top wrap:last-of-type {
	display: block;
	margin: 0;
	height: auto;
	margin: 0 auto !important;
	max-width: 1140px;
	padding: 50px 0 0;
	position: relative;
}

#home-top wrap:last-of-type .widget_sp_image {
	border-radius: 5px;
	display: inline-block;
	float: left;
	margin: 0 3% 0 0;
	padding: 0;
	width: 31.3%;
}

#home-top wrap:last-of-type .widget_sp_image:last-of-type {
	float: right;
	margin: 0 0 50px;
}

#home-top wrap:last-of-type .widget_sp_image img {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	max-height: 205px;
	width: 100%;
}

#home-top wrap:last-of-type .widget_sp_image img:focus {
	opacity: 0.65;
}

#home-top wrap:last-of-type .top-images {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.top-images img {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-bottom: 0;
	width: 100%;
}

.top-images img:focus,
.top-images img:hover {
	opacity: 0.75;
}

#home-top .widget_sp_image-description {
	margin: 0 auto;
}

#home-top .widget_sp_image .widget_sp_image-description {
	margin: -7px auto 0;
}

#home-top .widget_sp_image-description p {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	color: #597ab7;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	font-weight: 400;
	margin: 0;
}

#home-top .widget_sp_image-description .info {
	color: rgba(0, 0, 0, 0.65);
	font-style: italic;
	margin-top: 10px;
}

#home-top .widget_sp_image-description p a {
	background: url("images/arrow.png") no-repeat;
	background-position: 100% 50%;
	background-size: 26px;
	color: #597ab7;
	display: block;
	padding: 5px 0 4px 10px;
	width: 100%;
}

#home-top .widget_sp_image-description p a:focus,
#home-top .widget_sp_image-description p a:hover {
	color: #252b5d !important;
}

/* ### Home - Middle #1 */

.home-middle-1 .widget_text {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	display: block;
	float: none;
	margin: 0 auto 65px;
	padding: 25px 30px 35px;
	width: 85%;
}

.home-middle-1 .widget_text .widgettitle,
.home-middle-1 .featuredpage h4 {
	font-size: 26px;
}

.home-middle-1 .widget_text ul {
	margin: 0 auto 25px;
}

.home-middle-1 .widget_text li {
	list-style-type: disc;
	margin: 0 0 10px 30px;
	padding: 0;
}

.home-middle-1 .featuredpost,
.home-middle-1 .featuredpage {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	display: inline-block;
	float: left;
	margin: 0 0 65px 0;
	padding: 20px;
	width: 48.5%;
}

.home-middle-1 .widget:first-of-type {
	margin-bottom: 65px !important;
}

.home-middle-1 .featuredpage {
	display: block;
	float: none;
	margin: 0 auto 65px !important;
	width: 70%;
}

.home-middle-1 .featuredpost:last-of-type {
	float: right;
}

.home-middle-1 .featuredpost .entry,
.home-middle-1 .featuredpage {
	margin-bottom: 0 !important;
}

.home-middle-1 .featuredpost .widget-title {
	color: #337ac3;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

.home-middle-1 .featuredpost .entry,
.home-middle-1 .featuredpage .entry {
	box-shadow: 0 0 0 0 !important;
	padding: 0;
}

.home-middle-1 img.entry-image {
	display: none;
}

.home-middle-1 .featuredpost h2 {
	color: #002868 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}

.home-middle-1 .featuredpost h2 a {
	color: #002868 !important;
}

.home-middle-1 .featuredpost h2 a:hover {
	opacity: 0.75;
}

.home-middle-1 .featuredpost h2 a:focus {
	opacity: 0.5;
}

.home-middle-1 .featuredpost:first-of-type .entry-title {
	float: right;
	margin-top: -12px;
	text-indent: 0;
}

.home-middle-1 .featuredpost p.post-info {
	color: #999 !important;
	font-size: 17px;
	font-weight: 400;
	margin: 3px 0 6px !important;
}

.home-middle-1 .featuredpost p {
	color: #777;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.625;
}

/* ### Home - Middle #2 */

.home-middle-2 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 25px 30px 35px;
	width: 100%;
}

.home-middle-2 .entry {
	background-color: transparent;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	padding: 0;
}

.home-middle-2 .widget_text {
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.en-co .entry-title,
.en-co .entry-header {
	display: none !important;
	margin-bottom: 0;
}

.home-middle-2 .widget_text h3,
.en-co h3 {
	color: #002868;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left !important;
}

.home-middle-2 .widget_text ul,
.en-co ul {
	margin: 0 auto 25px;
}

.home-middle-2 .widget_text li,
.en-co li {
	list-style-type: disc;
	margin: 0 0 10px 30px;
	padding: 0;
}

.home-middle-2 .widget_text h4,
.en-co h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left !important;
    text-transform: uppercase;
}

.home-middle-2 .widget_text h5,
.home-middle-2 .collapseomatic,
.en-co .collapseomatic,
.en-co h5 {
	color: #2c78b8;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 !important;
    text-align: left !important;
}

.home-middle-2 .widget_text h5,
.en-co h5 {
	margin-bottom: 5px;
}

.home-middle-2 .collapseomatic:focus,
.home-middle-2 .collapseomatic:hover,
.en-co .collapseomatic:focus,
.en-co .collapseomatic:hover {
	color: #252b5d;
	text-decoration: none !important;
}

.home-middle-2 .widget_text p,
.en-co .content p {
	margin-bottom: 25px;
}

.home-middle-2 .widget_text p:last-of-type,
.en-co .content p:last-of-type {
	margin-bottom: 0 !important;
}

.home-middle-2 .collapseomatic,
.en-co .collapseomatic {
	background: none !important;
	color: #2c78b8;
}

.en-co .collapseomatic:focus,
.en-co .collapseomatic:hover {
	text-decoration: none !important;
}

.home-middle-2 .collapseomatic:after,
.en-co .collapseomatic:after {
	color: #ce1126;
	content: "";
	font-family: 'FontAwesome';
	padding-left: 5px;
}

.home-middle-2 .colomat-close:after,
.en-co .colomat-close:after {
	content: "";
}

.home-middle-2 .colomat-close,
.en-co .colomat-close {
	margin-bottom: 10px !important;
}

.home-middle-2 .collapseomatic_content,
.en-co .collapseomatic_content {
	margin-left: 0;
	margin-bottom: 25px !important;
}

.home-middle-2 .collapseomatic_content ul,
.en-co .collapseomatic_content ul {
	margin-top: 10px;
}

.home-middle-2 .collapseomatic_content .creed,
.en-co .collapseomatic_content .creed {
	margin-top: 20px;
}


/* ### Home - Middle #3 */

.home-middle-3 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 25px 30px 35px;
	width: 100%;
}

.home-middle-3 .widget_nav_menu:first-of-type,
.home-middle-3 .widget_nav_menu:nth-child(3) {
	display: block;
	float: left;
	margin: 0 4% 0 0;
	width: 46%;
}

.home-middle-3 .widget_nav_menu:nth-child(2),
.home-middle-3 .widget_nav_menu:nth-child(4) {
	display: block;
	float: right;
	margin: 0;
	width: 46%;
}

.home-middle-3 .widget_nav_menu li a {
	background-color: #bec0ce;
	color: #fff;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 3px 10px 2px;
	text-transform: uppercase;
	width: 100%;
}

.home-middle-3 .widget_nav_menu li a:focus,
.home-middle-3 .widget_nav_menu li a:hover {
	opacity: 0.75;
}

.home-middle-3 .widget_nav_menu .sub-menu li {
	list-style-type: disc;
}

.home-middle-3 .widget_nav_menu .sub-menu li a {
	background-color: transparent;
	color: #347ab7;
	display: block;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 0;
	text-transform: none;
	width: 100%;
}

.home-middle-3 .widget_nav_menu .sub-menu li a:focus,
.home-middle-3 .widget_nav_menu .sub-menu li a:hover {
	color: #1f5b8c;
	opacity: 1;
}

.home-middle-3 .widget_nav_menu .sub-menu li i.fa {
	font-size: 13px;
	opacity: 0.75;
	padding-left: 5px;
}

/* ### Home - Bottom */

.home-bottom {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 60px;
	width: 100%;
}

.home-bottom p.post-info .entry-categories {
	font-size: 0 !important;
}

.home-bottom p.post-info .entry-categories a {
	font-size: 14px !important;
}


/* Error 404
--------------------------------------------- */

.error404 .content .entry {
	margin-bottom: 0 !important;
}

.error404 .content h1.entry-title {
	color: #ce1126 !important;
}

.error404 input[type="submit"] {
	display: none;
}

.error404 input[type="search"] {
	margin-bottom: 35px !important;
}

.error404 .meet-jeff,
.error404 .meet-sharon {
	margin: 0 auto !important;
}

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

.entry {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	margin-bottom: 40px;
	padding: 40px;
}

.archive .content .entry {
	margin-bottom: 65px;
}

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

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

.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: #f5f5f5;
}

.page .entry img.alignleft {
	display: inline-block;
	margin: 6px 25px 6px 0;
}

.category h1.archive-title {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 !important;
	color: #002868;
    font-family: "Roboto Slab",serif;
    font-size: 30px !important;
    font-weight: 300 !important;
	margin: 0 auto 20px;
}

.addtoany_share_save_container {
	margin: 40px 0 0 !important;
}

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

p.entry-meta {
	background-color: #619ed4 !important;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 0;
	padding: 8px 15px;
}

p.post-info {
	font-size: 14px;
	margin-bottom: 15px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: left;
}

.content .entry-meta a {
	color: #fff;
}

p.post-info a {
	color: #252B5D;
}

.content .entry-meta a:focus,
.content .entry-meta a:hover {
	color: rgba(255, 255, 255, 0.75);
}

p.post-info a:focus,
p.post-info a:hover {
	color: #2c78b8;
}

.content .entry-header .entry-meta,
p.post-info {
	display: block;
	margin: 15px 0 20px;
}

.content .entry-header .entry-meta .entry-time,
p.post-info .entry-time {
	color: #fff;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 14px !important;
	margin: 0 15px 0 0;
	padding: 0;
	text-transform: uppercase;
}

p.post-info .entry-time {
	color: #252B5D;
}

.content .entry-header .entry-meta .entry-time::before,
p.post-info .entry-time::before {
	content: "";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: normal !important;
	margin-right: 10px !important;
}

.content .entry-header .entry-meta .entry-categories,
p.post-info .entry-categories {
	color: #fff;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 14px !important;
	margin: 1px 15px 0 0;
	padding: 0;
	text-transform: uppercase;
}

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

.category-action-plan .pagination {
	display: none !important;
}

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.pagination-previous a,
.pagination-next a {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(230, 233, 239, 1);
	color: #47589e;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-right: 3px;
	padding: 6px 12px;
}

.archive-pagination {
	margin: 40px 0 0 !important;
}

.archive-pagination li a:hover,
.archive-pagination .active a,
.pagination-previous a:hover,
.pagination-next a:hover {
	background-color: #002868;
	color: #fff;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-bottom: 65px;
}

.sidebar .widget {
	margin-bottom: 35px;
	padding: 0;
}

.sidebar .widget_sp_image:focus,
.sidebar .widget_sp_image:hover {
	opacity: 0.75;	
}

.sidebar .widget_sp_image-description {
	margin-top: -3px;
}

.sidebar .widget_sp_image-description p {
	font-size: 14px;
	font-style: italic;
}

.sidebar .widget_sp_image-description p a {
	color: #777;
}

/* ## Blockquote
--------------------------------------------- */

.sidebar blockquote::before {
	display: none;
}

.sidebar blockquote {
	border-left: 8px solid #e6e9ef;
	color: #47589e;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 2;
	margin: 0;
	padding: 10px 20px;
}

.sidebar blockquote cite {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin: 10px 0 0;
	padding-top: 10px;
}

/* ## Navigation Bar
--------------------------------------------- */

.sidebar .widget_nav_menu {
	margin-top: 0 !important;
}

.sidebar .widget_nav_menu ul {
	border-top: 12px solid #99a0cf;
}

.sidebar .widget_nav_menu li {
	margin: 0 auto;
	padding-bottom: 0;
}

.sidebar .widget_nav_menu li a {
	background-color: #f2f2f2;
	border-bottom: 1px solid #99a0cf;
	color: #002868;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto;
	padding: 13px 15px 12px;
	text-decoration: none;
	width: 100%;
}

.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_nav_menu li a:focus {
	background-color: #142161;
	border-bottom: 1px solid #142161;
	color: #fff;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #14213D;
	font-size: 18px;
	clear: both;
	padding: 60px 0 0;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
	text-decoration: none;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets .widget,
.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	padding: 0 15px;
	width: 25%;
}

.footer-widgets-1 {
	padding: 0 15px 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets ul {
	border-left: 1px solid #555;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: 165px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 14px;
}

.footer-widgets li {
	line-height: 1.8;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


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

.site-footer {
	background-color: #14213D;
	color: #aaa;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	font-weight: 400;
	line-height: 1.8;
	padding: 55px 0 30px;
	text-align: center;
}

.site-footer a {
	color: #619ed4;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}

.om-footer-logo {
	display: inline-block;
	float: left;
	height: 49px !important;
	margin-bottom: 15px;
	width: 151px;
		
}

.site-footer .left {
	display: inline-block;
	float: left;
	text-align: left;
	width: 50%;
}

.credits {
	border-left: 1px solid #999;
	float: left;
	height: 49px !important;
	padding: 2px 0 0 20px;
	margin-left: 20px;
	text-align: left;
}

.site-footer .right {
	display: inline-block;
	float: right;
	text-align: right;
	width: 50%;
}

.site-footer .right a {
	border-right: 1px solid #888;
	margin-right: 5px;
	padding-right: 8px;
}

.site-footer .right a:last-of-type {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}


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

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

	.site-inner,
	.wrap,
	wrap {
		max-width: 1140px;
	}

	.content {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

}


@media only screen and (max-width: 1200px) {
	
	.before-header .widget_text {
		width: auto;
	}

	.site-inner,
	.wrap,
	wrap {
		max-width: 960px;
	}
	
	wrap {
		margin: 0 auto;
		max-width: 960px !important;
	}

	.content {
		width: 620px;
	}

	.tp-bgimg {
		background-position: center top !important;
		background-size: 100% auto !important;
	}
	
	#home-top wrap:last-of-type .widget_sp_image img {
		max-height: 170px;
	}
	
	.woo-searchfilter-title {
		width: 100px !important;
	}
	
	.footer-widgets ul {
		font-size: 16px;
	}
	
	.footer-widgets li {
		line-height: 18px;
		margin-bottom: 15px !important;
	}
	
	.om-footer-logo {
		height: auto !important;
		margin-bottom: 0 !important;
		margin-top: 5px;
		width: 100px;
	}

	.credits {
		height: auto !important;
		margin-left: 10px;
		padding: 2px 0 0 10px;
	}
	
	#home-top .top-left {
		width: 68%;		
	}
	
	#home-top .top-right {
		width: 32%;		
	}

	#home-top .top-left, .top-right {
	padding: 0 0 110px !important;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	.genesis-nav-menu input[type="search"] {
		display: none;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.before-header,
	.site-header,
	.nav-primary {
		position: relative;
		top: 0;
		z-index: auto;
	}
	
	.before-header .widget_text {
		width: 100%;
	}
	
	.before-header .widget_search {
		display: none;
	}

	.site-inner {
		max-width: 90%;
	}
	
	.sidebar-primary {
		margin-top: 55px; 
	}

	.wrap,
	wrap {
		margin: 0 auto;
		max-width: 90%;
	}
	
	.category .site-inner,
	.single .site-inner,
	.page .site-inner,
	.events-list .site-inner {
    		padding-top: 5%;
	}
	
	.meet-jeff .widget_revslider,
	.meet-sharon .widget_revslider,
	.wp-post-image {
    		margin-top: 0 !important;
	}
	
	.wp-post-image {
		display: none;
	}

	.content,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-primary,
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		padding: 0 15px !important;
		width: 50%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: left;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #252b5d;
		color: #fff;
		display: block;
		margin: 0 auto;
		padding: 10px 5%;
		overflow: hidden;
		text-align: left;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-radius: 0;
		border-top: 3px solid #ce1126;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 20px;
		position: relative;
		right: 0;
		text-transform: uppercase;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 3px solid #ce1126;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
	}
	
	.nav-primary {
		border-top: 0;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}
	
	.sub-menu-toggle li a,
	.genesis-nav-menu .sub-menu a {
		background-color: transparent !important;
	}

	.js .nav-primary .genesis-nav-menu li,
	.js .site-header .genesis-nav-menu li {
		border: 0 !important;
		display: block;
		float: none;
		margin: 5px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu li:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu li a,
	.js .site-header .genesis-nav-menu li a {
		border: 0 !important;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu li > a:focus ul.sub-menu,
	.js .genesis-nav-menu li > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after,
	.genesis-nav-menu ul.sub-menu li.menu-item-has-children a::after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.nav-primary li.search {
		width: 100% !important;
	}
	
	.nav-primary input[type="search"] {
		background-position: 98% 50%;
		margin: 5px auto 25px;
		padding: 10px;
	}
	
	.home-slider {
		margin: 0 auto;
	}
	
	#home-top .top-left,
	#home-top .top-right {
		height: auto !important;
		width: 100%;
	}
	
	#home-top .top-left {
		border-bottom: 8px solid #e6e9ef;
		border-right: 0 !important;
		margin: 0 auto 50px !important;
		padding: 0 0 50px !important;
	}

	#home-top .top-right {
		border-left: 0 !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}
	
	#home-top .featuredpost .entry {
		border-right: 0 !important;
		margin: 0 auto !important;
		padding: 0 0 50px !important;
	}
	
	#home-top .widget_nav_menu {
		text-align: center;
		margin: 0 auto 20px !important;
		padding: 0 !important;
	}
	
	#home-top .widget_sp_image {
		margin: 0 auto !important;
		width: 100%;
	}
	
	#home-top wrap:last-of-type .widget_sp_image {
		margin-bottom: 50px !important;
		width: 100% !important;
	}

	#home-top wrap:last-of-type .widget_sp_image img {
		max-height: 100%;
	}
	
	.home-middle-1 .featuredpost {
		width: 100%;
	}
	
	.site-footer .left,
	.site-footer .right {
		width: 100%;
	}
	
	.site-footer .left {
		margin-bottom: 20px;
	}
	
	.site-footer .left .om-footer-logo {
		display: block;
		float: none;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	
	.site-footer .left .credits {
		border-left: 0;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	.site-footer .right {
		text-align: center;
	}
	
	#tribe-bar-collapse-toggle {
    	background: #e3e6f9 !important;
    }
    
    #tribe_events_filters_wrapper.tribe-events-filters-vertical {
	    margin-bottom: 20px !important;
	    width: 100% !important;
	}
	
	.tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content,
	.tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
		padding-right: 30px !important;
		width: 100% !important;
	}
	
	.events-list .tribe-events-loop,
	.single-tribe_organizer .tribe-events-loop,
	.single-tribe_venue .tribe-events-loop,
	.tribe-events-day .tribe-events-loop {
    		max-width: 100% !important;
	}
	
	.pillar h3.ti,
	.pillar h2.goal {
		margin-top: 0;
		padding-top: 0;
	}

	#home-top .top-right #media_image-2 {
    margin-bottom: 0;
	text-align: center;	
	}
	
}

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

	body > div {
		font-size: 16px;
	}

	body {
		font-size: 16px;
	}

	.site-inner {
		padding: 5% 0;
	}

	.wrap,
	wrap {
		max-width: 100%;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.archive-description,
	.entry,
	.entry-pings,
	.sidebar .widget {
		margin-bottom: 35px;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}

	.agenda .five-sixths,
	.agenda .four-sixths,
	.agenda .one-fourth,
	.agenda .one-half,
	.agenda .one-sixth,
	.agenda .one-third,
	.agenda .three-fourths,
	.agenda .three-sixths,
	.agenda .two-fourths,
	.agenda .two-sixths,
	.agenda .two-thirds {
		margin: 0;
		text-align: left !important;
	}

	.agenda img.alignleft {
		display: none !important;
	}
	
	.tribe-event-schedule-details {
		padding-left: 10px !important;
	}
	
	.woo-search-filter-items {
    		display: block !important;
    		float: left !important;
    		margin-top: 10px !important;
    	}
    
    	.entry-content ul.tribe-events-sub-nav,
    	.tribe-events-sub-nav {
		margin: 30px 0 !important;   
	}
	
	#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
		height: auto !important;
	}
	
	#home-top .top-right #media_image-2 {
    margin-bottom: 0;
	text-align: center;	
	}

}

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

	wrap,
	.wrap {
		max-width: 90% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#home-top wrap {
		padding: 35px !important;
	}

	#home-top wrap:last-of-type .top-images {
		margin-top: 25px !important;
	}
	
	.home-slider .tp-bgimg {
		min-height: 475px;
	}

	.home-middle-3 .widget_nav_menu:first-of-type,
	.home-middle-3 .widget_nav_menu:nth-child(2),
	.home-middle-3 .widget_nav_menu:nth-child(3),
	.home-middle-3 .widget_nav_menu:nth-child(4) {
    		margin-bottom: 25px !important;
	}
	
	#home-top .top-right #media_image-2 {
    margin-bottom: 0;
	text-align: center;	
	}
	
}

@media only screen and (max-width: 667px) {
	
	#tribe_events_filters_wrapper.tribe-events-filters-vertical,
	#tribe-events-header {
    	display: none !important;
    }
    
    .tribe-events-page-title {
	    margin-top: 0 !important;
	}
	
	#home-top .top-right #media_image-2 {
    margin-bottom: 0;
	text-align: center;	
	}
}

@media only screen and (max-width: 600px) {
		
	.home-slider .tp-bgimg,
	.meet-jeff .tp-bgimg,
	.meet-sharon .tp-bgimg {
		min-height: 385px;
	}
	
	#home-top .top-right #media_image-2 {
    margin-bottom: 0;
	text-align: center;	
	}
	
}

@media only screen and (max-width: 568px) {
	
	.home-slider .tp-bgimg,
	.meet-jeff .tp-bgimg,
	.meet-sharon .tp-bgimg {
    		min-height: 360px;
	}
	
	#home-top wrap:first-of-type {
		margin-top: -5px !important;
	}
	
	#home-top .top-left .featuredpost p {
		font-size: 18px;
	}

	.home-middle-3 .widget_nav_menu:first-of-type,
	.home-middle-3 .widget_nav_menu:nth-child(2),
	.home-middle-3 .widget_nav_menu:nth-child(3),
	.home-middle-3 .widget_nav_menu:nth-child(4) {
    		margin: 0 0 25px !important;
    		width: 100%;
	}

	.home-middle-3 .widget_nav_menu:nth-child(4) {
		margin-bottom: 0 !important;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
    		padding: 0 !important;
    		width: 100%;
	}
	
	.footer-widgets ul {
		height: auto;
	}
	
	.footer-widgets li:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 15px !important;
	}
	
	.addtoany_list a img {
		height: 20px !important;
	}
	
	#home-top .top-right #media_image-2 {
    margin-bottom: 0;
	text-align: center;	
	}
	
	
}
/* # Added media query for MOX
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 480px) {
	#home-top .top-left .featuredpost p, #home-top .top-left .widget_text p {
    border-left:none;
	padding-left: 0px;
    color: #2c78b8;
    font-size: 16px;
    font-weight: 400; 
    line-height: 1.5;
}
	
#home-top .top-right #media_image-2 {
    margin-bottom: 0;
	text-align: center;	
	}
	
	}
	
	/* # END Added media query for MOX
---------------------------------------------------------------------------------------------------- */
	
	

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	.before-header,
	.site-header,
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.menu-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar,
	.agenda .full-width .one-sixth.last,
	.site-footer {
		display: none !important;
	}

	.agenda .site-header,
	.agenda .nav-primary {
		top: 0 !important;
	}

	.agenda > div {
		font-size: 15px !important;
	}

	.agenda .site-inner {
		margin-top: 0 !important;
		padding-top: 50px !important;
	}

	.agenda .full-width:first-of-type {
		margin-top: 0 !important;
	}

	.agenda .two-sixths.left {
		width: 22.623931623931625% !important;
	}

	.agenda .three-sixths.right {
		width: 55.717948717948715% !important;
	}

	.agenda .two-sixths.print {
		width: 46.1538% !important;
	}

	.title-area {
		text-align: left;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Adjustments for wrap and button 
---------------------------------------------------------------------------------------------------- */

#home-top wrap:first-of-type {padding: 35px 45px 135px !important;}
#home-top .top-left .featuredpost p a.more-link, .entry-content a.more-link, .home-middle-1 .more-from-category a, .home-bottom a.more-link {
    margin: 0 !important;
}


#home-top .top-left a.button {
float: left !important;
background-color: #CE1126;
font-weight: 600;	
border: 2px solid #CE1126;	
}

/* Survey Nav Button Red 
---------------------------------------------------------------------------------------------------- */

.survey-red-nav {
background-color: #CE1126;
}

.survey-red-nav a:hover a:focus {
color: #fff !important;
font-weight: 600;	
}


.survey-red-nav .tshowcase-box-title a:focus,
 a:hover {
	color: #2c78b8 !important;
	font-weight: 400;	 
}

/* Communications Forms Style Adjustments 
---------------------------------------------------------------------------------------------------- */

.gform_wrapper .gfield_time_hour i {
	width: 0px !important;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	overflow: visible !important;
}


.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {	
	max-width: calc(5rem + .5rem);
}
