/*
	Theme Name: UM | Biomedical Engineering 
	Theme URI: https://bme.olemiss.edu/
	Description: This theme is restricted for use on the Biomedical Engineering website at the University of Mississippi.
	Author: University Communications
	Author URI: https://communications.olemiss.edu/
	
	Version: 1.0
	
	Tags: one-column, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, full-width-slim-template, rtl-language-support, theme-options, threaded-comments, translation-ready
	
	Template: genesis
	Template Version: 2.4.2
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents

- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Gutenberg
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
	- Team Showcase
	- Indeed My Team
	- The Events Calendar
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
	margin: 1em 4rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
	outline: 0.1rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	outline-offset: -0.2rem;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	box-sizing: border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
	clear: both;
}

.author-box:before,
.author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.widget:before,
.widget:after,
.wrap:before,
.wrap:after {
	clear: both;
	display: block;
	content: '';
}

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}

::-moz-selection {
	background-color: #252b5d;
	color: #fff;
}

::selection {
	background-color: #252b5d;
	color: #fff;
}

html {
	font-size: 62.5%;
	max-width: 100vw;
	overflow-x: hidden;
}

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

body {
	background-color: #fff;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	height: 100%;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

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

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

a:hover,
a:focus {
	color: #252b5d;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

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

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

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

blockquote {
	border-left: 8px solid #ce1126;
	color: #252b5d;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6;
	margin: 30px 0 30px 30px;
	padding: 0 0 0 25px;
}

cite {
	font-size: 15px;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252b5d;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 22px;
}

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

input,
select,
textarea {
	background-color: #f6f6f6;
	border: 1px solid #e6e6e6;
	color: #666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 12px 15px;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #d6d6d6;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2c78b8;
	border: 2px solid #2c78b8;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 30px;
	text-transform: uppercase;
	white-space: normal;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.button.red,
.button.secondary {
	background-color: #ce1126 !important;
	border: 2px solid #ce1126 !important;
	color: #fff !important;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: transparent;
	color: #2c78b8 !important;
}

.button.red:focus,
.button.red:hover,
.button.secondary:focus,
.button.secondary:hover {
	background-color: transparent !important;
	color: #ce1126 !important;
}

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

.button {
	display: inline-block;
}

.button.small {
	font-size: 12px;
}

.button.large,
button.large {
	font-size: 16px;
	padding: 12px 45px;
}

.button.wide {
	display: block;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
	margin-top: 1em;
	clear: both;
}

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

fieldset {
	margin-bottom: 1em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
	max-width: 100%;
	display: block;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	object-fit: cover;
}

.wp-video-shortcode {
	width: auto !important;
}

/* ## Tables
--------------------------------------------- */
table {
	background-color: #ffffff;
	border: 1px solid #f0f1f2;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

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

td,
th {
	text-align: left;
	padding: 0.618em;
	border-top: 1px solid #f0f1f2;
	border-right: 1px solid #f0f1f2;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

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

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

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

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	padding-left: 6vw;
	padding-right: 6vw;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
	max-width: 100%;
	width: auto;
	padding: 0;
}

.site-inner {
	clear: both;
}

.page-builder .site-inner {
	border-top: 1px solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
}

.content-sidebar-wrap {
	max-width: 1280px;
	padding-top: 9vw;
	padding-bottom: 9vw;
}

/* ## Content Widths and Positions
--------------------------------------------- */

/* ## Column Classes (including fifths)
--------------------------------------------- */
.columns > div {
	background-color: #f6f7f8;
	padding: 1.618em;
	margin-bottom: 2.5641%;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	box-shadow: 0 1rem 1rem -1rem rgba(57, 62, 75, 0.2);
	transition: all 0.3s ease;
}

.columns > div:hover,
.columns > div:focus {
	box-shadow: 0 2rem 1rem -1rem rgba(57, 62, 75, 0.1);
}

/* ## Masonry
--------------------------------------------- */

.layout-masonry .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.layout-masonry .entry {
	border: 1px solid #f0f1f2;
	box-shadow: 0 2rem 1rem -0.75rem rgba(57, 62, 75, 0.1);
	padding: 30px;
	padding: 3rem;
	transition: all 0.3s ease;
}

.layout-masonry .entry:hover,
.layout-masonry .entry:focus {
	box-shadow: 0 0.75rem 1rem -0.75rem rgba(57, 62, 75, 0.1);
}

.layout-masonry .entry-image-link {
	margin: -30px -30px 30px;
	margin: -3rem -3rem 3rem;
}

.layout-masonry .entry-image-link img {
	width: 100%;
}

.layout-masonry .entry-title {
	font-size: 1.1em;
}

.layout-masonry .entry-content {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery a {
	display: block;
	min-height: 100%;
}

.gallery img {
	height: auto;
	width: 100%;
	display: block;
}

.gallery-caption {
	display: block;
}

.gallery-item {
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
	display: block;
}

.gallery-item img {
	box-shadow: 0 0rem 1rem -1rem rgba(57, 62, 75, 0.1);
	transition: all 0.3s ease;
}

.gallery-item img:hover,
.gallery-item img:focus {
	box-shadow: 0 2.5rem 1rem -1rem rgba(57, 62, 75, 0.1);
}

/* ## Portfolio
--------------------------------------------- */
.post-type-archive-portfolio .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.post-type-archive-portfolio .entry {
	padding: 0;
	margin: 0 0 6vw;
	position: relative;
	box-shadow: 0 0rem 1rem -1rem rgba(57, 62, 75, 0);
	overflow: hidden;
	transition: all 0.3s ease;
}

.post-type-archive-portfolio .entry:hover,
.post-type-archive-portfolio .entry:focus {
	box-shadow: 0 3rem 1.5rem -1rem rgba(57, 62, 75, 0.1);
}

.post-type-archive-portfolio .entry:hover .entry-header,
.post-type-archive-portfolio .entry:focus .entry-header {
	background-color: rgba(57, 62, 75, 0.3);
}

.post-type-archive-portfolio .entry:hover .entry-title,
.post-type-archive-portfolio .entry:focus .entry-title {
	margin-top: 0;
}

.post-type-archive-portfolio .entry:last-of-type {
	margin-bottom: 2.5641%;
}

.post-type-archive-portfolio .entry img {
	width: 100%;
}

.post-type-archive-portfolio .entry-header {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	background-color: rgba(57, 62, 75, 0);
	transition: all 0.3s ease;
}

.post-type-archive-portfolio .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 100%;
	transition: all 0.3s ease;
}

.post-type-archive-portfolio .entry-title a {
	color: #ffffff;
}

.post-type-archive-portfolio .pagination {
	width: 100%;
}

/* ## Pricing Tables
--------------------------------------------- */
.pricing-table {
	border: 1px solid #f0f1f2;
	border-radius: 5px;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	clear: both;
}

.pricing-table:before,
.pricing-table:after {
	clear: both;
	display: block;
	content: '';
}

.pricing-table > div {
	padding: 1em;
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 5rem;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.pricing-table > div.featured {
	transform: scale(1.1);
	background-color: #ffffff;
	border: 1px solid #f0f1f2;
	box-shadow: 0 2rem 2rem -1rem rgba(57, 62, 75, 0.1);
}

.pricing-table > div.featured:hover,
.pricing-table > div.featured:focus {
	box-shadow: 0 1rem 2rem -1rem rgba(57, 62, 75, 0.1);
}

.pricing-table > div ul {
	margin-left: 0;
	font-size: smaller;
}

.pricing-table > div ul li {
	list-style-type: none;
}

.pricing-table small {
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
}

.pricing-table big {
	font-size: 3em;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	margin-right: 20px;
	margin-right: 2rem;
	float: left;
}

.alignright .avatar {
	margin-left: 20px;
	margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding: 0 3vw;
	background-color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}

.after-entry,
.author-box {
	margin-bottom: 5%;
	background-color: #ffffff;
	padding: 0 3vw;
}

.entry + .after-entry,
.author-box + .after-entry,
.entry + .author-box,
.author-box + .author-box {
	margin-top: 6vw;
}

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

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}

.search-form:before,
.search-form:after {
	clear: both;
	display: block;
	content: '';
}

.search-form input[type='search'] {
	width: 100%;
}

.search-form input[type='submit'] {
	display: none;
}

.entry .search-form {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* ## Titles
--------------------------------------------- */
.author-box-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-title a {
	color: #393e4b;
	text-decoration: none;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
	transition: all 0.3s ease;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #006cff;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

.wp-caption-text {
	color: #888;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.4;
    text-align: left;
}

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

.sticky,
.bypostauthor {
	background-color: transparent;
}

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

/* ## Gutenberg
--------------------------------------------- */
.entry-content .alignwide {
	width: 120%;
	max-width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.entry-content .alignwide img {
	width: 100%;
	display: inline-block;
	margin: 1.618em auto;
}

.entry-content .alignfull {
	max-width: none;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	position: relative;
}

.content-sidebar .entry-content .alignfull,
.sidebar-content .entry-content .alignfull {
	max-width: calc(100% + 12rem);
}

.entry-content .alignfull img {
	width: 100%;
	display: inline-block;
	margin: 1.618em auto;
}

.wp-block-image figcaption {
	margin: 0 auto 2em;
}

.wp-block-button {
	background: transparent;
	display: block;
	text-align: center;
	width: 100%;
	clear: both;
}

.wp-block-button:before,
.wp-block-button:after {
	clear: both;
	display: block;
	content: '';
}

.wp-block-button a {
	display: inline-block;
}

.wp-block-button a:hover,
.wp-block-button a:focus {
	color: #ffffff;
}

.wp-block-pullquote > p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.wp-block-pullquote cite {
	font-style: normal;
}

.wp-block-gallery .blocks-gallery-item {
	width: 48.71795%;
	margin: 0 0 2.5641% 2.5641%;
	text-align: center;
	display: block;
}

.wp-block-gallery .blocks-gallery-item:nth-of-type(odd) {
	margin-left: 0;
	clear: both;
}

.wp-block-gallery .blocks-gallery-item img {
	margin: 0;
}

/* # Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	background-color: #fff;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.before-header .widget_text {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 30%;
}

.before-header .widget-title,
.before-header .widget-title a {
    color: #14213d;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin: 1px auto 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

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

.before-header .widget_search {
	clear: right;
	display: inline-block;
	float: right;
	margin: 0;
	padding: 3px 0 4px 0;
	width: 25%;
}

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

.before-header input[type="search"]::-moz-placeholder {
	color: #777 !important;
	opacity: 1;
	font-weight: 400;
}

.before-header input[type="search"]::-webkit-input-placeholder {
	color: #777 !important;
	font-weight: 400;
}

.before-header .widget_nav_menu {
	border-left: 1px solid #ccc;
	display: inline-block;
	float: right;
	margin: 0 0 0 1.5%;
	padding: 0 0 0 1.5%;
	width: 30.5%;
}

.before-header .widget_nav_menu ul {
	text-align: right;
}

.before-header .widget_nav_menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: right;
}

.before-header .widget_nav_menu li a {
	font-size: 14px;
	padding: 7px 15px;
}

.before-header .widget_nav_menu li.give a {
	background-color: #ce1126;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 9px 15px;
	text-transform: uppercase;
}

.before-header .widget_nav_menu li.give a:focus,
.before-header .widget_nav_menu li.give a:hover {
	background-color: #252b5d;
}

.before-header .widget_nav_menu li.fb a,
.before-header .widget_nav_menu li.instagram a,
.before-header .widget_nav_menu li.twitter a {
	font-size: 16px;
	padding: 7px 12px 7px 0;
}

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

.site-header {
	background-color: transparent;
	position: fixed;
	top: 37px;
	z-index: 999;
	width: 100%;
}

.site-header > .wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
}

.site-header.dark,
.page .site-header,
.single .site-header,
.error404 .site-header,
.search .site-header {
	background-color: rgba(20, 33, 61, 0.9) !important;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

.site-header.shrink {
	background-color: rgba(20, 33, 61, 0.9) !important;
}

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

.title-area {
	float: left;
	padding: 20px 0;
	width: auto;
}

.landing-page .title-area {
	float: none;
	text-align: center;
	width: 100%;
}

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

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.site-title a {
	color: #fff;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.site-title a:focus,
.site-title a:hover {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

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

.site-description {
	display: none;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

/* ## Header Right
--------------------------------------------- */

.header-widget-area {
	width: 100%;
	opacity: 0;
	margin-left: 1px;
	transform: translateY(140%);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	padding: 1em 0;
	position: relative;
	z-index: 1;
}

.activated .header-widget-area {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.82s;
}

.header-widget-area .widget {
	background-color: transparent;
}

.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.header-widget-area .simple-social-icons .alignright,
.header-widget-area .simple-social-icons .aligncenter {
	-ms-flex-pack: start;
	justify-content: flex-start;
	float: left;
}

.header-widget-area .simple-social-icons a {
	background-color: transparent !important;
}

/* ## Custom Header
--------------------------------------------- */

.wp-custom-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

.wp-custom-header img,
.wp-custom-header video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wp-custom-header iframe {
	top: -37.5%;
	left: -37.5%;
	right: -37.5%;
	bottom: -37.5%;
	margin: auto;
	height: 175%;
	width: 175%;
	max-width: 175%;
	max-height: none;
	min-width: 100%;
	min-height: 56.25vw;
	position: absolute;
}

.wp-custom-header img {
	display: none;
}

.wp-custom-header-video-button {
	display: none;
}

/* ## Page Header
--------------------------------------------- */

.page-header {
	background-image: url("assets/images/3-bw.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	margin: 0 auto;
	padding: 140px 0 70px;
	padding: 14rem 0 7rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.page-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #006cff;
	background:         radial-gradient(left top, circle cover, rgba(100, 66, 255, 0.9) 15%, rgba(0, 108, 255, 0.9) 50%, rgba(12, 180, 206, 0.9) 85%);
	background: -webkit-radial-gradient(left top, circle cover, rgba(100, 66, 255, 0.9) 15%, rgba(0, 108, 255, 0.9) 50%, rgba(12, 180, 206, 0.9) 85%);
}

.page-header .wrap {
	position: relative;
	z-index: 2;
	max-width: 100%;
}

.page-header h1 {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 10px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 35px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: 100%;
}

.page-header p {
	font-size: 18px;
	margin: 0 auto;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.65);
	width: 100%;
}

.page-header .button,
.page-header button {
	background-color: #ce1126;
	border: 2px solid #ce1126;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 16px;
	font-weight: 700 !important;
	letter-spacing: 0.5px;
	margin: 20px auto 0;
	padding: 12px 30px 11px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	text-transform: uppercase;
}

.page-header .button:focus,
.page-header .button:hover,
.page-header button:focus,
.page-header button:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}

.page-header .widget {
	background: transparent;
}

/* ## Menus
--------------------------------------------- */

.menu {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	clear: both;
}

.menu:before,
.menu:after {
	clear: both;
	display: block;
	content: '';
}

.menu li {
	display: block;
	padding: 0;
	width: 100%;
	position: relative;
}

.menu li.right {
	margin-left: auto;
}

.menu li a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding: 30px 15px 28px;
	transition: all 0.3s ease;
}

.menu li a:focus,
.menu li a:hover {
	color: #fff;
	opacity: 0.75;
}

.nav-primary li a.sf-with-ul::after {
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 900;
	padding-left: 8px;
}

/* ## Sub Menus
--------------------------------------------- */

.sub-menu {
	clear: both;
	display: none;
	font-size: 15px;
	font-size: 1.5rem;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu li {
	width: 100%;
	clear: both;
}

.sub-menu li:before,
.sub-menu li:after {
	clear: both;
	display: block;
	content: '';
}

.nav-primary .sub-menu li {
	display: block;
	transform: translateY(0);
	width: 100%;
}

.nav-primary.activated .sub-menu li {
	transition: none;
	transition-delay: 0s;
}

.sub-menu li:first-of-type a {
	padding-left: 1em;
}

.sub-menu a {
	padding: 1em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

.menu-item-has-children .sub-menu a span::after {
	display: none;
}

/* ## Specific Menus
--------------------------------------------- */

.nav-primary {
	background-color: #14213D;
	bottom: 0;
	height: 100vh;
	margin: 0;
	max-width: 320px;
	overflow: auto;
	padding: 10vh 15vw 15vh 10vw;
	position: fixed;
	right: -100%;
	text-align: left;
	top: 0;
	transition: all 0.75s cubic-bezier(0, 1, 0.618, 1);
	transition-delay: 0.382s;
	width: 80vw;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}

.nav-primary.activated {
	right: 0;
}

.nav-primary.activated li {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.82s;
}

.no-js .nav-primary {
	width: 100%;
	position: relative;
	display: block;
}

.no-js .nav-primary .wrap {
	padding: 0 5%;
}

.no-js .nav-primary li {
	display: inline-block;
	width: auto;
	margin: 0 0.5em;
}

.nav-primary .wrap {
	width: 100%;
	position: relative;
	z-index: 1;
}

.nav-primary .menu {
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.nav-primary li {
	opacity: 0;
	transform: translateY(140%);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	position: relative;
}

.nav-primary li a {
	float: left;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
}

.nav-primary .fb a,
.nav-primary .instagram a,
.nav-primary .pinterest a,
.nav-primary .twitter a,
.nav-primary .youtube a {
	margin-top: -2px;
}

.nav-primary .fb a {
	margin-left: 15px;
}

.nav-primary .youtube a {
	padding-right: 0;
}

.nav-secondary {
	width: 100%;
}

.site-footer .menu {
	margin-bottom: 1em;
}

.site-footer li {
	width: 50%;
}

.site-footer li a {
	margin: 0 0 0.5em;
	color: #393e4b;
}

.site-footer li a:hover,
.site-footer li a:focus {
	color: #006cff;
}

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

/* ## Menu Toggles
--------------------------------------------- */

.menu-toggle {
	padding: 0;
	background-color: transparent;
	border: 0 !important;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 30px;
	line-height: 0;
	position: absolute;
	right: 5%;
	top: 24px;
	transition: none;
	width: auto;
	z-index: 999;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	outline: none;
	box-shadow: none;
	color: transparent;
}

.menu-toggle.activated {
	position: fixed;
	right: 5vw;
}

.menu-toggle.activated span,
.menu-toggle.activated span:before,
.menu-toggle.activated span:after {
	background-color: #ffffff;
}

.menu-toggle span {
	display: block;
	position: relative;
	height: 2px;
	height: 0.2rem;
	background: #ffffff;
	transition: background 0s 0.4s;
	width: 25px;
	width: 2.5rem;
	margin: 0;
	border-radius: 5px;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.2rem;
	background-color: #ffffff;
	border-radius: 5px;
	content: ' ';
}

.menu-toggle span::before {
	top: -7px;
	top: -0.7rem;
	transition: top 0.4s 0.4s, transform 0.4s 0s, background-color 0.82s 0.1s;
}

.menu-toggle span::after {
	bottom: -7px;
	bottom: -0.7rem;
	transition: bottom 0.4s 0.4s, transform 0.4s 0s, background-color 0.82s 0.1s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span::before {
	top: 0;
	transform: rotate(135deg);
	transition: top 0.4s 0s, transform 0.4s 0.4s, background-color 0.82s 0.1s;
}

.menu-toggle.activated span::after {
	bottom: 0;
	transform: rotate(-135deg);
	transition: bottom 0.4s 0s, transform 0.4s 0.4s, background-color 0.82s 0.1s;
}

.sub-menu-toggle {
	position: absolute;
	right: 0;
	top: 0.333em;
	background: none;
	padding: 1em;
	margin: 0 -1em;
	box-shadow: none;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
}

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 4px 0 -4px;
	margin: 0.4rem 0 -0.4rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #ffffff;
}

.sub-menu-toggle.activated:before {
	transform: rotate(180deg);
	margin: -4px 0 4px;
	margin: -0.4rem 0 0.4rem;
}

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

.entry {
	margin-bottom: 5vw;
	padding: 0;
}

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

.entry > img {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content {
	clear: both;
}

.entry-content:before,
.entry-content:after {
	clear: both;
	display: block;
	content: '';
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	margin-left: 40px;
	margin-left: 4rem;
}

.error404 .entry-content ol,
.error404
.entry-content ul {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.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 li li {
	list-style-type: circle;
}

.entry-content code {
	background-color: #f6f7f8;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 1px solid #f0f1f2;
	margin-top: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

/*-- .entry-content input,
.entry-content select,
.entry-content textarea {
	margin-bottom: 1em;
} --*/

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
}

.entry-image-link img {
	display: block;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0.618em;
	color: #adb5bd;
	font-weight: 400;
	font-size: 0.618em;
}

.entry-header p.entry-meta {
	margin-bottom: 1em;
}

.single p.entry-meta {
	padding-bottom: 1.618em;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
}

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

.entry-author-name {
	text-transform: capitalize;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	margin: 5vw 0;
	width: 100%;
	clear: both;
}

.pagination:before,
.pagination:after {
	clear: both;
	display: block;
	content: '';
}

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

.adjacent-entry-pagination b {
	border: 1px solid #f0f1f2;
	border-radius: 5px;
	padding: 0 2em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1;
	font-size: small;
	font-weight: 400;
	box-shadow: 0 1.5rem 1rem -0.5rem rgba(57, 62, 75, 0.1);
	transition: all 0.3s ease;
}

.adjacent-entry-pagination b:hover,
.adjacent-entry-pagination b:focus {
	box-shadow: 0 1rem 1rem -1rem rgba(57, 62, 75, 0.1);
}

.adjacent-entry-pagination a {
	color: #393e4b;
	text-decoration: none;
	margin: 0 10px;
	margin: 0 1rem;
	padding: 1em 0;
}

.archive-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.archive-pagination ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	box-shadow: 0 1.5rem 1rem -0.5rem rgba(57, 62, 75, 0.1);
	transition: all 0.3s ease;
}

.archive-pagination ul:hover,
.archive-pagination ul:focus {
	box-shadow: 0 0.5rem 1rem -0.5rem rgba(57, 62, 75, 0.15);
}

.archive-pagination li {
	margin: 0;
	border: 1px solid #f0f1f2;
	border-right: 0;
}

.archive-pagination li:first-of-type,
.archive-pagination li:first-of-type a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.archive-pagination li:last-of-type {
	border-right: 1px solid #f0f1f2;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.archive-pagination li:last-of-type a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.archive-pagination a {
	background-color: transparent;
	color: #393e4b;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 7.5px 15px;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease;
}

.archive-pagination a:hover,
.archive-pagination .active a,
.archive-pagination a:focus {
	color: #006cff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 6vw 3vw;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-list li {
	padding: 40px 0 0 5vw;
	padding: 4rem 0 0 5vw;
}

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

.comment-list .comment-respond {
	padding: 0 0 0 1em;
}

.comment-list > .comment-respond {
	padding: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

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

.comment-edit-link {
	padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	padding: 0;
	clear: both;
	display: block;
}

.comment-meta {
	padding-left: calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 10px;
	margin-right: 1rem;
}

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

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

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

.widget {
	word-wrap: break-word;
}

.sidebar .widget {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 40px;
	padding: 0;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget p:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget li {
	display: block;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.sidebar .widget li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget li a {
	color: #347ab7;
	font-size: 16px;
	font-size: 1.6rem;
	opacity: 1;
	padding: 0;
}

.sidebar .widget li a:focus,
.sidebar .widget li a:hover {
	color: #252b5d;
}

.sidebar .widget li li {
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}

.sidebar .widget ol li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1em;
	text-indent: -1em;
}

.widget-title {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

.sidebar .widget-title {
	border-bottom: 2px solid #ccc;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.widget_calendar table {
	width: 100%;
}

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

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

/* ## Before Footer
--------------------------------------------- */

.before-footer {
	background-color: #323d77;
    border-bottom: 10px solid #ce1126;
    display: block;
    float: left;
    padding: 100px 0 65px;
    width: 100%;
}

.before-footer .widget-title {
	font-size: 2em;
}

.before-footer .widget {
	z-index: 1;
	width: 100%;
	position: relative;
}

.before-footer .widget_media_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0;
	z-index: 0;
}

.before-footer .widget_media_image .widget-wrap {
	height: 100%;
}

.before-footer .widget_media_image img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.before-footer p {
	max-width: 768px;
	margin: 0 auto 1.382em;
}

.before-footer .widget_text {
	margin-bottom: 20px;
    text-align: center;
}

.before-footer h3 {
    color: #fff;
    display: inline;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin: 0 auto 50px;
    padding: 0 3px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.before-footer img.om-logo {
    display: inline;
    margin-left: -5px;
    width: 130px;
}

.before-footer .simple-social-icons ul li a {
    background-color: transparent !important;
    font-size: 38px !important;
    padding: 19px !important;
}

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

.footer-widgets {
    background-color: #252b5d;
    clear: both;
    font-size: 18px;
    padding: 75px 0;
    width: 100%;
}

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

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

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

.footer-widgets-1 {
    float: left;
    margin-right: 4%;
    padding: 0;
    width: 63%;
}

.footer-widgets-1 .widget:first-of-type {
	width: 100%;
}

.footer-widgets-1 .widget:nth-of-type(2),
.footer-widgets-1 .widget:last-of-type {
	display: inline-block;
	width: 49%;
	vertical-align: top
}

.footer-widgets-2 {
    float: right;
    margin-right: 0;
    width: 33%;
}

.footer-widgets-2 .widget:first-of-type {
	margin-bottom: 29px;
}

.footer-widgets .widget-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
    font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 15px;
	padding: 0 0 8px;
}

.footer-widgets ul {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    margin: 0 0 3px;
    padding: 0;
}

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

.footer-widgets .widget_nav_menu li {
	display: block;
	width: 100%;
}

.footer-widgets .widget_nav_menu a {
	display: block;
	padding: 0;
	width: 100%;
}

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul li {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	-ms-flex-pack: center;
	justify-content: center;
}

.simple-social-icons ul.alignleft {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* ## Display Posts Shortcode
--------------------------------------------- */
.listing-item a {
	display: block;
}

.listing-item img {
	width: 100%;
}

.display-posts-listing .listing-item {
	padding: 0;
	margin-bottom: 2.5641%;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */

.lSSlideOuter .testimonials-list img {
	width: 60px;
	width: 6rem;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
	box-shadow: 0 1.5rem 1.5rem 0 rgba(57, 62, 75, 0.3);
}

.lSSlideOuter .testimonials-list blockquote {
	margin-top: 0;
	border: 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.lSSlideOuter .gts-rating {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.lSSlideOuter .lSPager.lSpg > li {
	padding: 0 6px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: rgba(255, 255, 255, 0.5);
}

.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #ffffff;
	transform: scale(1.2);
}

/* ## Genesis Simple FAQs
--------------------------------------------- */

div.gs-faq {
	background-color: #ffffff;
	border: 1px solid #f0f1f2;
	border-radius: 5px;
	box-shadow: 0 1.5rem 3rem -1rem rgba(57, 62, 75, 0.1);
	padding: 0;
}

div.gs-faq button {
	background-color: transparent;
	color: #393e4b;
	font-weight: normal;
	box-shadow: none;
	padding: 20px;
	padding: 2rem;
	border-bottom: 1px solid #f0f1f2;
	border-radius: 0;
	margin: 0;
}

div.gs-faq button:last-of-type {
	border-bottom: 0;
}

div.gs-faq button:last-of-type.gs-faq--expanded {
	border-bottom: 1px solid #f0f1f2;
}

div.gs-faq .gs-faq__answer {
	padding: 20px;
	padding: 2rem;
	border-bottom: 1px solid #f0f1f2;
}

div.gs-faq .gs-faq__answer:last-of-type {
	border-bottom: 0;
}

/* ## Front Page
--------------------------------------------- */

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
	width: 100%;
	padding: 60px 0;
	padding: 6rem 0;
	background-color: #fff;
}

.front-page-1 {
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	border-bottom: 0;
	color: #ffffff;
	z-index: 1;
	clear: both;
}

.front-page-1:before,
.front-page-1:after {
	clear: both;
	display: block;
	content: '';
}

.front-page-1 .wrap {
	max-width: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}

.front-page-1 .widget {
	margin: 0 auto;
}

.front-page-1 .widget:last-of-type {
	margin-bottom: 0;
}

.front-page-1 h1 {
	color: #fff;
	font-family: "Oswald", sans-serif;
    font-size: 150px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 35px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.front-page-1 p {
	color: #fff !important;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 50px !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.65);
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.front-page-1 .button,
.front-page-1 button {
	background-color: #ce1126 !important;
    background-image: none !important;
    border: 4px solid #ce1126;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700 !important;
    margin: 0 auto 55px;
    padding: 15px 35px !important;
    text-shadow: 0 0 0, 0 0 0 !important;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.front-page-1 .button:focus,
.front-page-1 .button:hover,
.front-page-1 button:focus,
.front-page-1 button:hover {
	background-color: transparent !important;
    border: 4px solid #fff !important;
    color: #fff !important;
}

.front-page-1 .svg-inline--fa {
	color: #fff;
	display: block;
	float: none;
	font-size: 50px;
	font-size: 5rem;
	margin: 0 auto;
	text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.65);
	width: 100%;
}

.front-page-1 .svg-inline--fa:focus,
.front-page-1 .svg-inline--fa:hover {
	opacity: 0.8;
}

.front-page-2 {
	margin-top: -11rem;
	padding: 210px 0 100px !important;
}

.front-page-2 .widget {
	-ms-flex: 1;
	    flex: 1;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.front-page-2 .widget-title {
	font-size: 1.5em;
	margin: 5px auto 10px;
	margin: 0.5rem auto 1rem;
}

.front-page-2 p:last-of-type {
	margin-bottom: 0;
}






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

.front-page-2 .uber-grid-cell-title small {
	margin-top: 20px !important;
}

.front-page-2 div.uber-grid div.uber-grid-cell .uber-grid-hover-inner a.button {
	background-color: rgba(0, 0, 0, 0.25);
	display: block;
	font-size: 16px !important;
	font-weight: 700;
	margin: 0 auto;
	padding: 12px 30px 10px;
	text-transform: uppercase;
}

.front-page-2 div.uber-grid div.uber-grid-cell,
.front-page-2 div.uber-grid div.uber-grid-cell .uber-grid-hover-inner {
	color: #fff !important;
}

.front-page-2 div.uber-grid div.uber-grid-cell .uber-grid-hover-inner a.button:focus,
.front-page-2 div.uber-grid div.uber-grid-cell .uber-grid-hover-inner a.button:hover {
	color: #fff !important;
}

.front-page-2 .uber-grid-hover-inner {
	max-height: 100% !important;
}

.front-page-2 div.uber-grid div.uber-grid-cell .uber-grid-hover-inner a.button:focus,
.front-page-2 div.uber-grid div.uber-grid-cell .uber-grid-hover-inner a.button:hover {
	background-color: rgba(0, 0, 0, 0.45);
	
}

/* # Front page 2 change from ubergrid to div
--------------------------------------------- */

.front-page-2 a.button {
	background-color: #ce1126 !important;
    background-image: none !important;
    border: 4px solid #ce1126;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.65);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700 !important;
    padding: 15px 35px !important;
	text-shadow: 0 0 0, 0 0 0 !important;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.front-page-2 {
	padding: 100px 0;
}


.front-page-2 p {
	font-size: 20px;
}

.front-page-2 {
	padding: 100px 0;
}

.front-page-2 h3 {
	font-size: 60px;
    font-weight: 700;
	text-transform: uppercase;
}

.front-page-2 p {
	font-size: 20px;
}

.front-page-2 a.button {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-size: 18px;
}

.front-page-2 a.button:focus,
.front-page-2 a.button:hover {
	background-color: transparent !important;
	color: #de0031;
}




.front-page-3 {
    background: url("assets/images/1-blue-b.jpg") fixed no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    padding: 75px 0;
}

.front-page-3 .widget {
	margin-bottom: 0;
	width: 100%;
}

.front-page-4 {
	background-color: #fff !important;
	border-bottom: 0 !important;
	padding: 100px 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: transparent;
}

.front-page-4 h3 {
	color: #252b5d;
	font-family: "Oswald", sans-serif;
	font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: left;
    text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.front-page-4 p {
    font-size: 20px;
    text-align: left;
}

.front-page-4 .button,
.front-page-4 button {
	background-color: #ce1126 !important;
	background-image: none !important;
	border: 4px solid #ce1126;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    color: #fff;
    display: block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
	padding: 15px 35px !important;
    text-align: left;
	text-shadow: 0 0 0, 0 0 0 !important;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.front-page-4 .button:focus,
.front-page-4 .button:hover,
.front-page-4 button:focus,
.front-page-4 button:hover {
	background-color: transparent !important;
	color: #ce1126 !important;
}

.front-page-4 iframe {
	width: 100%;
}

.front-page-5 {
    background: url("assets/images/2-blue-b.jpg") fixed no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    padding: 75px 0 !important;
    text-align: center;
}

.front-page-5 .widget {
    padding: 35px 0;
    width: 100%;
}

.front-page-5 h3 {
	color: #fff;
	font-family: "Oswald", sans-serif;
    font-size: 80px;
    font-weight: 700;
    margin: 0 auto 40px !important;
    text-align: center;
    text-shadow: 0 0 5px rgba(37, 43, 93, 1), 0 0 20px rgba(37, 43, 93, 1);
    text-transform: uppercase;
}

.front-page-5 p {
	color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 50px !important;
    text-align: center;
    text-shadow: 0 0 5px rgba(37, 43, 93, 1), 0 0 10px rgba(37, 43, 93, 1);
}

.front-page-5 .enews-widget input {
	margin-bottom: 20px;
}

.front-page-5 #subbox, 
.front-page-5 #subbox1,
.front-page-5 #subbox2 {
	background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    color: #666 !important;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    margin-right: 1%;
    padding: 12px 15px 10px !important;
    width: 25%;
}

.front-page-5 #subbutton {
	background-color: #ce1126;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px 10px !important;
    width: 20%;
}

.front-page-5 #subbutton:focus,
.front-page-5 #subbutton:hover {
	color: #fff;
	opacity: 0.8;
}

.front-page-5 a.button {
	background-color: #ce1126 !important;
	background-image: none !important;
	border: 4px solid #ce1126;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
	padding: 15px 35px !important;
    text-align: left;
	text-shadow: 0 0 0, 0 0 0 !important;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.front-page-5 a.button:focus,
.front-page-5 a.button:hover {
	border-color: #fff !important;
	color: #fff !important;
}

.front-page-6 {
	padding: 10rem 0 !important;
}

.front-page-6 .widget {
	margin: 0 auto;
	width: 100%;
}

.front-page-6 .widget-title {
	color: #252b5d;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: 700;
	margin: 0 auto 65px;
	padding: 0;
	text-align: center;
	text-shadow: 0 0 0, 0 0 0 !important;
	text-transform: uppercase;
}

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

.front-page-6 .uber-grid-cell-title-wrapper:focus,
.front-page-6 .uber-grid-cell-title-wrapper:hover {
	opacity: 0.75 !important;
}

.front-page-6 .uber-grid-cell-title small {
	margin-top: 20px !important;
}

.front-page-6 .widget_custom_html:last-of-type {
	border-top: 1.5px solid #eee;
	margin: 80px auto 0;
	padding-top: 70px;
}

.front-page-6 #sb_instagram {
	margin: 0 auto;
	padding: 0 !important;
}

.front-page-6 #sb_instagram #sbi_images {
	padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item {
	padding: 10px !important;
}

.front-page-6 #sb_instagram p {
	margin-bottom: 0 !important;
}

#sb_instagram .sbi_photo a {
    -webkit-transition:	all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

#sb_instagram .sbi_photo:focus,
#sb_instagram .sbi_photo:hover {
	opacity: 0.65 !important;
}

/* # Custom Pages
--------------------------------------------- */

/* ## Admitted */

.admitted .boxes {
	padding: 100px 0;
}

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

.admitted .boxes .uber-grid-cell-title strong {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.admitted .boxes .uber-grid-cell-title small {
	margin-top: 20px;
}

.admitted .image {
	background: url("assets/images/slide-4.jpg") fixed no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 200px 0;
}

.admitted .content h2 {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.admitted .content h5 {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.admitted p.next a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.admitted .content-sidebar-wrap {
	padding: 5rem 0 7rem;
}

.admitted .step {
	display: block;
	float: left;
	margin: 20px auto 60px;
	width: 100%;
}

.admitted .one-fifth {
	float: left;
	min-height: 1px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	vertical-align: middle;
	width: 16.66666667%;
}

.admitted .one-fifth num {
    align-items: center;
    border: 4px solid #323d77;
    border-radius: 0;
	color: #ce1126;
    display: flex;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 48px;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    margin: auto;
    padding: .5em 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    vertical-align: middle;
    width: 72px;
}

.admitted .one-fifth num:hover {
	background-color: #323d77;
    border: 4px solid #323d77;
	color: #fff;
}

.admitted .four-fifths {
	float: left;
	margin-left: 0;
	min-height: 1px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 83.33333333%;
}

.admitted .four-fifths h6 {
	color: #323d77;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.admitted .four-fifths p {
	font-size: 18px;
	margin-bottom: 0;
}

.admitted .step.one num {
	margin: 23px auto;
}

.admitted .step.one num::before {
	content: '\0031';
	font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
}

.admitted .step.two num {
	margin: 23px auto;
}

.admitted .step.two num::before {
	content: '\0032';
	font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
}

.admitted .step.three num {
	margin: 0 auto;
}

.admitted .step.three num::before {
	content: '\0033';
	font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
}

/* ## Freshman */

.get-info .boxes {
	padding: 100px 0;
}

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

.get-info .boxes .uber-grid-cell-title strong {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.get-info .boxes .uber-grid-cell-title small {
	margin-top: 20px;
}

.get-info .mailing-list {
	background: url("assets/images/fountain.jpg") fixed no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 12rem 0;
}


.get-info .mailing-list h3 {
	color: #fff;
	font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin: 0 auto 40px !important;
    text-align: center;
    text-shadow: 0 0 5px rgba(37, 43, 93, 1), 0 0 20px rgba(37, 43, 93, 1);
    text-transform: uppercase;
}

.get-info .mailing-list .enews-widget input {
	margin-bottom: 20px;
}

.get-info .mailing-list #subbox, 
.get-info .mailing-list #subbox1,
.get-info .mailing-list #subbox2 {
	background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    color: #666 !important;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    margin-right: 1%;
    padding: 12px 15px 10px !important;
    width: 25%;
}

.get-info .mailing-list #subbutton {
	background-color: #ce1126;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    box-shadow: 0 0 15px 0 rgba(37, 43, 93, 0.5);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px 10px !important;
    width: 20%;
}

.get-info .mailing-list #subbutton:focus,
.get-info .mailing-list #subbutton:hover {
	color: #fff;
	opacity: 0.8;
}

.get-info .mailing-list a.button {
	background-color: #ce1126 !important;
	background-image: none !important;
	border: 4px solid #ce1126;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
	padding: 15px 35px !important;
    text-align: left;
	text-shadow: 0 0 0, 0 0 0 !important;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.get-info .mailing-list a.button:focus,
.get-info .mailing-list a.button:hover {
	background-color: transparent !important;
	border-color: #fff !important;
	color: #fff !important;
}

.get-info .content h5 {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.get-info p.dates a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.get-info p.finaid a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.get-info p.requirements a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.get-info p.links a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.get-info .content-sidebar-wrap {
	padding: 5rem 0 5rem;
}

/* ## Freshman */

.freshman .boxes {
	padding: 100px 0;
}

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

.freshman .boxes .uber-grid-cell-title strong {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.freshman .boxes .uber-grid-cell-title small {
	margin-top: 20px;
}

.freshman .facts {
	background: url("assets/images/fountain.jpg") fixed no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 12rem 0;
}

.freshman .content h5 {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.freshman p.requirements a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.freshman p.details a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.freshman p.special a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.freshman .content-sidebar-wrap {
	padding: 5rem 0 7rem;
}

/* ## Transfer */

.transfer .boxes {
	padding: 100px 0;
}

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

.transfer .boxes .uber-grid-cell-title strong {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.transfer .boxes .uber-grid-cell-title small {
	margin-top: 20px;
}

.transfer .facts {
	background: url("assets/images/fountain.jpg") fixed no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 12rem 0;
}

.transfer .content h5 {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.transfer p.requirements a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.transfer p.transfer-credits a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.transfer p.info a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.transfer .content-sidebar-wrap {
	padding: 5rem 0 7rem;
}

/* ## Visit */

.visit .boxes {
	padding: 100px 0;
}

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

.visit .boxes .uber-grid-cell-title strong {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.visit .boxes .uber-grid-cell-title small {
	margin-top: 20px;
}

.visit .facts {
	background: url("assets/images/fountain.jpg") fixed no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 12rem 0;
}

.visit .content h5 {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.visit p.weekday a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.visit p.event a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.visit p.info a {
	display: block;
	height: 133px;
	margin-top: -133px;
	margin-bottom: 0;
	visibility: hidden;
}

.visit .content-sidebar-wrap {
	padding: 5rem 0 7rem;
}

/* ## Contact Us */

.contact .social-media a,
.single-staff .social-media a {
	color: #252b5d;
	font-size: 22px;
	margin-right: 15px;
}

.contact .social-media a:focus,
.contact .social-media a:hover,
.single-staff .social-media a:focus,
.single-staff .social-media a:hover {
	color: #ce1126;
}

/* ## Staff */

.single-staff .page-header {
	background: url("https://admissions6.wp2.olemiss.edu/wp-content/uploads/sites/245/2018/05/campus.jpg") no-repeat !important;
	background-size: cover !important;
}

.single-staff p.entry-meta {
	display: none;
}

.single-staff img.alignright,
.single-staff .alignright {
	margin: 3px 0 21px 30px;
}

.single-staff .wp-caption-text {
	padding-top: 8px;
}

/* # Accordion
--------------------------------------------- */

.accordion {
  	margin: 0;
}

.accordion-title {
  	background: #293352 !important;
  	border: 0;
  	border-radius: 0;
  	color: #fff;
  	cursor: pointer;
  	font-family: 'Oswald', sans-serif !important;
  	font-size: 18px;
  	font-weight: 400;
  	letter-spacing: 0;
  	margin: 0 0 20px;
  	padding: 11px 13px;
  	text-align: left;
  	text-transform: none !important;
  	width: 100%;
}

.accordion-title:focus,
.accordion-title:hover {
  	background: #293352 !important;
  	color: #fff !important;
  	outline: 2px solid #ce1126;
  	outline-offset: 1px;
}

.accordion-title:first-child {
	border: none;
}

.accordion-title.open {
	cursor: pointer;
}

h3.accordion-title::before {
  	content: "" !important;
  	display: none;
  	font-family: "Font Awesome 5 Solid";
  	font-weight: 900 !important;
  	padding-right: 10px;
}

.accordion-title.open::before {
  	content: "" !important;
  	display: none;
  	font-family: "Font Awesome 5 Solid";
  	font-weight: 900 !important;
  	padding-right: 10px;
}

.accordion-content {
	padding-bottom: 20px;
}

.accordion p {
	margin-bottom: 20px;
}

.accordion .fa-plus,
.accordion .fa-minus {
  	font-size: 20px !important;
	margin-right: 10px !important;
}

/* # Tabbed Content
--------------------------------------------- */

.responsive-tabs-wrapper {
	margin-bottom: 50px !important;
}

.responsive-tabs-wrapper:last-of-type {
	margin-bottom: 0 !important;
}

.responsive-tabs-wrapper ul.responsive-tabs__list {
	margin: 0 !important;
	padding: 0;
}

.responsive-tabs-wrapper li.responsive-tabs__list__item {
	background-color: #eee;
	border-radius: 0;
	color: #293352;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-right: 3px;
	padding: 8px 20px;
	text-transform: uppercase;
}

.responsive-tabs-wrapper li.responsive-tabs__list__item:focus,
.responsive-tabs-wrapper li.responsive-tabs__list__item:hover {
	background-color: #293352;
	border-color: #293352;
	color: #fff;
	font-size: 14px;
	padding: 8px 20px;
}

.responsive-tabs-wrapper li.responsive-tabs__list__item--active {
	background-color: #293352;
	border-color: #293352;
	color: #fff;
	font-size: 14px;
	padding: 8px 20px;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
	border: 1px solid #e6e6e6;
	padding: 25px;
}

.responsive-tabs-wrapper p {
	margin: 0 0 20px !important; 
}

.responsive-tabs-wrapper p:last-of-type {
	margin: 0 !important;
}

/* # Indeed My Team
--------------------------------------------- */

/* Team Showcase
--------------------------------------------- */


div.tshowcase-single-position div{
	font-size: 24px !important;
	line-height: 26px;
	clear: left;
	float: left;
	text-align: left;
	padding-top: 30px;

}



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

.theme_3 .ict_wrapp ul li {
	margin: 0 !important;
	padding: 0 8px 20px !important;
}

.theme_5 .ict_wrapp ul li {
	margin-bottom: 50px !important;
	padding: 15px 20px 10px !important;
	
}

.theme_5 .ict_wrapp ul li:last-of-type {
	margin-bottom: 0 !important;
}

.theme_5,
.theme_5 .ict_content_cl,
.theme_5 .member-content {
	text-align: left !important;
}

.theme_5 .member-img {
	border: 0 !important;
	box-shadow: 0 0 0 0 !important;
	color: transparent !important;
	display: inline-block !important;
	height: auto !important;	
	float: left !important;
	margin: 6px 30px 10px 0 !important;
	
	width: 250px !important;
}

.theme_3 .member-img {
	border: 0 !important;
	box-shadow: 0 0 0 0 !important;
	color: transparent !important;
	margin: 0 auto 15px !important;
	outline: 0 !important;
}

.theme_3 .member-img img,
.theme_5 .member-img img {
	border: 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.theme_5 .member-img:focus img,
.theme_5 .member-img:hover img {
	filter: none !important;
	-webkit-filter: none !important;
	opacity: 0.75 !important;
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.theme_3 .member-img:focus img,
.theme_3 .member-img:hover img {
	filter: none !important;
	-webkit-filter: none !important;
	opacity: 1 !important;
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.theme_3 .member-img:focus .member-desc,
.theme_3 .member-img:hover .member-desc,
.theme_5 .member-img:focus .member-desc,
.theme_5 .member-img:hover .member-desc {
	opacity: 0 !important;
}

.theme_3 .member-desc,
.theme_3 .member-content:before,
.theme_3 .member-skills-wrapper .skill-prog,
.theme_3 .member-social,
.theme_5 .member-desc,
.theme_5 .member-content:before,
.theme_5 .member-skills-wrapper .skill-prog,
.theme_5 .member-social,
i.glyphicont-envelope,
i.icont-phone {
	display: none !important;
}

.theme_3 .member-content,
.theme_5 .member-content {
	padding: 0 !important;
	text-align: left !important;
}

.theme_3 .member-name,
.theme_5 .member-name {
	color: #252b5d !important;
	font-family: 'Oswald', sans-serif !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	margin-top: -4px !important;
	margin-bottom: 5px !important;
	text-align: left !important;
}

.theme_3 .member-name {
	font-size: 28px !important;
	text-align: center !important;
}

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

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

.theme_3 .member-job,
.theme_5 .member-job {
	background-color: transparent !important;
	color: #666 !important;
	display: block !important;
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 18px !important;
	font-size: 1.6rem !important;
	text-transform: none !important;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.theme_5 .member-job {
	font-size: 22px !important;
	font-size: 1.8rem !important;	
}


.theme_3 .member-job {
	color: #888 !important;
	font-size: 18px !important;
	font-size: 1.1rem !important;
	line-height: 1.2 !important;
	margin-bottom: 5px !important;
	text-align: center !important;
}

.theme_5 .member-skills-wrapper,
.theme_5 .member-skills-wrapper .skill-label {
	color: #666 !important;
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 18px !important;
	font-size: 1.6rem !important;
	font-style: italic;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	margin-bottom: 0 !important;
}

.theme_3 .member-email,
.theme_3 .member-web,
.theme_3 .member-phone,
.theme_5 .member-email,
.theme_5 .member-web,
.theme_5 .member-phone {
	color: #666 !important;
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 18px !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

.theme_3 .member-email,
.theme_3 .member-web,
.theme_3 .member-phone,
.theme_3 .member-email a,
.theme_3 .member-web a,
.theme_3 .member-phone a {
	font-size: 18px !important;
	font-weight: 400 !important;
	text-align: center !important;
}

.theme_3 .member-phone {
	margin: 5px auto 0 !important;
}

.theme_5 .member-email {
	content: "Email:";
	font-weight: 600;
	margin-right: 3px;
}



.theme_5 b,
.theme_5 strong {
	font-weight: 600;
}

.find b,
.find strong {
	font-weight: 600;
}

.theme_3 .teamFilterlink-small_button {
	background: #323d77 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 18px !important;
	font-size: 1.2rem !important;
	font-weight: 400 !important;
	margin: 0 6px 6px 0 !important;
	padding: 0 15px !important;
}

.theme_3 .teamFilterlink-small_button:focus,
.theme_3 .teamFilterlink-small_button:hover,
.theme_3 .teamFilter-wrapper-small_button .current {
	background: #ce1126 !important;
	background-color: #ce1126 !important;
}

.theme_3 .member-location {
	color: #666 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	margin: 5px auto 0 !important;
	text-align: center !important;
}
.theme_5 .member-location {
	color: #666 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	margin: 5px auto 0 !important;
	text-align: left !important;
}

.find .admissions-counselors .theme_3 .ict_wrapp,
.find .other-admissions-staff .theme_3 .ict_wrapp,
.find .admissions-processing-staff .theme_3 .ict_wrapp,
.find .admissions-support-staff .theme_3 .ict_wrapp {
	margin: 20px auto 0 !important;
}

.find .admissions-counselors .theme_3 .ict_wrapp ul li,
.find .other-admissions-staff .theme_3 .ict_wrapp ul li,
.find .admissions-processing-staff .theme_3 .ict_wrapp ul li,
.find .admissions-support-staff .theme_3 .ict_wrapp ul li {
	margin: 0 20px 20px 0 !important;
	padding: 0 !important;
	width: calc(25% - 15px) !important;
}

.find .theme_3 .ict_wrapp:first-of-type ul li:nth-of-type(4),
.find .theme_3 .ict_wrapp:first-of-type ul li:nth-of-type(8),
.find .theme_3 .ict_wrapp:first-of-type ul li:nth-of-type(12),
.find .theme_3 .ict_wrapp:first-of-type ul li:nth-of-type(16),
.find .theme_3 .ict_wrapp:first-of-type ul li:nth-of-type(20) {
	margin-right: 0 !important;
}

.find .admissions-counselors .theme_3 .ict_wrapp ul li .member-img:focus img,
.find .admissions-counselors .theme_3 .ict_wrapp ul li .member-img:hover img,
.find .other-admissions-staff .theme_3 .ict_wrapp ul li .member-img:focus img,
.find .other-admissions-staff .theme_3 .ict_wrapp ul li .member-img:hover img{
	cursor: pointer !important;
	opacity: 0.75 !important;
}

.find .theme_3 .ict_wrapp ul li .member-name,
.find .theme_3 .ict_wrapp ul li .member-name a {
	color: #444 !important;
	font-size: 18px !important;
}

.find .admissions-counselors .theme_3 .ict_wrapp ul li .member-name a:focus,
.find .admissions-counselors .theme_3 .ict_wrapp ul li .member-name a:hover,
.find .other-admissions-staff .theme_3 .ict_wrapp ul li .member-name a:focus,
.find .other-admissions-staff .theme_3 .ict_wrapp ul li .member-name a:hover {
	color: #ce1126 !important;
}

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

.tribe-events-page-template .site-header {
	background-color: rgba(20, 33, 61, 0.9) !important;
}

.tribe-events-page-template .site-inner {
	padding-top: 170px;
	padding-bottom: 50px;
}

#tribe-bar-form label,
#tribe_events_filters_toggle,
#tribe_events_filters_wrapper label.tribe-events-filters-label,
#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#tribe-events-content a:focus,
#tribe-events-content a:hover,
#tribe_events_filters_toggle:focus,
#tribe_events_filters_toggle:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a:focus,
.tribe-events-back a:hover, 
.tribe-events-list-widget .tribe-events-widget-link a:focus,
.tribe-events-list-widget .tribe-events-widget-link a:hover, 
ul.tribe-events-sub-nav a:focus,
ul.tribe-events-sub-nav a:hover {
	color: #ce1126;
}

#tribe-bar-form input[type="text"] {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	padding: 5px 5px 5px 0;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	transition: all 0.3s ease;
}

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

#tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background: #444 !important;
	color: rgba(255, 255, 255, 0.85) !important;
}

#tribe_events_filters_wrapper h3::before {
	margin: 4px 0 0 -14px;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
	padding: 15px 20px 15px 30px;
}

.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title {
	font-weight: 500;
	text-transform: uppercase;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, 
.tribe-events-back a, 
.tribe-events-list-widget .tribe-events-widget-link a, 
ul.tribe-events-sub-nav a {
	font-weight: 600;
}

.tribe-events-list-separator-month {
	color: #888 !important;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.tribe-events-list-separator-month::after {
	border-color: #ddd;
}

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

.tribe-events-loop .tribe-events-event-meta {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

a.tribe-events-read-more,
#tribe-events .tribe-events-button, 
#tribe_events_filters_wrapper input[type="submit"], 
.tribe-events-button, 
.tribe-events-button.tribe-active, 
.tribe-events-button.tribe-inactive, 
.tribe-events-button, 
.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: #ce1126 !important;
	border: 2px solid #ce1126;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 6px 9px;
	text-transform: uppercase;
}

a.tribe-events-read-more {
	background-color: #323d77 !important;
	border-color: #323d77;
	font-size: 14px; 
	padding: 6px 12px;
}


#tribe-events .tribe-events-button:focus, 
#tribe-events .tribe-events-button:hover, 
#tribe_events_filters_wrapper input[type="submit"]:focus,
#tribe_events_filters_wrapper input[type="submit"]:hover, 
.tribe-events-button:focus,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:focus,
.tribe-events-button.tribe-active:hover, 
.tribe-events-button.tribe-inactive:focus, 
.tribe-events-button.tribe-inactive:hover,
.tribe-events-button:focus,
.tribe-events-button:hover, 
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:focus,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover, 
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:focus,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover {
	background-color: transparent !important;
	color: #ce1126;
}

a.tribe-events-read-more:focus,
a.tribe-events-read-more:hover {
	background-color: transparent !important;
	border-color: #323d77;
	color: #323d77 !important;
}

.tribe-events-list .type-tribe_events {
	margin-bottom: 5rem;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
	margin-bottom: 25px;
}

.tribe-events-schedule h2 {
	color: #666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.single-tribe_events .tribe-events-schedule h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	width: 100%;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
	margin: 0;
	padding: 25px !important;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	text-transform: uppercase;
}

.single-tribe_events abbr[title] {
	text-decoration: none;
}

.single-tribe_events h3.tribe-events-related-events-title,
.single-tribe_events .tribe-related-events {
	display: none;
}

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

@media (min-width: 512px) {
	
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button {
		margin-top: 0;
		clear: none;
	}
	.layout-masonry .entry {
		width: 48.71795%;
		margin-left: 2.5641%;
		margin-bottom: 2.5641%;
	}
	.layout-masonry .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	.gallery-item {
		width: 48.71794871794871%;
		margin-bottom: 2.564102564102564%;
	}
	.post-type-archive-portfolio .entry {
		width: 48.71795%;
		margin-left: 2.5641%;
		margin-bottom: 2.5641%;
	}
	.post-type-archive-portfolio .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	.wp-block-gallery .blocks-gallery-item {
		margin-left: 2.5641%;
		margin-bottom: 2.5641%;
	}
	.wp-block-gallery .blocks-gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-item {
		width: 48.71795%;
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(odd) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: 31.62393%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: 23.07692%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: 17.94872%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: 14.52991%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: 12.08791%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: 10.25641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-item {
		width: 8.83191%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.listing-item {
		width: 50%;
	}
}

@media (min-width: 768px) {
	
	body {
		font-size: 16px;
	}
	
	body > div {
		font-size: 16px;
	}
	
	.content-sidebar-wrap,
	.wrap {
		width: 90%;
		max-width: 1140px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths,
	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth,
	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-fifth,
	.gallery-columns-5 .gallery-item {
		width: 17.9487179487179488%;
	}
	.two-fifths {
		width: 38.4615384615384616%;
	}
	.three-fifths {
		width: 58.9743589743589744%;
	}
	.four-fifths {
		width: 79.4871794871794872%;
	}
	.one-sixth,
	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.layout-masonry .content {
		padding: 0;
	}
	.post-type-archive-portfolio .content {
		padding: 5rem 0;
	}
	.post-type-archive-portfolio .entry {
		width: 31.62393%;
	}
	.post-type-archive-portfolio .entry:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.post-type-archive-portfolio .entry:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.pricing-table .one-half,
	.pricing-table .one-third,
	.pricing-table .one-fourth,
	.pricing-table .one-sixth,
	.pricing-table .two-thirds,
	.pricing-table .two-fourths,
	.pricing-table .two-sixths,
	.pricing-table .three-fourths,
	.pricing-table .three-sixths,
	.pricing-table .four-sixths,
	.pricing-table .five-sixths {
		margin: 0;
	}
	.pricing-table .one-half,
	.pricing-table .three-sixths,
	.pricing-table .two-fourths {
		width: 50%;
	}
	.pricing-table .one-third,
	.pricing-table .two-sixths {
		width: 33.33333333333333%;
	}
	.pricing-table .four-sixths,
	.pricing-table .two-thirds {
		width: 66.66666666666666%;
	}
	.pricing-table .one-fourth {
		width: 25%;
	}
	.pricing-table .three-fourths {
		width: 75%;
	}
	.pricing-table .one-sixth {
		width: 16.666666666666667%;
	}
	.pricing-table .five-sixths {
		width: 83.333333333333333%;
	}
	.breadcrumb {
		padding: 4rem 6rem;
	}
	.after-entry,
	.author-box {
		margin-bottom: 4rem;
		padding: 0 6rem;
	}
	.entry + .after-entry,
	.author-box + .after-entry,
	.entry + .author-box,
	.author-box + .author-box {
		margin-top: 4rem;
		margin-bottom: 0;
	}
	
	.site-footer .menu {
		margin-bottom: 0;
	}
	
	.site-footer li {
		width: 100%;
	}
	
	.site-footer li a {
		padding: 0;
		margin: 0 0 1.618em;
	}
	.menu-toggle {
		right: 0;
	}
	
	.entry {
		margin-bottom: 4rem;
	}
	
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 6rem;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 1140px;
		padding: 0;
	}
	
	.site-footer .widget-area {
		margin-bottom: 0;
	}
	.footer-widgets .widget-area {
		-ms-flex: 1;
		    flex: 1;
	}
	.footer-widgets .widget-area:first-of-type {
		margin-left: 0;
	}
	.footer-widgets .widget-area:last-of-type {
		-ms-flex: 1.618;
		    flex: 1.618;
	}
	.listing-item.one-half,
	.listing-item.one-third,
	.listing-item.one-fourth,
	.listing-item.one-sixth,
	.listing-item.two-thirds,
	.listing-item.two-fourths,
	.listing-item.two-sixths,
	.listing-item.three-fourths,
	.listing-item.three-sixths,
	.listing-item.four-sixths,
	.listing-item.five-sixths {
		margin: 0;
	}
	.listing-item.one-half,
	.listing-item.three-sixths,
	.listing-item.two-fourths {
		width: 50%;
	}
	.listing-item.one-third,
	.listing-item.two-sixths {
		width: 33.33333333333333%;
	}
	.listing-item.four-sixths,
	.listing-item.two-thirds {
		width: 66.66666666666666%;
	}
	.listing-item.one-fourth {
		width: 25%;
	}
	.listing-item.three-fourths {
		width: 75%;
	}
	.listing-item.one-sixth {
		width: 16.666666666666667%;
	}
	.listing-item.five-sixths {
		width: 83.333333333333333%;
	}
	.lSSlideOuter .testimonials-list blockquote {
		padding: 0 2.5em;
	}
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6 {
		padding: 12rem 0;
	}
	.front-page-1 .wrap,
	.front-page-2 .wrap,
	.front-page-3 .wrap,
	.front-page-4 .wrap,
	.front-page-5 .wrap,
	.front-page-6 .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.front-page-1 .widget,
	.front-page-2 .widget,
	.front-page-3 .widget,
	.front-page-4 .widget,
	.front-page-5 .widget,
	.front-page-6 .widget {
		margin-bottom: 0;
	}
	.front-page-1 {
		padding: calc(22vh + 9rem) 0 22vh;
	}
	
	.front-page-5 .widget {
		margin: 0 auto;
	}
}

@media (min-width: 896px) {
	
	.content-sidebar-wrap {
		padding: 5rem 0;
	}
	
	.content-sidebar-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		display: none;
	}
	
	.sidebar-content .content-sidebar-wrap {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
	
	.content {
		width: 100%;
	}
	
	.sidebar-primary {
		width: 31.5%;
	}
	
	.narrow-content .content,
	.sidebar-content .content,
	.content-sidebar .content {
		width: calc(65% - 4rem);
	}
	.narrow-content .content {
		margin: 0 auto;
	}
	.home .content {
		width: 100%;
	}
	.layout-masonry .entry {
		width: 31.62393%;
	}
	.layout-masonry .entry:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.layout-masonry .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	
	.site-header > .wrap {
		padding: 0;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	
	.wp-custom-logo .title-area {
		padding: 0;
	}
	
	.header-widget-area {
		width: auto;
		opacity: 1;
		transform: none;
		transition: none;
	}
	
	.header-widget-area .widget {
		margin-left: 1em;
	}
	
	.header-widget-area .simple-social-icons .alignright,
	.header-widget-area .simple-social-icons .aligncenter {
		-ms-flex-pack: end;
		justify-content: flex-end;
		float: right;
	}
	
	.page-header {
		padding: 17rem 0 8rem;
	}
	
	.has-nav-secondary .page-header {
		padding-top: 23rem;
	}
	
	.pagination {
		margin: 4rem 0 0;
	}
	
	.front-page-1 {
		padding: calc(22vh + 9rem) 0 22vh;
	}
	
}

@media (min-width: 1152px) {
	
	.page-header {
		padding: 21rem 0 10rem;
	}
	
	.has-nav-secondary .page-header {
		padding-top: 25rem;
	}
	
	.menu li a {
		padding: 30px 15px 28px;
	}
	
	.front-page-1 {
		padding: calc(22vh + 9rem) 0 22vh;
	}
	
	.front-page-6 .entry {
		width: 29.05983%;
		margin-left: 5.12821%;
	}
	
}

@media (min-width: 1280px) {
	
	.sub-menu a {
		padding: 1em;
	}
	
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
	
	.menu li {
		display: inline-block;
		padding: 0;
		width: auto;
	}
	
	.menu li a {
		padding: 30px 15px 28px;
	}
	
	.menu li a:hover span:after,
	.menu li a:focus span:after,
	.menu li.current-menu-item > a span:after {
		width: 100%;
	}
	
	.sub-menu {
		background-color: rgba(20, 33, 61, 0.9);
		border-radius: 0;
		color: #fff;
		padding: 5px 20px;
		position: absolute;
		top: 100%;
		width: 220px;
		z-index: 99;
	}

	.sub-menu a {
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
		padding: 13px 0 !important;
		position: relative;
		width: 100%;
		word-wrap: break-word;
	}
	
	.sub-menu .sub-menu {
		left: -0.1rem;
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		top: -0.5em;
	}
	
	.nav-primary {
		background: transparent;
		border: none;
		clear: right;
		display: inline-block;
		float: right;
		height: auto;
		max-width: 100%;
		margin: 0;
		overflow: visible;
		padding: 0;
		position: relative;
		right: auto;
		width: auto;
	}
	
	.nav-primary.activated {
		right: calc(0 - 5rem);
	}
	
	.no-js .nav-primary {
		display: block;
		width: auto;
	}
	
	.nav-primary .menu {
		font-family: 'Sans Serif Pro', sans-serif;
		font-size: 1.6rem;
		padding: 0;
	}
	
	.nav-primary li {
		opacity: 1;
		overflow: visible;
		transform: none;
		transition: none;
	}
	
	.nav-secondary {
		width: 100%;
		border-top: 1px solid #f0f1f2;
	}
	
	.menu-toggle {
		display: none;
	}
	
	.sub-menu-toggle {
		display: none;
	}
	
}

@media (min-width: 1420px) {
	
	.menu-toggle.activated {
		right: calc(50vw - 640px);
	}
	
}

@media (max-width: 1279px) {
	
	.wrap,
	wrap,
	.site-header .wrap,
	.site-footer .wrap {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		width: 100%;
	}
	
	.menu-toggle {
		right: 5% !important;
	}
	
	.nav-primary {
		padding: 100px 40px !important;
	}
	
	.nav-primary .menu {
		-ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
		clear: both !important;
		display: flex !important;
		display: -ms-flexbox !important;
		flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		font-size: 18px !important;
		font-weight: 400 !important;
		padding: 0 !important;
		position: relative !important;
		width: 100% !important;
	}
	
	.nav-primary.activated li {
		opacity: 1 !important;
		transform: translateY(0) !important;
		transition-delay: 0.82s !important;
	}
	
	.nav-primary li {
		display: block !important;
		opacity: 0 !important;
		padding: 0 !important;
		position: relative !important;
		transform: translateY(140%) !important;
		transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
		transition-delay: 0s, 0s !important;
		width: 100% !important;
	}
	
	.nav-primary li a {
		display: block !important;
		float: left !important;
		padding: 12px 0 !important;
		text-decoration: none !important;
		transition: all 0.3s ease !important;
	}
	
	.nav-primary li a span {
		display: block !important;
		position: relative !important;
	}
	
	.sub-menu-toggle {
		border: 0 !important;
		position: absolute;
		right: 0;
		top: 0.333em;
		background: none;
		padding: 13px 0;
		margin: 0 -1em;
		box-shadow: none;
	}
	
	.sub-menu-toggle::before {
		content: '';
		display: block;
		margin: 4px 0 -4px;
		margin: 0.4rem 0 -0.4rem;
		border: 4px solid transparent;
		border: 0.4rem solid transparent;
		border-top-color: transparent;
		border-top-color: #ffffff;
	}
	
	.sub-menu li a {
		font-size: 16px !important;
		line-height: 1.3 !important;
		padding-left: 20px !important;
	}
	
	.nav-primary li.fb,
	.nav-primary li.instagram,
	.nav-primary li.pinterest,
	.nav-primary li.twitter,
	.nav-primary li.youtube {
		display: inline-block !important;
		margin: 20px 15px 0 0 !important;
		padding: 0 !important;
		width: auto !important;
	}

	.nav-primary li.fb a,
	.nav-primary li.instagram a,
	.nav-primary li.pinterest a,
	.nav-primary li.twitter a,
	.nav-primary li.youtube a {
		margin: 0 !important;
		padding: 0 !important;
	}
		
}

@media (max-width: 1280px) {

	.tribe-events-page-template .site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
}

@media (max-width: 1194px) {
	
	.site-footer .left {
		width: 100%;
	}
	
	.site-footer .right {
		float: left;
		margin-top: 30px;
		text-align: left;
		width: 100%;
	}
	
}

@media (max-width: 1024px) {
	
	.front-page-4 iframe {
		max-height: 330px;
	}
	
	.freshman .uber-grid-cell-title strong {
		font-size: 26px !important;
	}

	.freshman .uber-grid-cell-title small {
		font-size: 16px !important;
	}
	
}

@media (max-width: 900px) {
	
	.front-page-2 .uber-grid-cell-title strong {
		font-size: 32px !important;
	}
	
	.front-page-2 .uber-grid-hover-text,
	.front-page-2 div.uber-grid-cell .uber-grid-hover-inner a.button {
		font-size: 14px !important;
	}
	
	.front-page-5 h3,
	.front-page-6 .widget-title {
		font-size: 65px;
	}
	
	.front-page-6 .uber-grid-cell-title strong {
		font-size: 30px !important;
	}
	
	.page-header {
		padding-top: 17rem;
	}
	
	.freshman .uber-grid-cell-title strong,
	.get-info .uber-grid-cell-title strong,
	.transfer .uber-grid-cell-title strong,
	.visit .uber-grid-cell-title strong {
		font-size: 28px !important;
	}
	
	.freshman .uber-grid-cell-title small,
	.get-info .uber-grid-cell-title small,
	.transfer .uber-grid-cell-title small,
	.visit .uber-grid-cell-title small {
		font-size: 16px !important;
	}
	
}

@media (max-width: 895px) {
	
	.content-sidebar-wrap .entry-content {
		padding-bottom: 60px;
	}
	
}

@media (max-width: 860px) {
	
	.before-footer .widget_text {
		margin: 0 auto 30px;
		max-width: 90%;
	}
	
}

@media (max-width: 800px) {
	
	.front-page-1 h1 {
		font-size: 125px;
		margin: 0 auto 20px;
	}
	
	.front-page-1 p {
		font-size: 24px;
	}
	
	.front-page-2 .uber-grid-cell-title strong {
		font-size: 40px !important;
	}
	
	.front-page-2 .uber-grid-hover-text,
	.front-page-2 div.uber-grid-cell .uber-grid-hover-inner a.button {
		font-size: 16px !important;
	}
	
	.front-page-4 {
		padding: 7rem 5%;
	}
	
	.front-page-4 .one-half {
		display: block;
		float: left;
		margin: 0 auto;
		width: 100%;
	}
	
	.front-page-4 .one-half.first {
		margin-bottom: 30px;
	}
	
	.front-page-4 iframe {
		max-height: 375px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		display: block;
		float: left;
		width: 100%;
	}
	
	.footer-widgets-2 {
		margin-top: 30px;
	}
	
}

@media (max-width: 768px) {
	
	.admitted .uber-grid-cell-title strong,
	.freshman .uber-grid-cell-title strong,
	.transfer .uber-grid-cell-title strong,
	.visit .uber-grid-cell-title strong {
		font-size: 36px !important;
	}
	
	.admitted .uber-grid-cell-title small,
	.freshman .uber-grid-cell-title small,
	.transfer .uber-grid-cell-title small,
	.visit .uber-grid-cell-title small {
		font-size: 18px !important;
	}
	
	.admitted .content-sidebar-wrap,
	.freshman .content-sidebar-wrap,
	.get-info .content-sidebar-wrap,
	.transfer .content-sidebar-wrap,
	.visit .content-sidebar-wrap {
		padding: 5rem 5% 7rem; 
	}
	
	.freshman .facts,
	.transfer .facts,
	.visit .facts {
		padding: 6rem 10%;
	}
	
	.responsive-tabs-wrapper {
		border-color: #ddd !important;
	}
	
	.responsive-tabs .responsive-tabs__heading {
		background-color: #eee !important;
		border-color: #ddd !important;
		border-radius: 0;
		color: #293352 !important;
		font-family: "Oswald", sans-serif;
		font-size: 14px !important;
		font-weight: 600;
		letter-spacing: 0.5px !important;
		padding: 11px 12px 9px !important;
		text-transform: uppercase !important;
	}
	
	.responsive-tabs .responsive-tabs__heading--active {
		background: #293352 !important;
		border-color: #293352 !important;
		color: #fff !important;
	}
	
	.responsive-tabs .responsive-tabs__heading::after,
	.responsive-tabs .responsive-tabs__heading--active::after, 
	.responsive-tabs .responsive-tabs__heading--active:hover::after {
		top: 16px !important;
	}
	
	.responsive-tabs-wrapper h2 {
		margin-bottom: 0 !important;
	}
	
	.uber-grid-cell-title {
    	margin-top: 0 !important;
	}
	
	.front-page-2 .uber-grid-cell-title strong {
		font-size: 30px !important;
	}
	
	.front-page-2 .uber-grid-cell-title small {
		margin-top: 10px !important;
	}
	
	.front-page-2 .uber-grid-hover-text,
	.front-page-2 div.uber-grid-cell .uber-grid-hover-inner a.button {
		font-size: 15px !important;
	}
	
	.front-page-2 div.uber-grid div.uber-grid-cell .uber-grid-hover-inner a.button {
		font-size: 14px !important;
	}
	
	.tribe-events-page-template .site-inner {
		padding-top: 130px;
	}
	
	.single-tribe_events .tribe-events-schedule,
	.tribe-events-loop .tribe-events-event-meta {
		background: transparent !important;
		border: 0 !important;
		margin: 0 !important;
	}
	
	.single-tribe_events .tribe-events-single-event-title {
		line-height: 1.3;
	}
	
	.single-tribe_events .tribe-events-schedule {
		padding: 10px 0 0 !important;
	}
	
	.tribe-events-list .tribe-event-schedule-details {
		padding: 0 !important;
	}
	
	.single-tribe_events .tribe-events-event-meta {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.tribe-events-list .tribe-events-venue-details {
		border-top: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
	
	#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
		font-size: 14px;
		font-weight: 600 !important;
		height: auto;
		padding: 6px 9px;
	}
	
	.tribe-events-sub-nav li a {
		background: transparent !important;
		color: #252b5d !important;
		padding: 10px 12px !important;
	}
	
	.tribe-events-sub-nav li a:focus,
	.tribe-events-sub-nav li a:hover {
		color: #ce1126 !important;
	}
	
	.tribe-events-sub-nav .tribe-events-nav-right a span {
		right: 0 !important;
	}
	
	.tribe-events-sub-nav .tribe-events-nav-left a span {
		left: 0 !important;
	}
	
}

@media (max-width: 767px) {
	
	.find .entry-content h3 {
		text-align: center;
	}
	
	.find .admissions-counselors .theme_3 .ict_wrapp ul li,
	.find .other-admissions-staff .theme_3 .ict_wrapp ul li,
	.find .admissions-processing-staff .theme_3 .ict_wrapp ul li, 
	.find .admissions-support-staff .theme_3 .ict_wrapp ul li {
		margin: 0 0 20px !important;
		padding: 0 10px !important;
	}
	
	.theme_5 .ict_wrapp ul li {
		padding: 0 15px !important;
	}
	
	.theme_5 .member-img {
		margin: 0 auto 25px !important;
		width: auto !important;
	}
	
	.theme_5 .ict_wrapp ul li:nth-of-type(1),
	.theme_5 .ict_wrapp ul li:nth-of-type(3),
	.theme_5 .ict_wrapp ul li:nth-of-type(5),
	.theme_5 .ict_wrapp ul li:nth-of-type(7),
	.theme_5 .ict_wrapp ul li:nth-of-type(9) {
		padding-left: 0 !important;
	}
	
	.theme_5 .ict_wrapp ul li:nth-of-type(2),
	.theme_5 .ict_wrapp ul li:nth-of-type(4),
	.theme_5 .ict_wrapp ul li:nth-of-type(6),
	.theme_5 .ict_wrapp ul li:nth-of-type(8),
	.theme_5 .ict_wrapp ul li:nth-of-type(10) {
		padding-right: 0 !important;
	}
	
	.tribe-events-filters-vertical .tribe-events-filters-content {
		padding: 130px 5% 0;
	}
	
	#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
		background: transparent !important;
		padding: 0 !important;
	}
	
	.tribe-events-filter-view.tribe-filters-closed .tribe-events-filters-vertical + #tribe-events-content {
		margin-top: -100px;
	}
	
	.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filters_toggle:focus,
	.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filters_toggle:hover,
	#tribe_events_filter_control #tribe_events_filters_toggle:focus,
	#tribe_events_filter_control #tribe_events_filters_toggle:hover {
		background-color: #444;
		color: rgba(255, 255, 255, 0.85);
	}
	
	.tribe-filters-open #tribe_events_filter_control.tribe-events-filters-mobile-controls #tribe_events_filters_reset:focus,
	.tribe-filters-open #tribe_events_filter_control.tribe-events-filters-mobile-controls #tribe_events_filters_reset:hover {
		color: #ce1126;
	}
	
	#tribe-bar-views .tribe-bar-views-list {
		padding: 10px 0 0 20px;
	}
	
	#tribe_events_filter_control a {
		border: 0 !important;
	}
	
}

@media (max-width: 710px) {
	
	.before-header .widget_text {
		width: auto;
	}
	
	.admitted .boxes,
	.freshman .boxes,
	.getinfo .boxes,
	.transfer .boxes,
	.visited .boxes {
		padding: 60px 0;
	}
	
}

@media (max-width: 600px) {
	
	.front-page-4 iframe {
    	max-height: 300px;
	}
	
	.before-footer .widget_text {
    	margin: 0 auto 30px;
    	max-width: 100%;
	}
	
	.site-footer .om-footer-logo {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	
	.site-footer .credits {
		border-left: 0;
		float: none;
		height: auto !important;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	
	.site-footer .right {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	
}

@media (max-width: 550px) {
	
	.get-info .uber-grid-cell-title strong {
		font-size: 25px !important;
	}

}

@media (max-width: 479px) {
	
	.theme_5 .ict_wrapp ul li {
		padding: 0 !important;
	}

}

@media (max-width: 475px) {
	
	.page-header {
		padding-top: 17rem;
	}

	.before-footer h3 {
		font-size: 36px;
	}
	
	.before-footer img.om-logo {
		width: 105px;
	}
	
	.before-footer .simple-social-icons ul li a {
		font-size: 30px !important;
		padding: 19px 10px !important;
	}
	
	.footer-widgets-1 .widget:nth-of-type(2),
	.footer-widgets-1 .widget:last-of-type {
		width: 100%;
	}
	
}

@media (max-width: 450px) {
	
	.single-staff img.alignright,
	.single-staff .alignright,
	.single-staff .entry-content img {
		display: block !important;
		float: left !important;
		margin: 0 auto !important;
		width: 100% !important;
	}
	
	.single-staff .wp-caption-text {
		display: block !important;
		float: left !important;
		margin: 0 0 30px !important;
		padding-top: 10px !important;
	}
	
}

@media (max-width: 414px) {
	
	.before-header .widget_search {
		display: none;
	}
	
	.front-page-1 h1 {
    	font-size: 65px !important;
	}
	
	.front-page-1 .button,
	.front-page-1 button {
		font-size: 18px;
	}
	
	.front-page-1 p {
		font-size: 18px;
	}
	
	.front-page-1 .svg-inline--fa {
		font-size: 40px;
		font-size: 4rem;
	}
	
	.uber-grid-cell-title {
		margin-top: 0 !important;
	}
	
	.front-page-6 .uber-grid-cell-title strong {
    	font-size: 24px !important;
	}
	
	.front-page-6 .uber-grid-cell-title small {
		font-size: 30px !important;
		margin-top: 10px !important;
	}
	
	.visit .uber-grid-cell-title strong {
		font-size: 36px !important;
	}
	
	.visit .uber-grid-cell-title small {
		font-size: 18px !important;
	}
	
}

@media (max-width: 375px) {
	
	.front-page-1 h1 {
		font-size: 100px;
	}
	
	.front-page-4 iframe {
		max-height: 200px;
	}
	
	.before-footer h3 {
		font-size: 45px;
	}
	
	before-footer img.om-logo {
    	width: 125px;
	}
	
	.front-page-5 h3,
	.front-page-6 .widget-title,
	.get-info .mailing-list h3 {
    	font-size: 55px;
	}
	
	.get-info .uber-grid-cell-title strong {
		font-size: 28px !important;
	}
	
}

@media (max-height: 575px) {
	
	.front-page-1 {
		height: auto;
	}
		
}

@media print {
	
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #393e4b !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 0.5cm;
	}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	
	blockquote,
	pre {
		border: 1px solid #f0f1f2;
		page-break-inside: avoid;
	}
	
	.content,
	.content-sidebar {
		width: 100%;
	}
	
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	
	.title-area {
		text-align: center;
		width: 100%;
	}
	
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -10rem;
	}
	
	.author-box {
		margin-bottom: 0;
	}
	
	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;
	}
	
}
/*------------ Social Nav Temp Fix -----------*/

span.social-nav, .down-button-icon {
	margin-left: -9999px;
}

/*------------ New blocks no ubergrid -----------*/

.front-page-2   .widget:first-of-type {
	margin: 0 auto 40px !important;
}

.front-page-2   .ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.front-page-2   .ch-grid:after,
 .ch-item:before {
	content: '';
    display: table;
}
.front-page-2   .ch-grid:after {
	clear: both;
}

.front-page-2   .ch-grid li {
	width: 325px;
	height: 325px;
	display: inline-block;
	margin: 30px;
}

.front-page-2   .ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
	perspective: 900px;
}

.front-page-2   .ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	
}

.front-page-2  .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	transition: all 0.2s linear;
	transform-origin: 50% 0%;
}

.front-page-2  .ch-info .ch-info-front {
	box-shadow: inset 0 0 0 20px rgba(37, 43, 93,0.25);
}

.front-page-2  .ch-info .ch-info-back {
	
	background: #cc172d;
	opacity: 0;
}

.front-page-2   .ch-img-1 { 
	background-image: url("https://test.wp2.olemiss.edu/wp-content/uploads/sites/249/2018/07/letsconnect-2.png");
	background-position: 50% 50%;
	background-size: 100% auto;
}

.front-page-2   .ch-img-2 { 
	background-image: url("https://test.wp2.olemiss.edu/wp-content/uploads/sites/249/2018/07/howtogetin.png");
	background-position: 50% 50%;
	background-size: 100% auto;
}

.front-page-2   .ch-img-3 { 
	background-image: url("https://test.wp2.olemiss.edu/wp-content/uploads/sites/249/2018/07/comeseeus.png");
	background-position: 50% 50%;
	background-size: 100% auto;
}

.front-page-2   .ch-info h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	margin: 0;
	padding: 55px 0 10px;
	font-family: 'Roboto Slab', serif;
}

.front-page-2  .ch-info p {
	color: #fff;
	padding: 15px;
	margin: 15px;
	font-size: 22px;

}

.front-page-2   .ch-info a.button {
	border: 2px solid #fff;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 20px;
	
}

.front-page-2   .ch-info a.button:focus,
.front-page-2   .ch-info a.button:hover {
	background-color: #700d19;
	border: 2px solid #700d19;
	color: #fff;
}

.front-page-2   .ch-item:hover .ch-info-front {
opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale();
	-moz-transform: scale();
	-ms-transform: scale();
	-o-transform: scale();
	transform: scale();
	-webkit-backface-visibility: hidden;
}

.front-page-2  .ch-item:hover .ch-info-back {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}




.front-page-2   .widget:last-of-type {
	margin: 0 auto 25px;
	padding: 40px 40px 50px;
	
}

.front-page-2   .widget:last-of-type h4 {
	color: #fff;
    	font-family: "Source Sans Pro",sans-serif;
    	font-size: 36px;
    	font-weight: 600;
    	line-height: 1.5;
    	margin-bottom: 20px;
    	text-transform: uppercase;
}

.front-page-2   .widget:last-of-type p {
	color: #fff;
    	font-family: "Source Sans Pro",sans-serif;
    	font-size: 18px;
    	font-weight: 400;
    	margin: 0 auto 25px;
		width: 100%;
}


