/*
	Theme Name: UM Template (Flagship Constellations)
	Theme URI: https://FlagshipConstellations.OleMiss.edu
	Description: UM Template (Flagship Constellations) theme was built for The Flagship Constellations website at the University of Mississippi.
	Author: University Communications
	Author URI: https://communications.olemiss.edu/

	Version: 1.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, e-commerce, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.5

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

	Text Domain: monochrome-pro
*/

/* 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 Container
		- Site Inner
		- Column Widths and Positions
		- Column Classes		
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro / Genesis Portfolio Pro
		- Jetpack
		- Indeed My Team Showcase
		- Ninja Forms
		- Gravity Forms
		- The Events Calendar
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Header Search
		- Footer Menu
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Messages
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Before Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 600px
*/


/* 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:1}::-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
--------------------------------------------- */

.author-box:before,
.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;
}

.author-box:after,
.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: 1.8rem;
}

body {
	background-color: #fff;
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.875;
	margin: 0;
}

body {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.header-image .site-title > a,
.header-image .title-area,
.site-header {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition:     background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:      background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:         background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

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

a:hover,
a:focus {
	color: #252b5d;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1.5px solid #ddd;
	clear: both;
	display: block;
	margin: 50px auto;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #02245a;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

.intro h2 {
	color: #ce1126 !important;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	width: 5%;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}

.contact .entry-content h2,
.contact .entry-content h3,
.contact .entry-content h4 {
	margin-top: 0;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	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 #ccc;
}

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

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	color: #888 !important;
	font-size: 15px !important;
	font-size: 1.5rem !important;
	font-weight: 400;
	line-height: 1.625;
	padding: 12px 15px !important;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #b6b6b6;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.gform_wrapper .gform_footer input.button {
	background-color: #02245a;
	border: 0;
	border-radius: 0;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 20px !important;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button.red {
	background-color: #ce1126 !important;
}

.button.red:focus,
.button.red:hover {
	background-color: #02245a !important;
}

.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button.large {
	font-size: 14px;
	font-size: 1.4rem;
}

.button.secondary {
	background-color: #eee;
	color: #000;
}

.landing-page .button {
	margin-top: 20px;
}

.more-link {
	display: inline-block;
	margin-top: 10px;
}

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

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input.button:hover {
	background-color: #ce1126;
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #000;
	color: #fff;
}

.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;
	box-shadow: none;
	color: #999;
	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;
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #e6e6e6;
	padding: 10px;
}

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

tr.odd {
	background-color: #f6f6f6;
}

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

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

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

.more-link {
	position: relative;
}

.home .menu-primary li.home {
	display: none !important;
}

.menu-primary li.search {
	display: none !important;
}

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

/* Site Container
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin-bottom: 0 !important;
	display: -ms-flexbox;
 	display:-webkit-flex;
 	display:-webkit-box;
 	display:flex;
 	-ms-flex-direction:column;
 	-webkit-flex-direction:column;
 	-webkit-box-orient:vertical;
 	-webkit-box-direction:normal;
 	flex-direction:column;
 	min-height:100vh;
}

.gmm-active .site-container {
	margin-bottom: 0 !important;
}

/* Site Inner
--------------------------------------------- */

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

.site-inner {
	background-color: #fff;
	clear: both;
	margin-bottom: 0;
	margin-top: 185px;
	max-width: 1200px;
	position: relative;
	word-wrap: break-word;
	z-index: 999;
	-ms-flex:1;
 	-webkit-flex:1;
 	-webkit-box-flex:1;
 	flex:1;
 	width: 100%;
 	padding: 20px 0;
 	word-wrap: break-word;
}

.landing-page .site-inner {
	margin-bottom: 80px;
	margin-top: 80px;
	max-width: 680px;
}

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

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

/* Content */

.content {
	float: right;
	position: relative;
	width: 760px;
}

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

.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

/* Sidebar */

.sidebar {
    padding: 0;
	float: right;
	width: 360px;
}

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

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

.sidebar #nav_menu-6 .widget-title,
.sidebar #nav_menu-8 .widget-title,
.sidebar #nav_menu-9 .widget-title,
.sidebar #nav_menu-10 .widget-title {
	font-family: 'Oswald', sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0 auto 6px;
	padding: 0;
}

.sidebar #nav_menu-6 ul,
.sidebar #nav_menu-8 ul,
.sidebar #nav_menu-9 ul,
.sidebar #nav_menu-10 ul {
	margin-left: 20px;
}

.sidebar #nav_menu-6 ul li,
.sidebar #nav_menu-8 ul li,
.sidebar #nav_menu-9 ul li,
.sidebar #nav_menu-10 ul li {
	list-style-type: disc;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar #nav_menu-2,
.sidebar #nav_menu-7,
.sidebar #nav_menu-11,
.sidebar #nav_menu-12,
.sidebar #nav_menu-13 {
	margin-top: 0 !important;
}

