/*
	Theme Name: SMCM Genesis Office
	Description: SMCM's Genesis child theme for the office sites.
	Author: StudioPress and the SMCM Web Dev Team
	Author URI: http://www.smcm.edu/
	Version: .1
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

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

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

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

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

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

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

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


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

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

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

body {
	background-color: #f5f5f5;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

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

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

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

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

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

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

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

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

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

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

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #248F8B;
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #248F8B;
}

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

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

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

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

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

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

/* Content */

.content {
	float: right;
	/*width: 740px;*/
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

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

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

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

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

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

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

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

.title-area {
	float: left;
	padding: 20px 0;
	padding: 2rem 0;
}

.title-area .site-title {
	font-family: 'Montserrat', sans-serif;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

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

.site-description {
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

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

.nav-secondary {
	background-color: #fff;
}

.current_page_item > ul > li > a {
	background:#fafafa;
}


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

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

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	/*padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;*/
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

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

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

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


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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

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

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar {
	color: #666;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

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

.sidebar li {
	list-style-type: none;
/*	margin-bottom: 6px;*/
/*	margin-bottom: 0.6rem;*/
	word-wrap: break-word;
}

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

.sidebar .widget {
	background-color: #fff;
/*	border-radius: 3px;*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

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

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

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

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

/*
SMCM Styles Begin HERE
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
 */


 body {
 	background:white;
 }


.site-top-photo {
    height: 300px;
}
 img.alignright, img.alignleft {
/* 	border-radius:100px;*/
 }

 .entry-content a {
	border-bottom: 1px solid;
	color: #00205C; 
 }
.entry-content h4 {
 
    margin-top:2em;
}

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

/* Content */

.sidebar-content .content {
	max-width:800px;
	width:100%;
}


/* Primary Sidebar */
.sidebar-content .sidebar-primary {
	width:275px;
}

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

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

.one-half.in-page {
    width:46.717949%;
}

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

.site-header {
	background-color: #e9e9e9;
}

.site-header .wrap {
	padding: 30px 0;
	padding: 3rem 0;
}

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

.title-area {
    padding: 0;
}

.site-title {
	text-transform: none;
	font-weight:300;
}

/* Breadcrumbs
----------------------------------------------- */

.breadcrumb {
    font-size:.8em;
    color: black;
 
}

.breadcrumb a {
    padding-right:4px;
    color:#1e3159;
    font-weight:bold;
    border-bottom:1px dotted;
}

.breadcrumb a:hover {
	color:#1B3D80 !important;
}


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

.widget_nav_menu {
/*border-top: 4px solid #091f48;*/
}

/* Primary Sidebar */
.sidebar-content .sidebar-primary, .sidebar-primary {
	width:275px;
}

.content {
float: right;
width: 740px;
}


.sidebar .widget {
	background:none;
/*	border-radius: 3px;*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding:0px;
	padding:0rem;	
}

.sidebar .enews-widget {
	background:none;
}


#nav_menu {
background: #fafafa;
}

#nav_menuli:hover {
	background:rgba(212, 223, 241, 0.67);
	font-weight:bold;
}

/* new default menu theming */
/* wow */
.main-menu-default-theme .sub-menu .current_page_item a {
	background:none;
	color: rgb(255, 255, 255);
	color: #333 !important;	
}
.main-menu-default-theme .sub-menu .current_page_item {
	background:none;
}
.main-menu-default-theme ul .current-menu-item {
    background:#00205c;
}
.main-menu-default-theme ul .current-menu-item a {
    color:white;
}
.main-menu-default-theme .sub-menu li:last-of-type {
	border:none;
}
.main-menu-default-theme .sub-menu a:hover {
	background:none !important;
	color:black;
	font-weight:bold;
}
.main-menu-default-theme .sub-menu .current_page_item a {
	padding-left:0px;
	font-weight: bold;
}
.main-menu-default-theme .sub-menu .current_page_item a:before {
	content: "\f345";
	font-family:'dashicons';
	position:relative;
	left:-4px;
	top:2px;	
}
.main-menu-default-theme li.menu-item-has-children > a:after{
   content: "\f345";
	font-family:'dashicons';
	font-size:15px;
    padding-left:5px;
	position:relative;
	top:3px;
}
.main-menu-default-theme a {
	border-bottom:none;
	display: block;
	padding: 20px 24px;
	font-size:16px;
	line-height:20px;
}
.main-menu-default-theme a:hover {
	background:#1e3159;
	color:white;
}
.main-menu-default-theme ul.sub-menu {
	background: #FAFAFA;
}
.main-menu-default-theme ul.sub-menu a {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 15px;
	font-size:95%;
}
.main-menu-default-theme li:last-of-type {
	border:none;
}
.main-menu-default-theme li {
    border-bottom: 1px solid #ddd;
}
.main-menu-default-theme .current-menu-item ul.sub-menu {
    display:block;
}
.main-menu-default-theme ul a {
	border-bottom:none;
	display: block;
	padding: 20px 22px;
	font-size:16px;
	line-height:20px;
}
.main-menu-default-theme ul li {
    border-bottom: 1px solid #ddd;
}
.main-menu-default-theme ul ul.sub-menu {
    background: #FAFAFA;
}
.main-menu-default-theme ul ul.sub-menu a {
    color: #333;
    border-bottom: 1px solid #ddd;
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding: 15px;
    font-size: 95%;
}
.main-menu-default-theme ul .sub-menu .current_page_item a {
	background:none;
	color: rgb(255, 255, 255);
	color: #333 !important;
	font-weight:bold;	
}
.main-menu-default-theme ul .sub-menu .current_page_item a:before {
	content: "\f345";
	font-family:'dashicons';
	position:relative;
	left:-4px;
	top:2px;
}
.main-menu-default-theme ul a {
	border-bottom:none;
	display: block;
	padding: 20px 22px;
	font-size:16px;
	line-height:20px;
}
.main-menu-default-theme ul li {
    border-bottom: 1px solid #ddd;
}

/* old ID themed menu */
/*Dropdown on hover*/

#menu-main-menu .sub-menu .current_page_item a {
	background:none;
	color: rgb(255, 255, 255);
	color: #333 !important;
	
}

#menu-main-menu .sub-menu .current_page_item {
	background:none;
}

ul#menu-main-menu .current-menu-item {
    background:#00205c;
    
}

ul#menu-main-menu .current-menu-item a {
    color:white;
}

#menu-main-menu .sub-menu li:last-of-type {
	border:none;
}


#menu-main-menu .sub-menu a:hover {
	background:none !important;
	color:black;
	font-weight:bold;
}