.sidebar #nav_menu-2 .widget-title,
.sidebar #nav_menu-7 .widget-title,
.sidebar #nav_menu-11 .widget-title,
.sidebar #nav_menu-12 .widget-title,
.sidebar #nav_menu-13 .widget-title {
	font-size: 20px !important;
	margin: 0 auto 13px;
	padding: 0;
}

.sidebar #nav_menu-2 ul,
.sidebar #nav_menu-7 ul,
.sidebar #nav_menu-11 ul,
.sidebar #nav_menu-12 ul,
.sidebar #nav_menu-13 ul {
    border-top: 12px solid #99a0cf;
}

.sidebar #nav_menu-2 li,
.sidebar #nav_menu-7 li,
.sidebar #nav_menu-11 li,
.sidebar #nav_menu-12 li,
.sidebar #nav_menu-13 li {
    margin: 0 auto;
    padding-bottom: 0;
}

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

.sidebar #nav_menu-2 li a:focus,
.sidebar #nav_menu-2 li a:hover,
.sidebar #nav_menu-7 li a:focus,
.sidebar #nav_menu-7 li a:hover,
.sidebar #nav_menu-11 li a:focus,
.sidebar #nav_menu-11 li a:hover,
.sidebar #nav_menu-12 li a:focus,
.sidebar #nav_menu-12 li a:hover,
.sidebar #nav_menu-13 li a:focus,
.sidebar #nav_menu-13 li a:hover {
    background-color: #252b5d;
	color: #fff;
}

/* 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,
.alignleft .avatar {
	margin-right: 24px;
}

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

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

.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 5px;
}

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

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.full-width-content .breadcrumb {
	text-align: center;
}

.featured-image .breadcrumb {
	margin-bottom: 0;
	position: absolute;
	top: -220px;
	width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
	color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
	color: #ccc;
}

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 100px;
}

.after-entry {
	box-shadow: 0 10px 80px rgba(0,0,0,.10);
	padding: 60px 80px;
}

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

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

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

.entry-content .search-form {
	margin-bottom: 40px;
	margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
	margin-right: 10px;
	width: 50%;
}

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

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

.widget_search input[type="submit"] {
	right: 0;
	top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
	background-color: #000;
	box-shadow: none;
	clip: auto;
	color: #fff;
	height: auto;
	padding: 22px 20px;
	width: auto;
}

.ion-ios-search:before,
.ion-ios-close-empty:before {
	content: "" !important;
	cursor: pointer !important;
	font-family: 'FontAwesome' !important;
	font-size: 9px !important;
	font-weight: normal !important;
	padding: 3px 0 5px;
}

.ion-ios-close-empty:before {
	color: #666 !important;
	content: "" !important;
	font-size: 9px !important;
}

.ion-ios-search:hover {
	color: #fff !important;
}


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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
	margin-bottom: 20px;
}

.author-box-title {
	margin-bottom: 10px;
}

.imt_item_details .imt_name,
.entry-title,
.flexible-widgets .featured-content .entry-title {
	color: #ce1126 !important;
	font-family: 'Oswald', sans-serif;
	font-size: 36px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}


.flexible-widgets .featured-content .entry-title a {
	color: #ce1126 !important;
}

.flexible-widgets .featured-content .entry-title a:focus,
.flexible-widgets .featured-content .entry-title a:hover {
	color: #252b5d !important;
}

.page .entry-title,
.single-leaders .entry-title {
	margin-bottom: 0;
}

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

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #0066cc;
}

.widget-title {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

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

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	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 30px;
}


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

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

.widget p:last-of-type,
.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 .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

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

.sidebar .featured-content .entry {
	margin-bottom: 20px;
}

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

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

.sidebar .featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}


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

/* Collapse-o-matic
--------------------------------------------- */