#menu-main-menu .sub-menu .current_page_item a {
	padding-left:0px;
	font-weight: bold;
}

#menu-main-menu .sub-menu .current_page_item a:before {
	content: "\f345";
	font-family:'dashicons';
	position:relative;
	left:-4px;
	top:2px;
	
}

.sub-menu .is-open {
	color:white!important;
	background-color:gray;

}

.sub-menu .is-open:hover {
	color:black!important;
}


#menu-main-menu li.menu-item-has-children > a:after, 
a.dept-button:after, 
#menu-main-menu-governors-cup li.menu-item-has-children > a:after {
   content: "\f345";
	font-family:'dashicons';
	font-size:15px;
    padding-left:5px;
	position:relative;
	top:3px;
}


#menu-main-menu a {
	border-bottom:none;
	display: block;
	padding: 20px 24px;
	font-size:16px;
	line-height:20px;
}

#menu-main-menu a:hover,
.current_page_item a {
	background:#1e3159;
	color:white;
}

#menu-main-menu ul.sub-menu {
	background: #FAFAFA;
}

#menu-main-menu ul.sub-menu a {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 15px;
	font-size:95%;
}

#menu-main-menu li:last-of-type {
	border:none;
}

#menu-main-menu li {
border-bottom: 1px solid #ddd;
}

#menu-main-menu .current-menu-item ul.sub-menu {
    display:block;
}


ul[id*=menu-main-menu] a {
	border-bottom:none;
	display: block;
	padding: 20px 22px;
	font-size:16px;
	line-height:20px;

}

ul[id*=menu-main-menu] li {
border-bottom: 1px solid #ddd;
}


ul[id*=menu-main-menu] ul.sub-menu {
background: #FAFAFA;
}

ul[id*=menu-main-menu] ul.sub-menu a {
color: #333;
border-bottom: 1px solid #ddd;
margin-left: 1.5em;
margin-right: 1.5em;
padding: 15px;
font-size: 95%;
}

ul[id*=menu-main-menu] .sub-menu .current_page_item a {
	background:none;
	color: rgb(255, 255, 255);
	color: #333 !important;
	font-weight:bold;
	
}


ul[id*=menu-main-menu] .sub-menu .current_page_item a:before {
	content: "\f345";
	font-family:'dashicons';
	position:relative;
	left:-4px;
	top:2px;
	
}




#text-2, .dept-news #text-4 {
    background: #eee;
    padding:1.5em;
}

.contact.widget {
    background: #eee;
    padding: 1.5em;
}

.resources.widget.widget_text, .resources.widget.widget_nav_menu {
  padding: 1em;
background: rgba(0, 32, 92, 0.51) !important;  
color:white;
}

.resources.widget.widget_text a, .resources.widget.widget_text h4, .resources.widget.widget_nav_menu a {
	color:white;
}

.resources.widget.widget_nav_menu .current_page_item a{
    background:none !important;
    font-weight:bold;
}

.resources.widget.widget_nav_menu .current_page_item a:before {
    content:'> ';
}
    
#text-2 .widget-title  {
	font-size: 16px;
margin-bottom: 10px;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
}


.simple-social-icons ul li a {
	background-color:#15514f !important;
}

ul[id*=menu-main-menu] a {
	border-bottom:none;
	display: block;
	padding: 20px 22px;
	font-size:16px;
	line-height:20px;

}

ul[id*=menu-main-menu] li {
border-bottom: 1px solid #ddd;
}

ul.one-half.in-page {
    width:44.717949%;
}


/* Offices Services Section - Blue Bar
--------------------------------------------- */

.academic-programs {
    border-top:1px dotted #ccc;
    padding-top:2em;
}

.one-third.in-page
{
    width:30.623932%;
    font-size:0.9em;
    margin-bottom:3em;
}

.academic-programs h3 {
    background:#00205c;
    color:white;
    padding:10px;
    font-size:20px;
}

.one-third.in-page ul {
    margin:0px;
}




/*Office Listing Styles
--------------------------------------------- */
/*

ul#people-container {
    margin-left:-25px !important;
    padding:0px !important
}

ul#people-container a {
    color:#00397C !important;
}

ul#people-container p {
    margin:2px;
}

ul#people-container li {
    list-style-type:none;
    padding:1.5em;
    padding-top:2em;
    padding-bottom:3em;
}

ul#people-container li:nth-of-type(even) {
    background:#fafafa;
}

ul#people-container img {
    float:right;
    border-radius:160px;
}

ul#people-container .one-sixth {
    width:100%;
}
p.person-name {
    font-weight:700;
}
p.person-job {
    padding-top:10px;
}


a.people-button {
 position:relative;
 top:15px;
 font-size:95%;
}

a.people-button:after {
    content:' >>';
}

p.person-phone:before {
content: "\f470";
font-family: 'dashicons';
font-size: 20px;
position:relative;
top:5px;
padding-right:5px;
display: inline;
}
p.person-email:before {
    content: "\f466";
font-family: 'dashicons';
font-size: 20px;

position:relative;
top:5px;
padding-right:5px;
display: inline;
}
p.person-title {
    font-weight: bold;
}

p.person-building:before {
    font-family:'dashicons';
    content: "\f319";
    font-size: 19px;

position:relative;
top:4px;
padding-right:5px;
display: inline;
}*/


/* Homepage Slider
--------------------------------------------- */
.soliloquy-container {
	margin:0px !important;
	padding-bottom:2em !important;
}



.soliloquy-caption { /* ken mason edit 2/15/18 changed color of soliloquy box */
    max-width:40%;
    left:0 !important;
    background:#00205c !important;
	height:100% !important;
}

.soliloquy-caption p{
	margin-top:30px;
font-size: 14px;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.3);
zoom: 1;
}


.soliloquy-container .soliloquy-caption-inside {
	background:none !important;
}



.soliloquy-caption {
    padding:1.5em !important;
}

.soliloquy-container .soliloquy-prev {
	border:none;
	left:0px !important;
}


.soliloquy-container .soliloquy-next {
	border:none;
    right: 0px;
}



.soliloquy-container .soliloquy-image {
	max-width:60% !important;
	float:right !important;
}


#soliloquy-195 .soliloquy-caption h2{
	color:white;
	padding-top:5%;
	font-size: 25px;
font-size: 2.5rem;
}

a.dept-button {
    display:block;
    position:relative;
    margin:0 auto;
    background:#00205c;
	border:1px solid;
    color: #fff !important;
    padding:10px 10px;
    text-transform:uppercase;
}

.dept-button:hover {
    background-color: #fff;
	color: #000 !important;
}

.soliloquy-pager {
    right:30%;
    border:none;
}

.soliloquy-pager-item a {
    border:none !important;
}

.soliloquy-caption h2 {
	color:white;
	font-size:26px;
}

a.support.button {
    background:#D0343A; width:100%;
    text-align:center;
    border-radius:5px;
    padding:10px;
    padding-bottom:15px;
    margin:0px;
    margin-top:-1em;
}

a.support.button:hover {
    color:white;
}

a.support.button:before {
    content: "\f180";
    font-family:'dashicons';
    position:relative;
    right:10px;
    font-size:20px;
    top:3px;
    
}

a.content-button {
    display:inline-block;
    position:relative;
    width:auto;
    margin:4px;
    background: #a8a5ac;
    color: rgba(255, 255, 255, 0.85) !important;
    padding:10px 10px;
    text-transform:uppercase;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

a.content-button:hover {
    background-color: #c4c1c9;
    color: #140c14 !important;
}

/*Anchors on page
---------------------------------------------*/
a.anchor {
	display: block;
	height: 70px;
	margin-top: -70px;
	visibility: hidden;
}

/*Below entry content region (News & Events)
---------------------------------------------*/

.below-entry-content {
    clear: both;
    min-height: 280px;
}
.news {
    clear: both;
}

.news h3 {
    border-bottom: 2px solid #4ba8a4;
    padding-bottom:3px;
    font-size:20px;

}

a.more  {
    float:right;
    font-size:80%;
    color: #1592cc;
}

a.more:hover {
    border-bottom:1px dotted;
    padding-bottom:0px !important;
   
}

a.more:after {
    content:' >';
}

.events.one-third {
	width:28.623932%;
}

.events h3 {
    border-bottom: 2px solid #c29e57;
    padding-bottom:3px;
    font-size:20px;
    width:95%;
}

.events.one-third .entry-title {
    padding-top:15px;
    padding-left:80px;
}

.story img {
    max-width: 100px;
}
.story {
    /* clear: both; */
    border-right: 1px solid #ddd;
    margin: 2%; 24px; 0;
    padding-bottom:10px;

    /* float: left; */
}

.story:last-of-type {
    border:none;
}

.story .entry-title {
    font-size:90%;
}
.below-entry-content .one-half {
    width: 45.717949%;
}


.events .one-third {
    width:27.623932%;
}

.story .date {
background: #c29e57;
color: #fff;
display: block;
float: left;
width: 85px;
padding: 0px;
height: 90px;
border-radius: 0px;
text-align: center;
margin-left: 0px !important;
margin-top: 15px;
margin-right:10px;
}

.story .month {
    display: block;
    padding: 0px;
    margin-top: -14px;
}
.story .day {
    font-size:38px;
    padding:0px !important;
    margin:0px; !important
}

.events .story {
    min-height:160px;
}

article.story.no-event {
    font-style:italic;
    border:none;
    min-height:100px;
}
a.more.no-event {
    display:none;
}

a.support.button {
    background:#D0343A; width:100%;
    text-align:center;
    border-radius:5px;
    padding:10px;
    padding-bottom:15px;
    margin:0px;
    margin-top:-1em;
	font-size: 0.95em;
}

a.support.button:hover {
    color:white;
}

a.support.button:before {
    content: "\f180";
    font-family:'dashicons';
    position:relative;
    right:10px;
    font-size:20px;
    top:3px;
    
}


/* News Post sidebar styles*/

.dept-news.widget_recent_entries, 
.dept-news.widget_archive,
.dept-news.widget_categories{
     padding:1.5em;
     background:#fafafa;
}

.dept-news.widget_recent_entries h4, 
.dept-news.widget_archive h4,
.dept-news.widget_categories h4{
    border-bottom:2px solid #ddd;
    text-transform:none;
    font-size:20px;
    padding-bottom:5px;
}

.dept-news.widget_recent_entries ul li,
.dept-news.widget_archive ul li{
    font-size:90%;
    padding-bottom:1em;
}

.dept-news.widget_categories ul li{
    font-size:90%;
}

.dept-news.widget_recent_entries .post-date{
    display:block;
    font-size:12px;
}
 
.dept .entry-tags,
.form-allowed-tags {
    display:none;
}

.comment-respond {
	padding:0px !important;
}

.dept input[type="submit"] {
    background:#248F8B;
    padding:10px;
}


input[type="submit"] {
    background:#248F8B;
    padding:10px;
}

input[type="submit"]:hover {
    background:#248F8B;
}

/*Event Calendar Styles*/

#tribe-events-pg-template {
	max-width:100%;
}

div[id*="tribe-events-daynum"] {
    background:none !important;
    color:#333 !important;
}


.tribe-events-has-events div[id*="tribe-events-daynum"] > a {
    color:white !important;
    background:#248F8B !important;
    padding:5px;
    border-radius:160px;
    margin-top:5px !important;
}

.tribe-events-calendar thead th {
background-color: #248F8B;
color: #fff;
font-weight: bold;
padding: 1em 0;
white-space: nowrap;
border-left: none;
border-right: none;
}

.tribe-events-filter-view .tribe-events-page-title {
margin-top: 18px;
clear: none;
background: #248F8B;
color: white;
font-weight: normal;
padding: 0.5em ;
margin-bottom: 0px ;
}

#tribe-events-content table.tribe-events-calendar {
	margin-top:-8px;
}


#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
padding: 6px;
background: rgba(247, 224, 165, 0.5);
}


#tribe-bar-form .tribe-bar-submit input[type=submit] {
padding: 10px;
background-image: none;
background: none;
color: #333;
border: 1px solid #B1A8A8;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-appearance: button;
}

#tribe-bar-form #tribe-bar-views {
padding: 0 5px 11px 5px;
background: rgba(247, 224, 165, 0.87);

}