.collapseomatic {
	color: #2c78b8;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    font-weight: 600;
	line-height: 24px;
    margin: 5px 0 20px;
    padding: 0 !important;
    text-align: left !important;
}

.collapseomatic:focus,
.collapseomatic:hover {
	color: #252b5d;
	text-decoration: none !important;
}

.collapseomatic {
	background: none !important;
	color: #2c78b8;
}

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

.collapseomatic:after {
	color: #ce1126;
	content: "";
	font-family: 'FontAwesome';
	padding-left: 5px;
}

.colomat-close:after {
	content: "";
}

.colomat-close {
	margin-bottom: 10px !important;
}

.collapseomatic_content {
	margin-left: 0 !important;
	margin-bottom: 25px !important;
}

.collapseomatic_content ul {
	margin-top: 10px;
}

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

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

.uber-grid-cell-title strong {
	text-shadow: 0 0 5px rgba(0, 0, 0, 1) !important;
}

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews-widget {
	text-align: center;
}

.after-entry .enews-widget form {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}

.sidebar .enews-widget form {
	margin-top: 20px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
	background-color: #f5f5f5;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 10px;
}

/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
	display: none;
}


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

#wpstats {
	display: none;
}


/* Indeed My Team Showcase
--------------------------------------------- */

.teamFilterlink {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
}

.teamFilterlink-small_button {
	background-color: #eee;
	border-radius: 3px !important;
	color: #444;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
}

.teamFilterlink:first-of-type {
	margin-left: 0 !important;
}

.teamFilter-wrapper-small_button .current,
.teamFilterlink-small_button:hover {
	background-color: #2c78b8 !important;
}

.teamFilterlink-big_text:hover{
	color: #2c78b8 !important;
}

.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: #555 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px !important;
	padding: 0 10px 25px 0 !important;
	text-transform: none !important;
}

.theme_3 .member-name {
	color: #252b5d !important;
	font-family: 'Oswald', sans-serif !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 25px !important;
	margin-bottom: 2px;
	text-transform: none !important;
}

.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: uppercase !important;
}

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

.leaders-template-default .imt_item_img {
	display: none;
}

.theme_3 .member-email i,
.theme_3 .glyphicont-envelope,
.theme_3 .glyphicont-envelope:before {
	display: none !important;
}

.theme_3 .member-email {
	font-size: 12px !important;
	font-weight: 400 !important;
	text-align: center !important;
}

.theme_3 .member-web,
.theme_3 .member-phone,
.theme_3 .member-location,
.theme_3 .member-skills-wrapper {
	display: none !important;
}

.theme_3:first-of-type .ict_wrapp ul li{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

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

.entry-content .nf-field-label label {
	font-weight: 500;
}

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

.gform_wrapper {
	margin-top: 0 !important;
}

.gform_wrapper h3.gform_title {
	font-weight: 400 !important;
}

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

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

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

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0 !important;
}

.gform_wrapper .gfield_radio li label {
	color: #888 !important;
	margin: 1px 0 0 10px !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
	font-weight: 500 !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_wrapper .gsection {
	border-bottom: 1.5px solid #ddd !important;
}

.page-id-740 #field_4_1 {
	margin-top: 0 !important;
}