.tribe-bar-views-inner {
	background:none !important;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: rgba(247, 224, 165, 0.87);
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
background:rgba(236, 180, 34, 0.87);
}

a.tribe-events-read-more { 
color:#248F8B;

}

.tribe-events-list .vevent.hentry:nth-of-type(odd) {
    background:#fafafa;
}

.tribe-events-list .vevent.hentry {
    padding:1em;
}

.events-list .tribe-events-loop {
	max-width:100%;
}



.tribe-events-list-separator-month span {
	padding: 0 2.5%;
}

.tribe-events-list-separator-month {
	font-weight:normal;
	text-align:left;
	padding-left: 0px;
margin-left: -15px !important;
}

.tribe-events-list .vevent.hentry h2 {
font-size: 1.3em;
}

.tribe-events-list h2.tribe-events-list-event-title a {
	color:#665F5F;
}

.tribe-events-list .tribe-events-event-cost span {
	font-weight:normal;
}


.tribe-grid-header {
	background:#0099a9;
	border-left:none;
	border-right:none;
}

.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
	border:none;
}

a#tribe_events_filters_toggle:after, a#tribe_events_filters_toggle:after {
    content:' >>';
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
	background:rgba(234, 234, 234, 0.4);
}

.tribe_events a { /* Fix for event pages */
	color:#0000EE;
}

div#event-submit a {
    padding:10px;
    font-size:13px;
    background:gray;
    border-radius:0px;
    margin-bottom:10px;
}

.calendar.widget.widget_text {
    background:#fafafa;
    padding:1.5em;
}

.calendar.widget.widget_text a {
    padding-bottom:1em !important;
    text-decoration:none !important;
    border:none;
}

 .rollovers{
    background-color: rgba(247, 224, 165, 0.5);
}

.feature.one-fourth {
    width:22.076923%;
    min-height:400px;
    text-align:center;
}

.feature.one-fourth h3 {
    background:rgba(247, 224, 165, 0.87);
    margin:0px;
    margin-top:1.5em;
    padding:10px;
}

.sd-social-icon-text .sd-content ul li a.sd-button:hover {

	background: #0099a9 !important;
color: white !important;
border: 1px solid #999999;

}

/*Other calendar styles*/

h4.calendar-name {
font-size: 29px;
color: #248F8B;
}

.calendar-list ul {
    margin-left:0px;
}

.calendar-list ul li{
    list-style-type:none;
    border-bottom:1px solid #eee !important;
    padding:0.6em;
}
.calendar-list ul li:nth-of-type(odd) {
    background-color:#fafafa !important;
}

table.responsive tr:nth-of-type(odd) {
    background:#fafafa;
}


.tribe-events-after-html .one-third.in-page ul {
    list-style-type:none;
}

.tribe-events-after-html .one-third.in-page ul li {
    margin:0px;
    
}

.tribe-events-after-html .one-third.in-page h4 {
    font-weight:bold !important;
    font-size:16px;
}

.tribe-events-after-html {
    border-top:1px solid #eee;
    background:#fafafa;
   min-height:425px
}

.tribe-events-after-html .one-third.in-page ul li a {
    color:#248F8B;
}

/*Speaker Listing Styles*/

.alum-entry {
    border-bottom:1px dotted #ccc;
    padding-top: 1.8em;
    padding-bottom:1.5em;
}

.alum-entry:first-of-type {
	padding-top:0px;
}

.alum-entry h6 {
    font-size:23px;
}

.alum-entry img {
    width:auto !important;
}

/*Event listing from Tribe Calendar*/

.tribe-event-title {
    font-weight:bold;
}

.tribe-event-title a {
    color:#333 !important;
    text-decoration:none !important;
    border-bottom:none;
    font-size:18px;
}
.tribe-event-date-time {
    font-size:90%;
}
.tribe-events-single-event-description {
    font-size:95%;
}
.tribe-event {
    padding: 0;
    min-height:5em;
	padding:1em;
	clear:both;
	overflow:hidden;
	display: table;
}

.tribe-event-wrapper {
	width:100%;
}

.tribe-event-wrapper:nth-of-type(odd) {
	background:#FAFAFA;
}

.tribe-event .month {
    display: block;
    padding: 0px;
    margin-top: -14px;
}
.tribe-event .day {
    font-size:38px;
    padding:0px !important;
    margin:0px; !important
}

.tribe-event-date-wrap {
	float:left;
	border-right: 4px solid #275BA1;
}

.tribe-event .date {
color: #275BA1;
display: inline-block;
width: 5em;
padding: 0px;
height: 5em;
text-align: center;
float:left;
clear:both;
}

.tribe-event .day {
	font-size:2em;
}
.tribe-event .month {
	font-size:1em;
}

.tribe-event .date.end {
	width:5em;
}

.tribe-event .date.end:before {
	content:'thru';
	font-size:.8em;
	font-style:italic;
	color:#666;
	margin:-1.15em 2.28em -1.45em 3.35em;
	float:right;
}


.tribe-event-info {
    overflow:hidden;
	padding-left:1em;
	display: table-cell;
	vertical-align:middle;
}

.hide-countdown-link .tribe-countdown-text {
	display:none;
}

/*News Pulls*/

.news-pull h2.entry-title a{
    color:#333 !important;
    font-size:2rem;
}

.news-pull article {
    border-bottom:1px solid #ddd;
    padding-bottom:2em;
}

.news-pull article img {
    float:left;
    padding:1em;
}

/* Tab styles */

.horizontalTab {
	background:#ccc;
	padding-top:.55em;
}

.resp-tab-content-active {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	
}
.resp-tab-item {
	background:#eee;
}
.resp-tabs-list li {
	margin-right:.15em;
}
.resp-tab-item:hover {
	background:#eee;
}
.resp-tab-active:hover {
	background:#fff;
}
.resp-tabs-list li {
	font-size:16px;
}
.resp-tab-active {
	margin-bottom:-5px;
	color:#275BA1;
	background:#fff;
}
.resp-tab-active, .resp-tab-item {
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-top-right-radius:.25em;
	border-top-left-radius:.25em;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #333;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid white;
}

/* Sub-menu hover fix for Events site */
.menu-item a.is-open:hover {
	color:white!important;
}
.menu-main-menu-container ul.menu li.menu-item-has-children > a:after, a.dept-button:after {
   content: "\f345";
	font-family:'dashicons';
	font-size:15px;
    padding-left:5px;
	position:relative;
	top:3px;
}

/* Events Site Featured Event */
 .featured-event {
	 overflow:hidden;
    /* border-bottom: 1px solid #ccc; ken mason edit 2/16/18 hiding border cause its ugly */ 
    padding-bottom: 2em;
    margin-bottom: -1em;
 }
 .featured-event .date {
	 font-size:1.65em;
 }
 
 .featured-event .tribe-event-image {
	 float:left;
	 max-width:350px;
	 margin-bottom: 1em;
 }
 .featured-event .tribe-event-image .tribe-events-read-more {
	 display:block;
	 max-width:350px;
	 color:#fff;
	 background:#00205c; /*ken mason edit 2/16/18 changed color of background to button navy color */
	 text-align:center;
	 font-size:1em;
	 text-transform:uppercase;
	 padding:1em;
	 margin-top: -5px;
 }
 .featured-event .tribe-event-info {
	 padding-left:1.25em!important;
 }
 .featured-event .tribe-event-title {
	 margin-top: -2px;
 }
 .featured-event .tribe-event-title a {
	 font-size:2em;
	 color:#00205C!important;
	 line-height: 1em;
 }
 .featured-event .tribe-event-date-time {
	 font-size:1.25em;
	 color:#A3A3A3;
	margin-bottom:.5em;
 }
 .featured-event .tribe-event-location a {
	 color:#248F8B;
 }
 
 /* Tabs Post Category Listing */
 .resp-tabs-container .entry-title {
	 font-size:1.45em;
 }
 .resp-tabs-container span.date {
	 font-size:.85em;
	 font-style:italic;
 }
 .resp-tabs-container img {
	 border-radius:0;
 }
 .resp-tabs-container article.listing-item {
	 overflow:hidden;
	 padding:1em 1em .25em 1em;
 }
 .resp-tabs-container article.listing-item:nth-of-type(even) {
	 background:#F7F7F7;
 }
 
/* button widget */
	/* requires FontAwesome */