.page-id-740 #field_4_6 {
	margin: 50px 0 15px !important;
}

.page-id-740 #field_4_10 {
	margin: 20px 0 45px !important;
}

.gform_wrapper .gform_footer {
	margin-top: 10px !important;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: 15px !important;
	font-weight: 600;
	margin: 0 !important;
	padding: 12px 25px !important;
}

.page-id-740 .content .entry ul li:first-of-type {
	margin-top: 20px;
}

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

.tribe-mini-calendar-event {
	border-bottom: 0 solid #ddd !important;
}

.tribe-mini-calendar-event .list-date {
	display: none;
}

.tribe-mini-calendar-event .list-info h2 {
	font-size: 19px;
	font-weight: 400 !important;	
}

.tribe-mini-calendar-event .list-info {
	color: #666 !important;
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 17px !important;
	line-height: 1.5 !important;
}

.tribe-mini-calendar-event .tribe-events-locality::after {
	content: "," !important;
}

p.tribe-events-widget-link a {
	background-color: #02245a !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 1 !important;
	margin-bottom: 15px !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	width: auto !important;
}

p.tribe-events-widget-link a:focus,
p.tribe-events-widget-link a:hover {
	background-color: #ce1126 !important;
}

h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
	font-weight: 400 !important;
}

.tribe-events-list-separator-month {
	font-family: 'Oswald', sans-serif;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 1px;
	text-transform: uppercase !important;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading,
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-schedule h2 {
	font-weight: 400 !important;
}

.tribe-events-schedule h2 {
	color: #666 !important;
	font-size: 16px !important;
	letter-spacing: 0.5px !important;
	margin-top: 2rem !important;
	text-transform: uppercase !important;
}

.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, #tribe_events_filters_wrapper input[type=submit], 
.tribe-events-button, 
#tribe-events .tribe-events-button, 
.tribe-events-button.tribe-inactive {
	background-color: #02245a !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 1 !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	width: auto !important;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
	background-color: #ce1126 !important;
	color: #fff !important;
}

.tribe-events-list .type-tribe_events {
	margin-bottom: 4rem !important;
}

.single-tribe_events .entry {
	margin-bottom: 25px !important;
}

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

.genesis-skip-link {
	margin: 0;
}

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

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


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

.site-header {
	background-color: #fff;
	display: block;
	min-height: 50px;
	padding: 15px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header > .wrap > * {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.site-header.search-visible > .wrap > :not(.header-search-wrap) {
	opacity: 0;
}

.shadow .site-header,
.site-header.search-visible {
}

.site-header .widget-area {
	float: right;
	margin-top: 20px;
	width: 285px;
}

.site-header .widget-area p {
	font-size: 13px;
	text-transform: uppercase;
}

.site-header .widget-area .widget_search {
	width: 100% !important;
}

.site-header .widget-area input[type="search"] {
	background: transparent url("//flagshipconstellations.wp2.olemiss.edu/wp-content/uploads/sites/225/2017/10/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: 0 25px 0 0 !important;
	text-align: right;
	width: 100%;
}

.widget_search input[type="submit"] {
	display: none !important;
}

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

.title-area {
	float: left;
	padding: 0;
}

.header-image .title-area {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	width: 475px;
}

.site-title {
	line-height: 1.2;
	margin-bottom: 0;
}

.site-title a {
	background: url("//mpartner2.wp2.olemiss.edu/wp-content/uploads/sites/238/2018/03/logowithtitlesmall.jpg") no-repeat !important;
	background-size: contain !important;
	background-position: left center !important;
	color: #14213d;
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 0;
	font-weight: 400;
	margin-top: 3px;
	padding: 31px 200px;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: #ce1126;
}

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

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


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu li {
	float: left;
	list-style-type: none;
}

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

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

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: #000;
	display: block;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 20px 10px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover {
	color: #0066cc;
}

.genesis-nav-menu ul.sub-menu {
	border: 0 !important;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .0s ease-in-out;
	-moz-transition:    opacity .0s ease-in-out;
	-ms-transition:     opacity .0s ease-in-out;
	-o-transition:      opacity .0s ease-in-out;
	transition:         opacity .0s ease-in-out;
	width: 255px;
	z-index: 9999;
}

.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;
	-webkit-transition: opacity .0s ease-in-out;
	-moz-transition:    opacity .0s ease-in-out;
	-ms-transition:     opacity .0s ease-in-out;
	-o-transition:      opacity .0s ease-in-out;
	transition:         opacity .0s ease-in-out;
}

.genesis-nav-menu ul.sub-menu a:hover {
	background-color: #14213d;
	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;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	background-color: #252b5d;
	border-top: 3px solid #ce1126;
	border-bottom: 1px solid #14213d;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 0;
	position: fixed;
	text-align: right;
	width: 100%;
	top: 92px;
	z-index: 9999;
}

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

.nav-primary .genesis-nav-menu li a {
	border-left: 1px solid #39428f;
	border-right: 1px solid #39428f;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 0 0;
	padding: 17px 22px 14px;
	text-decoration: none;
}

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

.nav-primary .genesis-nav-menu li.search {
	float: right;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 12px 22px !important;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}

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

.nav-primary li.donate {
	float: right;
}

.nav-primary li.donate a {
	background-color: #ce1126 !important;
	font-weight: 400;
	letter-spacing: 1px;
}

.nav-primary li.donate a:focus,
.nav-primary li.donate a:hover {
	background-color: #ac181e !important;
	color: rgba(255, 255, 255, 0.85) !important;
}

/* Header Search
--------------------------------------------- */

.header-search-wrap {
	display: none;
}

.js .header-search-wrap {
	height: auto;
	left: 0;
	padding: 10px 40px;
	position: absolute;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	top: 0;
	width: 100%;
	z-index: 1001; /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	height: auto;
}

.search-visible .header-search-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	color: #000;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(-35px,0,0);
	transition: transform .2s ease-in-out;
	width: 30px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}

.toggle-header-search .ionicons {
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.toggle-header-search.close .ionicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 5px);
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	background-color: #eee;
	margin-bottom: 40px;
}

.nav-secondary .genesis-nav-menu {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin: 20px auto;
	text-align: center;
}

.nav-secondary .genesis-nav-menu li {
	float: none;
	padding-left: 0;
}

.nav-secondary .genesis-nav-menu a {
	color: #02245a;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0 7px 0 13px;
	padding: 0;
	text-align: center;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover {
	opacity: 0.75;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child:before {
	content: "";
}

.nav-secondary .genesis-nav-menu li:before {
	color: #02245a;
	content: "|";
	font-size: 15px;
	float: left;
}

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

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

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

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	left: 160px;
	margin-left: 0;
}

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


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

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

.entry-background {
	display: block;
	height: 460px;
	margin-top: 80px;
	position: relative;
	width: 100%;
}

.single .entry-background {
	display: none;
}

.entry {
	margin-bottom: 75px;
}

.landing-page .entry {
	margin-bottom: 0;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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: #000;
	color: #eee;
}

.entry-content .intro {
	font-size: 19px;
	font-size: 1.9rem;
	font-style: italic;
	font-weight: 600;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message a {
	border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
	border-bottom: none;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-meta a {
	color: #000;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #0066cc;
	text-decoration: none;
}

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

.entry-footer {
	margin-top: 30px;
}

.single .entry-footer {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 16px/1 'ionicons';
	margin-right: 8px;
	margin-top: -5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f3ca";
}

.entry-tags::before {
	content: "\f48d";
}

.entry-categories,
.entry-tags {
	display: block;
}

.single-leaders .content img {
	margin: 10px 25px 10px 0;
}

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

.pagination {
	clear: both;
}

.archive-pagination a {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	background-color: #0066cc;
	box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px);
}

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

.archive-pagination li {
	display: inline-block;
	margin-bottom: 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 17px;
	font-size: 1.7rem;
}

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

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 20px;
}

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

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* Pricing Page
--------------------------------------------- */

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

.pricing-page .entry {
	margin-bottom: 0;
	text-align: center;
}

.pricing-page .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.pricing-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pricing-table .one-fifth,
.pricing-table .one-fourth,
.pricing-table .one-half,
.pricing-table .one-third {
	box-shadow: 10px 10px 40px rgba(0,0,0,.05);
	float: left;
	margin-left: 0;
	padding: 50px 60px;
}

.pricing-table .one-fifth {
	width: 20%;
}

.pricing-table .one-fourth {
	width: 25%;
}

.pricing-table .one-half {
	width: 50%;
}

.pricing-table .one-third {
	width: 33.333333333333333%;
}

.pricing-table p {
	margin-bottom: 0;
}

.pricing-table .description {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.pricing-table .price {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 400;
}

.pricing-table ul {
	margin-left: 0;
}

.pricing-table ul li {
	font-size: 16px;
	font-size: 1.6rem;
	list-style-type: none;
}


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

.sidebar {
	line-height: 1.75;
}

.sidebar,
.sidebar p {
	font-size: 16px;
	font-size: 1.6rem;
}

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


/* Before Footer CTA
---------------------------------------------------------------------------------------------------- */

.before-footer-cta {
	background-color: #fff;
	line-height: 1.5;
	text-align: center;
}

.before-footer-cta .wrap {
	border-top: 1px solid #ddd;
	max-width: 1200px;
	padding: 40px 0 30px;
}

.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
	color: #fff;
}

.before-footer-cta a {
	border-bottom: 1px solid currentColor;
}

.before-footer-cta a:focus,
.before-footer-cta a:hover {
	border-bottom: 1px solid transparent;
}

.before-footer-cta p {
	font-size: 20px;
	font-size: 2rem;
}

.before-footer-cta button,
.before-footer-cta input[type="button"],
.before-footer-cta input[type="reset"],
.before-footer-cta input[type="submit"],
.before-footer-cta a.button,
.before-footer-cta a.more-link {
	background-color: #fff;
	border-width: 0;
	color: #000;
	margin: 5px 10px;
	padding: 15px 20px;
	vertical-align: middle;
}

.before-footer-cta button:focus,
.before-footer-cta button:hover,
.before-footer-cta input[type="button"]:focus,
.before-footer-cta input[type="button"]:hover,
.before-footer-cta input[type="reset"]:focus,
.before-footer-cta input[type="reset"]:hover,
.before-footer-cta input[type="submit"]:focus,
.before-footer-cta input[type="submit"]:hover,
.before-footer-cta .button:hover,
.before-footer-cta .button:focus {
	background-color: #000;
	color: #fff;
}

.before-footer-cta img {
	margin: 0 auto;
	max-width: 225px;
}


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

.site-footer {
	background-color: #eee;
	color: #347ab7;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: right;
	width: 100%;
}

.gmm-active .site-footer {
	position: inherit;
}

.site-footer a,
.site-footer p {
	color: #347ab7;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
	color: #252b5d;
	text-decoration: none;
}

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

.site-footer .ion-heart {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.site-footer .site-logo {
	height: 50px;
	margin-bottom: 10px;
	width: 50px;
}

.site-footer .logo {
	margin: 35px auto;
	max-width: 200px;
}

.site-footer .links {
	background-color: #eee;
	width: 100%;
}

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

.om-footer-logo {
	display: inline-block;
	float: left;
	height: auto !important;
	margin-bottom: 0;
	width: 185px;
}

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

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

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

.site-footer .right .credits {
	margin-top: 8px;
}


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

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

	.site-header,
	.before-footer-cta .wrap,
	.site-inner,
	.nav-primary .wrap,
	.site-footer .wrap {
		max-width: 960px;
	}
	
	.site-header {
		margin: 0 auto;
	}

	.site-header,
	.nav-primary {
		position: relative;
		top: 0;
	}

	.site-inner {
		margin-top: 35px;
	}

	.content {
		width: 600px;
	}

	.sidebar {
		width: 300px;
	}
	
	.front-page-2 h2 {
		line-height: 50px;
	}

}

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

	.site-header,
	.before-footer-cta .wrap,
	.site-inner,
	.site-footer .wrap {
		max-width: 100%;
	}

	.content,
	.full-width-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.js .nav-primary,
	.sidebar {
		width: 100%;
	}

	.sidebar {
		margin-bottom: 50px;
	}
	
	.site-inner {
		margin-top: 0;
	}
	
	.entry-title,
	.entry-content h2 {
		margin-top: 60px;
	}

	.site-header,
	.site-inner,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.site-header > .wrap > .genesis-responsive-menu {
		-webkit-transition: none;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		transition:         none;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

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

	.genesis-nav-menu {
		padding: 10px 5%;
	}
	
	.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);
	}

	.menu-toggle:before {
		content: "" !important;
		font-family: 'FontAwesome' !important;
	}

	.menu-toggle.activated:before {
		content: "" !important;
		font-family: 'FontAwesome' !important;
	}

	.ion-navicon:before,
	.ion-chevron-down:before {
		display: none;
	}

	.sub-menu-toggle:before {
		content: "" !important;
		font-family: 'FontAwesome' !important;
	}

	.sub-menu-toggle.activated:before {
		content: "" !important;
		font-family: 'FontAwesome' !important;
	}
	
	.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 .nav-primary li.donate a {
		padding: 12px !important;
	}

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

	.genesis-responsive-menu .toggle-header-search {
		display: none;
		text-align: right;
	}
	
	.nav-primary .genesis-nav-menu li.search {
		border-left: 0;
		border-right: 0;
		display: block;
		float: left;
		margin: 0 auto;
		width: 100%;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		margin-bottom: 0;
	}

	.entry {
		margin-bottom: 30px;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}
	
	.site-footer .left,
	.site-footer .right {
		width: 100%;
	}
	
	.site-footer .left {
		margin-bottom: 10px;
	}
	
	.site-footer .left .om-footer-logo {
		display: block;
		float: left;
		margin: 0 auto;
		padding-bottom: 0;
	}
	
	.site-footer .left .credits {
		border-left: 0;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	
	.site-footer .right {
		text-align: left;
	}

}

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

	.site-header,
	.before-footer-cta .wrap,
	.site-inner,
	.site-footer .wrap {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.admin-bar .site-header {
		top: 46px;
	}
	
	.flexible-widgets .wrap {
		padding: 0 !important;
	}

	.landing-page .content {
		margin-bottom: 0;
	}

	.entry-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.after-entry {
		padding: 30px 40px;
	}

	.after-entry .enews-widget form {
		margin-left: 0;
		margin-right: 0;
	}

	.before-footer-cta .button {
		float: none;
		margin-top: 20px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.front-page-1 .flexible-widgets {
		padding: 0;
	}
	
	.front-page-1 i.fa {
		font-size: 200px;
	}

}

@media only screen and (max-width: 700px) {
	
	.header-image .title-area {
		margin-bottom: 0;
		width: 100%;
	}
	
	.site-header .widget-area {
		display: block;
		float: none;
		height: auto;
		text-align: left;
		width: 100%;
	}
	
	.entry-title,
	.entry-content h2 {
		margin-top: 40px;
	}
	
	.entry {
		margin-bottom: 40px;
	}
	
}

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

	.admin-bar .site-inner {
		margin-top: 98px;
	}

	.admin-bar .site-header {
		position: relative;
		top: 0;
	}

	.admin-bar .entry-background {
		margin-top: 0;
	}

	.footer-cta-button {
		display: block;
	}

}

@media only screen and (max-width: 500px) {
	
	.front-page-1 i.fa {
		font-size: 125px;
	}
	
	.site-footer {
		line-height: 20px;
	}
	
}