.widget.button {
  text-align: center;
  margin:2em 0 4em 0;
}
.widget.button i {
  font-family: fontawesome;
  position: absolute;
  left: 1em;
  top: 1.15em;
  width:34px;
  transition: all .2s ease-in-out;
  text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
  z-index:9999;
}
.widget.button a:hover i {
	transform: scale(1.25);
	transform-origin: 50% 50%;
}
.widget.button a {
	width:100%;
	text-transform:none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background:#666; /* fallback */
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  padding: 1em 1.5em;
  padding-left: 2.5em;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.widget.button a:hover {
	opacity: .8;
}
.button.yellow a {
  background: #FFB81D;
}
.button.red a {
  background: #B30000;
}
.button.blue a {
  background: #00205c;
}
.button.teal a {
  background: #248F8B;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation: bounceInLeft 1s;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation: bounceInRight 1s;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation: bounceInDown 1s;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation: bounceInUp 1s;
  animation: bounceInUp 1s;
}

/*
	Pulse Animation
*/
.pulse {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
	
	-moz-animation-name: pulse;
	-moz-animation-iteration-count: 3;
	-moz-animation-timing-function: ease;
	-moz-animation-duration: 0.5s;

	-webkit-animation-name: pulse;
	-webkit-animation-iteration-count: 3;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: 0.5s;

	animation-name: pulse;
	animation-iteration-count: 3;
	animation-timing-function: ease-in-out;
	animation-duration: 0.5s;
}
@-moz-keyframes pulse {
    0% {
        transform: scale(1);
    }
    75% {
       transform: scale(1.75);
    }
		100% {
       transform: scale(1);
    }
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }
    75% {
       transform: scale(1.75);
    }
		100% {
       transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    75% {
       transform: scale(1.75);
    }
		100% {
       transform: scale(1);
    }
}
/*
	Footer Widgets
*/
.footer-widgets {
	background:#eee;
}
.footer-widgets .widget-title {
    color: #333;
	margin-bottom: .5em;
    padding-bottom: .35em;
    border-bottom: 4px double #999;
}
.footer-widgets a {
	color:#0099A9;
	border:0;
	text-decoration:none;
}
.footer-widgets a:hover {
	color:#0099A9;
	text-decoration:underline;
}
/* Modern Tribe widgets, add FontAwesome */
.footer-widgets .tribe-events-location:before {
	content:"\f041";
	font-family:"Fontawesome";
}
.footer-widgets .tribe-events-duration:before {
	content:"\f073";
	font-family:"Fontawesome";
}
/* Datepicker widget */
.tribe-mini-calendar, .tribe-mini-calendar thead, .tribe-mini-calendar td, .tribe-mini-calendar-dayofweek {
    /* general reset of styles */
	background: #0099A9;
	border:0!important;
	border-radius:3px;
	color:#fff;
}
.tribe-mini-calendar-dayofweek {
	/* days of week */
	padding:1em 0 .5em 0!important;
	border-top:1px solid rgba(0,0,0,.05)!important;
}
.tribe-mini-calendar td {
	/* individual day numbers */
	height:50px;
	line-height:50px;
	color:#fff!important;
}
.tribe-mini-calendar-no-event {
	padding:0;
	color:#fff!important;
}
.tribe-mini-calendar div[id*='daynum-'] a {
	height:50px;
	line-height:50px;
	color:#fff!important;
	padding:0!important;
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before {
	/* event dot */
	background:#fff!important;
}
.tribe-mini-calendar .tribe-events-present {
	/* highlight current day */
	background: #0099A9;
	filter: brightness(1.15);
}
.tribe-mini-calendar .tribe-events-has-events:hover, .tribe-mini-calendar .tribe-events-has-events:focus, .tribe-mini-calendar .tribe-events-has-events:active {
	/* highlight on mouseover */
	background: #0099A9;
	filter: brightness(1.35);
}
/* Event list week widget */
.tribe-this-week-widget-wrapper .tribe-events-page-title {
	/* subtitle for event week list */
	font-size:20px!important;
}
.tribe-this-week-widget-header-date {
    background: transparent!important;
	padding:0!important;
	margin:0!important;
}
.tribe-this-week-widget-vertical .tribe-this-week-widget-header-date {
    padding-left: 15px;
	font-size: 1.25em;
}
.tribe-this-week-widget-day-wrap {
	padding-bottom: .25em!important;
    margin-bottom: .25em!important;
    border-bottom: 1px dashed #999;
}
.tribe-this-week-nav-link a {
	background:#0099A9;
	color:#fff;
	padding:.25em .5em;
}
.tribe-this-week-nav-link a:hover {
	color:#fff;
}
/* upcoming event list */
.tribe-mini-calendar-event {
	border-bottom: 1px dashed #999;
}
.tribe-mini-calendar-event .list-date {
    background: #0099A9;
    border-radius: 3px;
}
.tribe-events-adv-list-widget h2 a, .tribe-mini-calendar-list-wrapper h2 a {
	/* title of event */
	 background:transparent!important;
	 border:0!important;
	padding:0!important;
}
.tribe-mini-calendar-event .list-info {
    /* upcoming event list */
    line-height: 1.5em!important;
	    color: #666!important;
}


/*
	Image hover text
*/
.img-hover-text-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
}

.img-hover-text-item {
  overflow: hidden;
  position: relative;
  max-width: 47%;
  height: 300px;
  margin: .5em;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee;
}
.img-hover-text-item .img-hover-text-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 245px;
  line-height: 2em;
  text-align: center;
  background: #fff;
  transition: transform .5s ease;
  border-top:5px solid #fff; /* placeholder for when no brand color is set */
}
.img-hover-text-item .img-hover-text-info:hover span {
	transform:scale(1.15);
}
.img-hover-text-item .img-hover-text-info span {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
/* brand color choices */
.img-hover-text-item .img-hover-text-info.navy {
	border-top: 5px solid #00205c;
}
.img-hover-text-item .img-hover-text-info.red {
	border-top: 5px solid #B30000;
}
.img-hover-text-item .img-hover-text-info.gold {
	border-top: 5px solid #C29E57;
}
.img-hover-text-item .img-hover-text-info.teal {
	border-top: 5px solid #248F8B;
}
/* hover effects for brand color items */
.img-hover-text-item:hover .img-hover-text-info.navy {
	background:#00205c;
	color:#fff;
}
.img-hover-text-item:hover .img-hover-text-info.navy h3 {
	color:#fff;
	border-color:#fff;
}
.img-hover-text-item:hover .img-hover-text-info.red {
	background:#B30000;
	color:#fff;
}
.img-hover-text-item:hover .img-hover-text-info.red h3 {
	color:#fff;
	border-color:#fff;
}
.img-hover-text-item:hover .img-hover-text-info.gold {
	background:#C29E57;
	color:#fff;
}
.img-hover-text-item:hover .img-hover-text-info.gold h3 {
	color:#fff;
	border-color:#fff;
}
.img-hover-text-item:hover .img-hover-text-info.teal {
	background:#248F8B;
	color:#fff;
}
.img-hover-text-item:hover .img-hover-text-info.teal h3 {
	color:#fff;
	border-color:#fff;
}

.img-hover-text-img {
	width: auto;
    height: 100%;
    align-self: center;
    object-fit: cover;
}
.img-hover-text-item .img-hover-text-info .img-hover-text-description {
  margin: 0 2em;
  padding: .5em;
}
.img-hover-text-item .img-hover-text-info .img-hover-text-description h3 {
  border-bottom: 4px double #999;
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.5em;
}
.img-hover-text-item:hover .img-hover-text-info {
  position: absolute;
  top: 80%;
  left: 0;
  transform: translate(0, -50%);
}
/*
	Grids
*/
.grid {
	display:flex;
	justify-content:space-between;
}
.grid.row {
	flex-flow:row nowrap;
}
.grid.column {
	flex-flow:column nowrap;
}
.grid.collapse {
	flex-wrap:wrap;
}
.grid.center {
	justify-content:center;
	align-items:center;
}
/*
  Image with card beneath
*/
.info-card {
  display:flex;
  flex-flow:row nowrap;
  justify-content:space-between;
  align-items:flex-start;
}
.info-card .info-card__item {
  overflow: hidden;
  position: relative;
  height: auto;
  background:#fff;
  border-radius:5px;
  border:1px solid #eee;
  border-bottom:2px solid #eee;
  margin:.5em;
  display:flex;
  flex-flow:column nowrap;
  width:50%;
}
.info-card .info-card__item .info-card__info {
  width: 100%;
  height: 100%;
  margin-top:-10px;
  line-height: 2em;
  background: #fff;
  transition: transform .5s ease;
  border-top:5px solid #fff; /* placeholder for when no brand color is set */
  position:relative;
  z-index:1;
}
.info-card .info-card__item .info-card__info h3 {
  text-align:center;
}
.info-card .info-card__item .info-card__info ul {
  text-align:left;
}
/* brand color choices */
.info-card .info-card__item .info-card__info.navy {
  border-top: 5px solid #00205c;
}
.info-card .info-card__item .info-card__info.red {
  border-top: 5px solid #B30000;
}
.info-card .info-card__item .info-card__info.gold {
  border-top: 5px solid #C29E57;
}
.info-card .info-card__item .info-card__info.teal {
  border-top: 5px solid #248F8B;
}
.info-card__img {
  width: 100%;
    height: 100%;
    align-self: center;
    object-fit: cover;
    transition:all .3s ease;
    position:relative;
  z-index:0;
}
.info-card .info-card__item:hover .info-card__img {
  transform:scale(1.15);
}
.info-card .info-card__item .info-card__info .info-card__desc {
  margin: 0 2em;
  padding:1em 0;
}
.info-card .info-card__item .info-card__info .info-card__desc h3 {
  border-bottom: 4px double #999;
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.5em;
}
/* feed */
.info-card header,
.info-card .entry-title,
.info-card .date {
  display: inline;
}
.info-card .entry-title {
  font-size:1em;
}
.info-card .date {
  font-style:italic;
  font-size:.75em;
}
/*
	Page/Post Icon Buttons
*/
.button i {
  font-family: fontawesome;
  padding-right:.5em;
  position:relative;
  display:inline-block;
  transition: all .2s ease-in-out;
  text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
}
.button:hover i {
	transform: scale(1.25);
	transform-origin: 50% 50%;
}
.button {
  font-size: 1em;
  padding: .5em 1em;
  text-align: center;
  display:inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background:#847870; /* fallback */
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.button a {
	color:#fff;
}
.button:hover {
	-webkit-filter:brightness(1.15);
	-moz-filter:brightness(1.15);
	filter:brightness(1.15);
	color:#fff;
}
/* Button options */
.button.large {
	padding: .75em 1em;
	font-size: 2em;
}
.button.large i {
	padding-right:.25em;
}
/* Button brand colors */
a.button.gold {
  background: #FFB81D;
}
a.button.red {
  background: #B30000;
}
a.button.navy {
  background: #00205c;
}
a.button.teal {
  background: #248F8B;
}
/*  
  Sidebar Widgets
*/
.widget-title {
    font-size:3rem;
    text-transform:inherit;
    font-weight:bold;
    color:#666;
    margin-bottom:.5em;
}
.sidebar .jetpack-image-container a {
    border:0!important; /* removes borders from image links */
}
/* contact us widget */
.sidebar .contact {
    padding: 1em;
}
.sidebar .contact .widget-title {
	font-size: 1.5em;
}
/* Flickr Feed widget */
.flickr-feed h4 {
  margin-bottom:.5em;
  font-weight:bold;
  letter-spacing:.07em;
}
/* button widget */
  /* requires FontAwesome */
.widget .button {
  width:100%;
}
/*
	Infographics
*/
.infographic {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  border-radius: 3px;
  border: 1em solid transparent;
  padding: 1em 0;
  line-height: 1.5em;
  width: 50%;
}
.infographic .infographic__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  background: #666;
  color: #fff;
  height: 5vh;
  width: 100%;
  margin-bottom: .5em;
  font-size: 2.75em;
}
.infographic .infographic__header .infographic__icon {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  font-family: fontawesome;
  font-size:1.25em;
  background: #666;
  border-radius: 50%;
  border: 4px solid #fff;
  width: 8vh;
  height: 8vh;
}
.infographic .infographic__header .infographic__stat {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.infographic .infographic__header .infographic__stat span:nth-of-type(2) {
  font-size: .5em;
}
.infographic .infographic__desc {
  font-size: 1.25em;
  line-height:1.5em;
  color: #333;
}

.infographic.gold .infographic__header,
.infographic.gold .infographic__icon {
  background: #C29E57;
}

.infographic.mute-green .infographic__header,
.infographic.mute-green .infographic__icon {
  background: #4A7877;
}

.infographic.red .infographic__header,
.infographic.red .infographic__icon {
  background: #B30000;
}

.infographic.navy .infographic__header,
.infographic.navy .infographic__icon {
  background: #00205C;
}
/* Call To Action widget */
.call-to-action {
	background:#00205c!important;
	color:#fff;
	font-size:1.15em;
	padding:1em!important;
}
.call-to-action h3 {
    font-size: 2em;
    color: #fff!important;
    margin-bottom: .25em;
}
.call-to-action  h4 {
	font-size:1.25em;
    color:#fff;
	margin-bottom:.5em;
}
.call-to-action  a {
	color:#f3c10d;
	border:0;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:.1em;
}
.call-to-action  a:hover {
	color:#fff;
}
.call-to-action  a:after {
	content:'\00BB';
	margin-left:.25em;
	font-size:1.3em;
}
.call-to-action p {
	margin:0!important;
}
.call-to-action .call-to-action-person,
.call-to-action .call-to-action-office {
  font-weight: bold;
}
.call-to-action .call-to-action-person:before,
.call-to-action .call-to-action-office:before,
.call-to-action .call-to-action-place:before,
.call-to-action .call-to-action-email:before,
.call-to-action .call-to-action-phone:before {
  margin-right: .5em;
  font-family: fontawesome;
}
.call-to-action .call-to-action-person:before {
  content: "\f007";
  font-weight: normal;
}
.call-to-action .call-to-action-office:before {
  content: "\f1ad";
  font-weight: normal;
}
.call-to-action .call-to-action-place:before {
  content: "\f041";
}
.call-to-action .call-to-action-email:before {
  content: "\f0e0";
}
.call-to-action .call-to-action-phone:before {
  content: "\f095";
}
.call-to-action .call-to-action-click {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 3em;
  padding: .5em 1em;
  border: 1px solid #FFB81D!important;
  border-radius: 50px;
  color: #FFB81D!important;
}
.call-to-action .call-to-action-click:hover,
.call-to-action .call-to-action-click:active,
.call-to-action .call-to-action-click:focus {
  background: #fff;
  border-color:#fff!important;
  color: #00205c!important;
}
.call-to-action .call-to-action-click:after {
  content: "\f178";
  font-family: fontawesome;
  margin-left: .25em;
}

/*
	faculty/staff Listing Styles
*/
#people__wrap,
.people__wrap {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin:0 auto 1em auto!important;
}
#people__wrap li {
	list-style-type:none;
}
.people__subtitle {
    width: 100%;
    border-bottom: 5px double #ccc;
    margin-bottom: .75em;
    padding-bottom: .75em;
}
.people__subtitle h3 {
	margin:0;
	padding:0;
}
.people__item {
    width: 100%;
    padding:2em;
    border-radius:3px;
    display:flex;
    flex-flow:column nowrap;
    justify-content:center;
    font-size: 1em;
}
.people__item:nth-of-type(odd) {
	background:#fafafa;
}
.people__item img {
	border-radius:3px;
	margin-bottom:.5em;
	align-self:flex-start;
}
.people__item a {
	border:none!important;
}
.people__name {
/*	font-size: 1.3em;*/
	font-weight: 900;
}
.people__chair,
.people__name,
.people-chair,
.people__title,
.people__job {
/*	padding:.5em 0!important;*/
/*	margin:0!important;*/
    margin:.5em 0!important;
}
.people__phone,
.people__email,
.people__building {
/*	padding:.25!important;*/
	margin:0!important;
}
.people__phone a:before,
.people__email a:before,
.people__building:before {
	font-family:fontawesome;
	margin-right:.25em;
}
.people__chair {
	font-weight:bold;
}
.people__title {
	font-weight:300;
}
.people__phone a:before {
	content:"\f095";
}
.people__email a:before {
	content:"\f0e0";
}
.people__building:before {
	content:"\f041";
}
.people__job:before {
	content:"Job Description: ";
	font-weight:bold;
}
/*
	Gravity forms
*/
.gform_wrapper span.gform_description li {
	font-size:1.25rem!important;
}
.gform_wrapper span.gform_description ul li {
	list-style-type:disc!important;
}
.gform_wrapper span.gform_description ol li {
	list-style-type:decimal!important;
}
.gform_wrapper span.gform_description strong {
	font-weight:bold!important;
}
.gform_wrapper span.gform_description em {
	font-style:italic!important;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}


@media only screen and (min-width:1024px) and (max-width: 1139px) {
	
	.content,
	.site-header .widget-area {
		width: 620px !important;
	}
}

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

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

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

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

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.sidebar-content .sidebar-primary {
		width:100% !important;
	}


	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	.below-entry-content .one-half,
.events.one-third {
	width:100%;
}

.below-entry-content .one-half {
	border:none;
}



	#people-container .one-sixth {
	width:50%;
	padding:.5em;
}

li.one-sixth {
	height:auto;
}

.contact {
	padding:1.5em !important;
}

/*SIDR*/
.left.one-half .dashicons-menu { 
	content: "\f333";
	font-family: "dashicons";
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'dashicons';
	margin: .1em;
	padding-left: 5px;
	padding-right: 5px;
}

  .block-title.one-third {
       display:none;
    }
    
    
    .primary-nav.two-thirds {
        display:none;
    }
    
    .left.one-half a, .right.one-half a, #universal-nav {
        display:none;
    }
    
    #off-canvas-menu-button {
        display:block;
        position:relative;
        top:20px;
    }
    
    .dashicons.dashicons-menu {
      width:50px;
      height: 50px;
    }

    .site-header {
    	margin-top: 80px;
    	clear:both;
    }
    

}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100% !important;
	}

	/*solilquoy sliders*/


.soliloquy-caption {
    display:block !important;
    float:none !important;
    max-width:100% !important;
    clear:both !important;
    position:absolute !important;
    bottom:0 !important;
    height:100% !important;

}

.soliloquy-wrapper {
	height: 270px !important;
}

.soliloquy-viewport {
height: 270px !important;
}

.soliloquy-container .soliloquy-viewport{
    height:290px !important;
}

.soliloquy-wrapper, .soliloquy-viewport, .soliloquy-item {
    height:100% !important;
}

/*Dept Slider caption */

.soliloquy-container .soliloquy-image {
max-width: 100% !important;
float: none !important;
height:100% !important;
}

.soliloquy-caption { 
   background: rgba(21, 81, 79, 0.78) !important
	
}

.soliloquy-pager {
    right:0px;
    border:none;
    display:block !important;
}


/*Services homepage section*/

.one-third.in-page {

margin: 1.5em;
font-size:100%;

}
/* Academic Calendar Styles */
.tribe-event {
    width: 100%;
    float: none;
}
.horizontalTab {
	padding-top:0;
}
}

/* ******************************************
	Print Styles
****************************************** */

@media print and (max-width: 8.5in){
body { background:white; color:black; margin:0; font-size:12px; }

a {color:#0066cc!important}

#off-canvas-nav {display: none !important}

.top-nav{display:none !important}

.site-header{display:none !important}

.sidebar{display:none !important}

.breadcrumb{display:none !important}

h2:before{
	content:url(http://www.smcm.edu/publications/wp-content/uploads/sites/62/2015/02/St.-Marys-Logo-Horizontal-Navy-300x45.png);
	position:absolute;
	top:20px;
	left:0;
}

h2{font-size:22px!important}

.job-link{display:none}

.below-entry-content{display:none !important}

.site-footer{display:none !important}

.below-footer{display:none;}

}

/* Ken mason Edit 2/16/18 added Dan's button styles - temp until Dan movies to core theme
/* Buttons MASTER */
/* Default */
.smcm-button,
.entry-content .smcm-button {
    color: #00205c;
    font-size: 2rem;
    padding: .5em 1em;
    font-weight: 300;
    border: 1px solid;
    margin: 2rem;
    display: inline-block;
    background: none;
}

/* Full Width */
.smcm-button.full-w {
    display: block;
    text-align: center;
}
/* Color - text color and hover */
.smcm-button.navy {
    color: #00205c;
}
.smcm-button.navy:hover {
    color: #fff;
    background-color: #00205c;
    border-color: #00205c;
}
.smcm-button.navy.solid {
    color: #fff;
    background-color: #00205c;
    border-color: #00205c;
}
.smcm-button.navy.solid:hover {
    color: #fff;
    background-color: #0038a0;
    border-color: #0038a0;
}
.smcm-button.gray {
    color: #666;
}
.smcm-button.gray.solid {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.smcm-button.gray:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.smcm-button.gray.solid {
    color: #fff;
    background-color: #666;
}
.smcm-button.gray.solid:hover {
    color: #fff;
    background-color: #888;
    border-color: #888;
}
.smcm-button.white {
    color: #fff; 
}
.smcm-button.white:hover {
    color: #fff;
    background-color: rgba(0, 32, 92, 0.75);
    border-color: #fff;
}
.smcm-button.white.inverse:hover {
    color: #00205c;
    background-color: #fff;
    border-color: #fff;
}
/* Size - font size and padding */
.smcm-button.small {
    font-size: inherit;
/*    padding: .5rem 1rem;*/
}
.smcm-button.medium {
    font-size: 20px;
    font-size: 2rem;
/*    padding: .75rem 1.5rem;*/
}
.smcm-button.big {
    font-size: 30px;
    font-size: 3rem;
/*    padding: 1rem 2.25rem;*/
}
/* Voice Volulme - font weight and border */
.smcm-button.soft {
    font-weight: 300;
    border: 1px solid;
}
.smcm-button.indoor {
    font-weight: 500;
    border: 2px solid;
}
.smcm-button.outdoor {
    font-weight: 700;
    border: 3px solid;
}
/* button alignment classes and margin removal */
.smcm-button.left {
    margin-left: 0;
}
.smcm-button.right {
    margin-right: 0;
}
.smcm-button.top,
.smcm-button.soft.top,
.smcm-button.indoor.top,
.smcm-button.outdoor.top {
    margin-top: 0;
}
.smcm-button.bottom {
    margin-bottom: 0;
}
.smcm-button.no-space {
    margin: 0;
}
.smcm-button.text-shadow {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75);
}
.smcm-button.no-shadow,
.smcm-button.no-shadow:hover {
    text-shadow: none;
}