/*
	Theme Name: Modern Portfolio Pro Theme
	Theme URI: http://my.studiopress.com/themes/modern-portfolio/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.0

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

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- Imports
	- 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
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Modern Portfolio Pro Blue
		- Modern Portfolio Pro Green
		- Modern Portfolio Pro Orange
		- Modern Portfolio Pro Purple
		- Modern Portfolio Pro Red
	- Media Queries
		- max-width: 1267px
		- max-width: 1000px
		- max-width: 600px
		- max-width: 480px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
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
--------------------------------------------- */

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

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


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

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

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

body {
	background-color: #fff;
	color: #222;
	font-family: 'Sensibility', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
}

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

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: #222;
	color: #fff;
}

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

a {
	color: #27b4b2;
}

a:hover {
	color: #222;
}

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

.divider {
	border-top: 1px solid #e7e7e7;
	display: inline-block;
	margin: 60px 20%;
	width: 60%;
}

.divider.darker {
	border-top: 5px dotted #007b84;
	margin: 120px 0;
	width: 100%;
}

.divider.darker.upper {
	margin: 80px 0 40px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
}

h2 {
	font-size: 40px;
	font-size: 4rem;
}

h3 {
	font-size: 34px;
	font-size: 3.4rem;
}

h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

h5 {
	font-size: 22px;
	font-size: 2.2rem;
}

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

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

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

img {
	height: auto;
}

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

#blog img,
#portfolio img {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	opacity: 0.8;
}

#blog img:hover,
#portfolio img:hover {
	opacity: 1;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: 0 0 5px #ddd inset;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

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

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

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

.button,
.widget .button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #27b4b2;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
	text-align: center;
	text-decoration: none;
}

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

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

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

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

#services a.button {
	float: right;
	line-height: 1;
	margin-top: -40px;
	margin-top: -4rem;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
}

.mpp-landing a.button {
	margin-top: 16px;
	margin-top: 1rem;
}

/* 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: 700;
	text-transform: uppercase;
}

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


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

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

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

.site-inner {
	clear: both;
	margin: 0 auto;
	max-width: 1140px;
	padding-top: 60px;
	padding-top: 6rem;
}

.mpp-home .site-inner {
	padding: 0;
	max-width: 100%;
}

.mpp-landing .site-inner {
	border: 1px solid #222;
	max-width: 700px;
	margin: 32px auto;
	margin: 3.2rem auto;
	padding: 48px 60px 0;
	padding: 4.8rem 6rem 0;
}

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

/* Content */

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

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 29.824561403509%; /* 340px / 1140px */
}

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


/* 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 {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	border-bottom: 1px solid #222;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 8px 0 24px;
	padding: 0.8rem 0 2.4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
	margin-bottom: 80px;
	margin-bottom: 8rem;
}

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

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

.author-box-title {
	font-family: 'Sense', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.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: #222;
	text-decoration: none;
}

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

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

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


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

.widget {
	word-wrap: break-word;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.widget li {
	list-style-type: none;
}

.widget ol {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.widget li li {
	border: none;
	margin: 0 0 0 18px;
	margin: 0 0 0 1.8rem;
	padding: 0;
}


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

.featured-content .entry {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

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


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

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

.enews-widget {
	color: #fff;
}

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

.enews-widget input {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

.enews-widget input:hover[type="submit"],
#services a.button:hover {
	background-color: #fff;
	color: #222;
}

.enews form + p,
.enews form + p:last-child {
	margin-top: 24px;
	margin-top: 2.4rem;
}

/* 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 .wrap {
	border-bottom: 1px solid #222;
	overflow: hidden;
	padding: 32px 0;
	padding: 3.2rem 0;
}

.mpp-home .site-header .wrap {
	border: none;
}

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

.title-area {
	float: left;
	padding: 12px 0;
	padding: 1.2rem 0;
	width: 35%;
}

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

.site-title {
	font-family: 'Sense', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: lowercase;
}

.site-title a,
.site-title a:hover {
	color: #222;
	text-decoration: none;
}

.site-title a::before {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	content: "M"; /* Used to display the letter in the header logo */
	cursor: pointer;
	display: inline-block;
	font-family: 'Garamond', serif;
	height: 48px;
	line-height: 2.1;
	margin-right: 12px;
	margin-right: 1.2rem;
	padding: 3px 4px;
	padding: 0.3rem 0.4rem;
	text-align: center;
	width: 48px;
	text-transform: uppercase;
}

.site-title a:hover::before {
	background-color: #27b4b2;
}

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

/* 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-title a {
	float: left;
	min-height: 90px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	padding-top: 8px;
	padding-top: 0.8rem;
	width: 60%;
}

.site-header .widget {
	margin-bottom: 0;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #222;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	line-height: 1;
	padding: 24px 20px;
	padding: 2.4rem 2rem;
	position: relative;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #222;
	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 #222;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	position: relative;
	text-transform: none;
	width: 200px;
	line-height: 1.3;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #222;
	color: #fff;
}

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

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

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

.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;
	line-height: 1;
	list-style-type: none;
	padding: 24px 0;
	padding: 2.4rem 0;
}

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

.genesis-nav-menu > .right > a:hover {
	background: none;
	color: #27b4b2;
}

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

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

.genesis-nav-menu li.highlight-menu-item a {
	background-color: #222;
	color: #fff;
	margin-left: 20px;
	margin-left: 2rem;
}

.genesis-nav-menu li.highlight-menu-item a:hover {
	background-color: #27b4b2;
	color: #fff;
}

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

.site-header .genesis-nav-menu a:hover {
	background-color: #fff;
	color: #27b4b2;
}

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

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

.nav-primary .wrap {
	border-bottom: 1px solid #222;
}

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

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

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #222;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

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

#about,
#about-2,
#blog,
#blog-2,
#portfolio,
#services {
	clear: both;
	overflow: hidden;
}

#about,
#about-2,
#services {
	background-color: #222;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	padding: 60px 0 36px;
	padding: 6rem 0 3.6rem;
}

#about .entry-meta a:hover,
#about .entry-title a,
#about a:hover,
#about-2 .entry-meta a:hover,
#about-2 .entry-title a,
#about-2 a:hover,
#services .entry-meta a:hover,
#services .entry-title a,
#services a:hover {
	color: #fff;
}

#about .entry-meta a,
#about .entry-title a:hover,
#about-2 .entry-meta a,
#about-2 .entry-title a:hover,
#services .entry-meta a,
#services .entry-title a:hover {
	color: #ccc;
}

#portfolio {
	padding: 60px 0 16px;
	padding: 6rem 0 1.6rem;
}

#blog,
#blog-2 {
	padding: 60px 0 0;
	padding: 6rem 0 0;
}

.mpp-home .content .featuredpost .entry,
#services .alignright {
	float: left;
	margin-right: 5.263157894737%; /* 60px / 1140px */
	width: 29.824561403509%; /* 340px / 1140px */
}

#services .alignleft {
	width: 64.912280701754%; /* 740px / 1140px */
}

.mpp-home .content .featuredpost .entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.mpp-home .content .featuredpost .entry:nth-of-type(3n+1) {
	clear: left;
}

#blog .widget-title,
#portfolio .widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.mpp-home .content .featuredpost h4, 
.mpp-home .content .featuredpost ul, 
.mpp-home .content .featuredpost .more-from-category {
	clear: both;
}


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

.entry {
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 24px;
	margin-left: 2.4rem;
}

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

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 0px;
}

.entry-content li ul li {
	margin-bottom: 5px;
}

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

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

.entry-meta {
	clear: both;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
}

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

.entry-meta a:hover {
	color: #27b4b2;
}

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

.entry-footer .entry-meta::before {
	border-top: 1px solid #222;
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
	width: 10%;
}

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

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

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

.after-entry {
	background-color: #222;
	color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 8%;
	text-align: center;
}

.after-entry .widgettitle {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}

.after-entry .entry-title a,
.after-entry .widget .entry-meta a:hover {
	color: #fff;
}

.after-entry .widget .entry-meta a {
	color: #ccc;
}

.after-entry .entry-title a:hover {
	color: #27b4b2;
}

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

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

.after-entry li a {
	color: #999;
}

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

.archive-pagination,
.entry-pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

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

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

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

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

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.comment-header .comment-meta {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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


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

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	overflow: hidden;
}

.sidebar .widget::after {
	border-bottom: 1px solid #222;
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
	width: 20%;
}

.sidebar .enews {
	background-color: #222;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding: 32px;
	padding: 3.2rem;
}

.sidebar .widget.enews-widget::after {
	border-bottom: none;
	padding-bottom: 0;
}



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

.footer-widgets {
	background-color: #222;
	color: #fff;
	clear: both;
	padding: 60px 0 16px;
	padding: 6rem 0 1.6rem;
}

.footer-widgets.wrap {
	width: 1280px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 22%; /* 340px / 1140px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 1.5%; /* 60px / 1140px */
}

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

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

.footer-widgets a,
.footer-widgets .entry-meta a {
	color: #aaa;
}

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

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

.footer-widgets .widget-title {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}

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

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

a.social-buttons {
	background-color: #888;
	color: #fff;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 4px 4px 0;
	margin: 0 0.4rem 0.4rem 0;
	overflow: hidden;
	padding: 4px 8px;
	padding: 0.4rem 0.8rem;
	text-decoration: none;
}

a.social-buttons:hover {
	background-color: #fff;
	color: #222;
}


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

.site-footer {
	border-top: 1px solid #222;
	padding: 48px 0;
	padding: 0px 0px !important;
	text-align: center;
}

.site-footer .wrap {
	width: 1280px;
}

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

.site-footer a {
	color: #222;
}

.site-footer a:hover {
	color: #27b4b2;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Modern Portfolio Pro Blue
--------------------------------------------- */

.modern-portfolio-pro-blue .after-entry .entry-title a:hover,
.modern-portfolio-pro-blue .entry-meta a:hover,
.modern-portfolio-pro-blue .entry-title a:hover,
.modern-portfolio-pro-blue .genesis-nav-menu > .right > a:hover,
.modern-portfolio-pro-blue .site-footer a:hover,
.modern-portfolio-pro-blue .site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.modern-portfolio-pro-blue .site-header .genesis-nav-menu a:hover,
.modern-portfolio-pro-blue a {
	color: #13b4f2;
}

.modern-portfolio-pro-blue .footer-widgets .entry-meta a,
.modern-portfolio-pro-blue .footer-widgets .entry-title a,
.modern-portfolio-pro-blue .footer-widgets a {
	color: #aaa;
}

.modern-portfolio-pro-blue .after-entry .entry-title a,
.modern-portfolio-pro-blue .footer-widgets a:hover,
.modern-portfolio-pro-blue .genesis-nav-menu a:hover,
.modern-portfolio-pro-blue a.button,
.modern-portfolio-pro-blue a.button:hover,
.modern-portfolio-pro-blue a.social-buttons {
	color: #fff;
}

.modern-portfolio-pro-blue .entry-meta a,
.modern-portfolio-pro-blue .entry-title a,
.modern-portfolio-pro-blue .genesis-nav-menu a,
.modern-portfolio-pro-blue .sidebar .widget-title a,
.modern-portfolio-pro-blue .site-footer a,
.modern-portfolio-pro-blue .site-title a,
.modern-portfolio-pro-blue .site-title a:hover,
.modern-portfolio-pro-blue a:hover,
.modern-portfolio-pro-blue a.social-buttons:hover {
	color: #222;
}

.modern-portfolio-pro-blue .enews-widget input[type="submit"],
.modern-portfolio-pro-blue .genesis-nav-menu li.highlight-menu-item a:hover,
.modern-portfolio-pro-blue .archive-pagination li a:hover,
.modern-portfolio-pro-blue .archive-pagination li.active a,
.modern-portfolio-pro-blue .site-title a:hover::before,
.modern-portfolio-pro-blue #services a.button,
.modern-portfolio-pro-blue a.button,
.modern-portfolio-pro-blue button,
.modern-portfolio-pro-blue input[type="button"],
.modern-portfolio-pro-blue input[type="reset"],
.modern-portfolio-pro-blue input[type="submit"] {
	background-color: #13b4f2;
}

.modern-portfolio-pro-blue .enews-widget input:hover[type="submit"],
.modern-portfolio-pro-blue #services a.button:hover {
	background-color: #fff;
}

.modern-portfolio-pro-blue button:hover,
.modern-portfolio-pro-blue input:hover[type="button"],
.modern-portfolio-pro-blue input:hover[type="reset"],
.modern-portfolio-pro-blue input:hover[type="submit"],
.modern-portfolio-pro-blue .button:hover {
	background-color: #333;
}

/* Modern Portfolio Pro Orange
--------------------------------------------- */

.modern-portfolio-pro-orange .after-entry .entry-title a:hover,
.modern-portfolio-pro-orange .entry-meta a:hover,
.modern-portfolio-pro-orange .entry-title a:hover,
.modern-portfolio-pro-orange .genesis-nav-menu > .right > a:hover,
.modern-portfolio-pro-orange .site-footer a:hover,
.modern-portfolio-pro-orange .site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.modern-portfolio-pro-orange .site-header .genesis-nav-menu a:hover,
.modern-portfolio-pro-orange a {
	color: #ff8748;
}

.modern-portfolio-pro-orange .footer-widgets .entry-meta a,
.modern-portfolio-pro-orange .footer-widgets .entry-title a,
.modern-portfolio-pro-orange .footer-widgets a {
	color: #aaa;
}

.modern-portfolio-pro-orange .after-entry .entry-title a,
.modern-portfolio-pro-orange .footer-widgets a:hover,
.modern-portfolio-pro-orange .genesis-nav-menu a:hover,
.modern-portfolio-pro-orange a.button,
.modern-portfolio-pro-orange a.button:hover,
.modern-portfolio-pro-orange a.social-buttons {
	color: #fff;
}

.modern-portfolio-pro-orange .entry-meta a,
.modern-portfolio-pro-orange .entry-title a,
.modern-portfolio-pro-orange .genesis-nav-menu a,
.modern-portfolio-pro-orange .sidebar .widget-title a,
.modern-portfolio-pro-orange .site-footer a,
.modern-portfolio-pro-orange .site-title a,
.modern-portfolio-pro-orange .site-title a:hover,
.modern-portfolio-pro-orange a:hover,
.modern-portfolio-pro-orange a.social-buttons:hover {
	color: #222;
}

.modern-portfolio-pro-orange .enews-widget input[type="submit"],
.modern-portfolio-pro-orange .genesis-nav-menu li.highlight-menu-item a:hover,
.modern-portfolio-pro-orange .archive-pagination li a:hover,
.modern-portfolio-pro-orange .archive-pagination li.active a,
.modern-portfolio-pro-orange .site-title a:hover::before,
.modern-portfolio-pro-orange #services a.button,
.modern-portfolio-pro-orange a.button,
.modern-portfolio-pro-orange button,
.modern-portfolio-pro-orange input[type="button"],
.modern-portfolio-pro-orange input[type="reset"],
.modern-portfolio-pro-orange input[type="submit"] {
	background-color: #ff8748;
}

.modern-portfolio-pro-orange .enews-widget input:hover[type="submit"],
.modern-portfolio-pro-orange #services a.button:hover {
	background-color: #fff;
}

.modern-portfolio-pro-orange button:hover,
.modern-portfolio-pro-orange input:hover[type="button"],
.modern-portfolio-pro-orange input:hover[type="reset"],
.modern-portfolio-pro-orange input:hover[type="submit"],
.modern-portfolio-pro-orange .button:hover {
	background-color: #333;
}


/* Modern Portfolio Pro Purple
--------------------------------------------- */

.modern-portfolio-pro-purple .after-entry .entry-title a:hover,
.modern-portfolio-pro-purple .entry-meta a:hover,
.modern-portfolio-pro-purple .entry-title a:hover,
.modern-portfolio-pro-purple .genesis-nav-menu > .right > a:hover,
.modern-portfolio-pro-purple .site-footer a:hover,
.modern-portfolio-pro-purple .site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.modern-portfolio-pro-purple .site-header .genesis-nav-menu a:hover,
.modern-portfolio-pro-purple a {
	color: #a83d7e;
}

.modern-portfolio-pro-purple .footer-widgets .entry-meta a,
.modern-portfolio-pro-purple .footer-widgets .entry-title a,
.modern-portfolio-pro-purple .footer-widgets a {
	color: #aaa;
}

.modern-portfolio-pro-purple .after-entry .entry-title a,
.modern-portfolio-pro-purple .footer-widgets a:hover,
.modern-portfolio-pro-purple .genesis-nav-menu a:hover,
.modern-portfolio-pro-purple a.button,
.modern-portfolio-pro-purple a.button:hover,
.modern-portfolio-pro-purple a.social-buttons {
	color: #fff;
}

.modern-portfolio-pro-purple .entry-meta a,
.modern-portfolio-pro-purple .entry-title a,
.modern-portfolio-pro-purple .genesis-nav-menu a,
.modern-portfolio-pro-purple .sidebar .widget-title a,
.modern-portfolio-pro-purple .site-footer a,
.modern-portfolio-pro-purple .site-title a,
.modern-portfolio-pro-purple .site-title a:hover,
.modern-portfolio-pro-purple a:hover,
.modern-portfolio-pro-purple a.social-buttons:hover {
	color: #222;
}

.modern-portfolio-pro-purple .enews-widget input[type="submit"],
.modern-portfolio-pro-purple .genesis-nav-menu li.highlight-menu-item a:hover,
.modern-portfolio-pro-purple .archive-pagination li a:hover,
.modern-portfolio-pro-purple .archive-pagination li.active a,
.modern-portfolio-pro-purple .site-title a:hover::before,
.modern-portfolio-pro-purple #services a.button,
.modern-portfolio-pro-purple a.button,
.modern-portfolio-pro-purple button,
.modern-portfolio-pro-purple input[type="button"],
.modern-portfolio-pro-purple input[type="reset"],
.modern-portfolio-pro-purple input[type="submit"] {
	background-color: #a83d7e;
}

.modern-portfolio-pro-purple .enews-widget input:hover[type="submit"],
.modern-portfolio-pro-purple #services a.button:hover {
	background-color: #fff;
}

.modern-portfolio-pro-purple button:hover,
.modern-portfolio-pro-purple input:hover[type="button"],
.modern-portfolio-pro-purple input:hover[type="reset"],
.modern-portfolio-pro-purple input:hover[type="submit"],
.modern-portfolio-pro-purple .button:hover {
	background-color: #333;
}


/* Modern Portfolio Pro Red
--------------------------------------------- */

.modern-portfolio-pro-red .after-entry .entry-title a:hover,
.modern-portfolio-pro-red .entry-meta a:hover,
.modern-portfolio-pro-red .entry-title a:hover,
.modern-portfolio-pro-red .genesis-nav-menu > .right > a:hover,
.modern-portfolio-pro-red .site-footer a:hover,
.modern-portfolio-pro-red .site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.modern-portfolio-pro-red .site-header .genesis-nav-menu a:hover,
.modern-portfolio-pro-red a {
	color: #fd5452;
}

.modern-portfolio-pro-red .footer-widgets .entry-meta a,
.modern-portfolio-pro-red .footer-widgets .entry-title a,
.modern-portfolio-pro-red .footer-widgets a {
	color: #aaa;
}

.modern-portfolio-pro-red .after-entry .entry-title a,
.modern-portfolio-pro-red .footer-widgets a:hover,
.modern-portfolio-pro-red .genesis-nav-menu a:hover,
.modern-portfolio-pro-red a.button,
.modern-portfolio-pro-red a.button:hover,
.modern-portfolio-pro-red a.social-buttons {
	color: #fff;
}

.modern-portfolio-pro-red .entry-meta a,
.modern-portfolio-pro-red .entry-title a,
.modern-portfolio-pro-red .genesis-nav-menu a,
.modern-portfolio-pro-red .sidebar .widget-title a,
.modern-portfolio-pro-red .site-footer a,
.modern-portfolio-pro-red .site-title a,
.modern-portfolio-pro-red .site-title a:hover,
.modern-portfolio-pro-red a:hover,
.modern-portfolio-pro-red a.social-buttons:hover {
	color: #222;
}

.modern-portfolio-pro-red .enews-widget input[type="submit"],
.modern-portfolio-pro-red .genesis-nav-menu li.highlight-menu-item a:hover,
.modern-portfolio-pro-red .archive-pagination li a:hover,
.modern-portfolio-pro-red .archive-pagination li.active a,
.modern-portfolio-pro-red .site-title a:hover::before,
.modern-portfolio-pro-red #services a.button,
.modern-portfolio-pro-red a.button,
.modern-portfolio-pro-red button,
.modern-portfolio-pro-red input[type="button"],
.modern-portfolio-pro-red input[type="reset"],
.modern-portfolio-pro-red input[type="submit"] {
	background-color: #fd5452;
}

.modern-portfolio-pro-red .enews-widget input:hover[type="submit"],
.modern-portfolio-pro-red #services a.button:hover {
	background-color: #fff;
}

.modern-portfolio-pro-red button:hover,
.modern-portfolio-pro-red input:hover[type="button"],
.modern-portfolio-pro-red input:hover[type="reset"],
.modern-portfolio-pro-red input:hover[type="submit"],
.modern-portfolio-pro-red .button:hover {
	background-color: #333;
}


















































/* Robby Was Here ------------------------------- */

.jp-carousel-info {
	display: none;
}

	/* Fonts ------------------------- */
	
	@font-face {
		font-family: Garamond;
		src: url(fonts/GaramondPremrPro-LtDisp.otf);
		font-weight: 300;
	}
	
	@font-face {
		font-family: Garamond;
		src: url(fonts/GaramondPremrPro.otf);
		font-weight: 400;
	}
	
	@font-face {
		font-family: Garamond;
		src: url(fonts/GaramondPremrPro-Smbd.otf);
		font-weight: 600;
	}
	
	@font-face {
		font-family: Garamond;
		src: url(fonts/GaramondPremrPro-Bd.otf);
		font-weight: 700;
	}
	
	@font-face {
		font-family: Sense;
		src: url(fonts/Sensibility_ExtraLight.otf);
		font-weight: 300;
	}
	
	@font-face {
		font-family: Sense;
		src: url(fonts/Sensibility_Light.otf);
		font-weight: 400;
	}
	
	@font-face {
		font-family: Sense;
		src: url(fonts/Sensibility_Regular.otf);
		font-weight: 700;
	}
	
	@font-face {
		font-family: Sense;
		src: url(fonts/Sensibility_Bold.otf);
		font-weight: 900;
	}
	
	
a {
	color: #004990;
	font-weight: 700;
	text-decoration: underline;
}

b,
strong {
	color: #004990;	
	font-weight: 900;
	text-decoration: none;
	
}
	
body.home {
	background-color: #000;
}

.home a,
.site-footer a,
.footer-widgets a {
	text-decoration: none;
}

body {
	background-color: #fafafa;
	font-size: 2rem;
}

.site-header {
	position: fixed;
	width: 100%;
}

.title-area {
	width: 300px;	
}

.header-image .site-title a {
	background-size: contain !important;
	min-height: 61px;
}

header.site-header {
  background: rgba(255,255,255,1);
  border-bottom: 4px solid #004990;
  z-index: 9999;
  transition: all ease 0.3s;
}

.home header.site-header {
	background: rgba(255,255,255,0.3);
	border-bottom: 4px solid rgba(255,255,255,0);
	z-index: 9999;
	transition: all ease 0.3s;
}

.home header.site-header.white {
	background: rgba(255,255,255,1);
	border-color: #004990;
	transition: all ease 0.3s;
}
  
.site-header .wrap {
	max-width: 1200px;
	padding: 0.5rem 0 0;
}  







/* Nav Elements ------------------------------------------------ */

.site-header .widget-area {
	margin-top: -7px;
	padding-top: 0;
	width: 900px;
}

.genesis-nav-menu {
	
}

/*
li#menu-item-1344 {
	background: #004990;
	margin-top: 10px;
	padding: 5px 5px 10px;
}

li#menu-item-1344 a {
	font-size: 18px;
	color: #fff !important;
}

li#menu-item-1344 {
	background: #004990;
	padding: 8px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 225px;
	text-align: center;
}

li#menu-item-1344 a {
	font-size: 20px;
	color: #fff !important;
}

#custom_html-3 {
	background: #ccc;
	position: absolute;
	top: 40px;
	right: 0px;
	height: 40px;
	width: 225px;
	text-align: center;
	padding: 8px 0 0;
} */

.floating {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 220px;
	z-index: 9999;
}

.floatingSocial {
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
	background: #098480;
	position: fixed;
	left: 0;
	bottom: 15%;
	width: 52px;
	padding: 6px 0px 0 0;
	z-index: 9999;
}

.floatingSocial img {
	margin: 0px 5px;
	width: 40px;
	transition: all ease 0.2s;
}

.floating a.overlay {
	border: 2px solid transparent;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
	font-size: 20px;
	margin-bottom: 15px;
	opacity: 1;
	padding: 10px 0;
	transition: all ease 0.3s;
	width: 90%;
}

.floating a.overlay:hover {
	border: 2px solid #fafafa;
	opacity: 0.7;
	transition: all ease 0.3s;
}

.floating a.overlay.give {
	background-color: #098480;
}



.genesis-nav-menu a {
	color: #004990;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	padding: 12px 10px 0;
}

.home .site-header.white .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu a:hover {
	background-color: transparent;
	color: #ccc;
}

.home .site-header .genesis-nav-menu a:hover {
	background-color: transparent;
	color: #ccc;
}

.home #menu-courtesy a {
	color: #eee;
}

.home .site-header.white #menu-courtesy a {
	color: #999;
}

.site-header.white #menu-courtesy a {
	color: #999;
}

ul#menu-courtesy li.menu-item {
	margin-top: 0px;
}

#menu-courtesy a {
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px 10px 0;
}
  
.genesis-nav-menu .sub-menu {
	box-shadow: 8px 8px 0 -3px rgba(0,0,0,0.1);
	border-top: none;
	padding-top: 9px;
}

.genesis-nav-menu .sub-menu a {
	color: #fff;
	background-color: #004990;
	border: none;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #004990 !important;
	background-color: #fff !important;
}
  
ul#menu-primary {
	margin-top: 8px;
}

ul#menu-courtesy {
	margin-top: 10px;
	margin-bottom: -10px;
}





/* Hero Space --------------- */  

#about {
	background: transparent;	
	padding-bottom: 0;
	padding-top: 0px;
	width: 100%;
	position: relative;
}

#about {
    background: transparent;
    /*height: 80vh;*/
    padding-bottom: 0;
    padding-top: 0px;
    width: 100%;
    position: relative;
}

#about .wrap {
	max-width: 100%;
}
	
video#bgVideo,
img#bgVideo {
	left: 0px; 
	width: 100%;
	height: 100%;
	opacity: 0.6;
	position: absolute; /* Play the video in full screen mode */
	top: 0; 
	z-index: -1; /* Put the video behind all other elements */
	object-fit: cover !important;
}

#text-3 {
	width: 100%;
}


#text-3 video {
	object-fit: cover !important;
}

p.answer {
	font-family: 'Garamond';
	font-family: 'Sense';
	font-size: 120px !important;
	font-weight: 900 !important;
	text-align: center !important;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}

p.birthplace {
	font-family: 'Garamond';
	font-family: 'Sense';
	font-size: 46px !important;
	font-weight: 400;
	line-height: 1 !important;
	text-align: center !important;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}

.advanced {
	font-family: 'Garamond';
	font-size: 50px !important;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.5);
}

.for {
	background: #004990;
	border: 5px solid transparent !important;
	box-shadow: 8px 8px 0 0 rgba(0,73,144,0.3) !important;
	box-shadow: 8px 8px 0 0 rgba(0,0,0,0.3) !important;
	margin: 10px !important;
	padding: 30px 30px 40px !important;
	font-family: 'Sense';
	font-size: 50px !important;
}






/* 2nd Home Section -------------------------- */

#about-2 {
	background-color: #eee;
}

#about-2 .wrap {
	max-width: 1200px;
}

#about-2 .widget {
	border: 6px solid #eee;
	box-shadow: 15px 15px 0 -5px rgba(0,0,0,0.05);
	float: left;
	margin: 2%;
	padding: 0;
	text-align: center;
	width: 46%;
}

#about-2a .widget,
#about-2b .widget {
	border: 3px solid #fff;
	box-shadow: 10px 10px 0 -5px rgba(0,0,0,0.05);
	float: left;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#about-2a p,
#about-2b p {
	margin-bottom: 0;
}

#about-2 #text-18 {
	border: none;
	box-shadow: none;
	padding: 0;
	width: 100%;
}

#text-18 h1 {
	color: #004990;
	text-align: center;
	font-size: 70px;
	padding: 20px 0;
	text-shadow: 3px 3px 0px #ccc;
}

a.overlay {
	background: #004990;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.075);
	color: #fff;
	display: block;
	float: none;
	font-size: 40px;
	font-weight: 700;
	margin: 10px auto;
	padding: 25px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	max-width: 1024px;
}

span.smaller {
	font-size: 18px;
}

a.overlay:hover {
	opacity: 0.9;
}

#about-2 a.overlay {
	box-shadow: none;
	font-size: 30px;
	margin: -10px auto 0;
	padding: 15px 0px;
}

#about-2a a.overlay,
#about-2b a.overlay {
	box-shadow: none;
	font-size: 20px;
	margin: -10px auto 0;
	padding: 10px 5px;
}

#about-2a a.overlay:hover,
#about-2b a.overlay:hover {
	opacity: 1;
}

#about-2a a.overlay.one,
#about-2a a.overlay.two {
	padding: 26px 5px;
}

#about-2b a.overlay.one,
#about-2b a.overlay.three,
#about-2b a.overlay.four {
	padding: 26px 5px;
}

h4.specialty {
	font-size: 34px;
	margin-bottom: -15px;
	padding-top: 0 !important;
}



#about-2 a.overlay.two,
#about-2a a.overlay.two,
a.overlay.inner.two {
	background: #098480;
}

#about-2 a.overlay.three,
#about-2a a.overlay.three,
a.overlay.inner.three {
	background: #936eb0;
}

#about-2 a.overlay.four,
#about-2a a.overlay.four,
a.overlay.inner.four {
	background: #d0963d;
}

a.overlay.inner.thirds {
	width: 31.333%;
}

a.overlay.inner.half-one {
	margin: 10px 5% 50px 0px;
	width: 35%;
}

a.overlay.inner.half-two {
	margin: 10px 25% 50px 0px;
	width: 35%;
}

a.overlay.inner.single {
	width: 30%;
	margin-left: 0;
	margin-right: 75%;
	padding: 25px 10px;
}

a.overlay.inner.half-one.blocks,
a.overlay.inner.half-two.blocks {
	margin: 0px 2.5% 20px;
	width: 45%;
}

#gallery-1 .gallery-caption {
	margin-top: -10px;
	line-height: 1.5;
}

a.overlay.inner.two.thirds {
	margin-right: 33.333%;
}

.alumPage a.overlay.inner.two.thirds {
	margin-right: 1%;
}

.programButtonHolder {
	text-align: center;
}

.programButtonHolder a.overlay {
	display: inline-block;
	font-size: 20px;
	margin: 20px;
	padding: 15px 30px;
	width: auto;
}

.programButtonHolder a.overlay.two {
	background-color: #098480;
}


.programButtonHolder a.overlay.three {
	background-color: #936eb0;
}




/* Older Design ---------- */

#portfolio {
	background: #004990;
	color: #fff;
	padding-bottom: 0;
	padding-top: 0; /* new stuff */
}

#portfolio .wrap {
	max-width: 100%;
}

#portfolio #text-2 {
	background: url(/wp-content/uploads/2017/02/midwife.jpg) no-repeat center center;
	/* box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.075); */
}

#portfolio #text-4 {
	background: #004990;
	/* box-shadow: inset 15px -15px 7px -7px rgba(0,0,0,0.2);
	box-shadow: inset 10px -10px 0px 0px rgba(0,0,0,0.075); */
}

#portfolio #text-5 {
	background: #007B85;
}

#portfolio #text-6 {
	background: url(/wp-content/uploads/2017/02/femalePractice.jpg) no-repeat center center;
}

#portfolio #text-2,
#portfolio #text-5,
#portfolio #text-6,
#portfolio #text-4 {
	background-size: cover;
	float: left; 
	height: 600px;
	margin: 0;
	padding: 5%;
	position: relative;
	width: 50%;
}

#text-7 h1 {
	text-align: center;
	font-size: 70px;
	padding: 70px 0 80px;
}

/* a.overlay {
	background: #004990;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.075);
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: 700;
	position: absolute;
	padding: 40px 0;
	text-align: center;
	text-decoration: none;
	width: 86%;
}

a.overlay:hover {
	opacity: 0.9;
} */

#portfolio a.overlay.one,
#portfolio a.overlay.three {
	left: 7%;
	top: 15%;
}

#portfolio a.overlay.two,
#portfolio a.overlay.four {
	left: 7%;
	bottom: 15%;
}

#portfolio a.overlay.one,
#portfolio a.overlay.two {
	background: #007b85;
	border: 4px solid #004990;
}

#portfolio a.overlay.three,
#portfolio a.overlay.four {
	background: #004990;
	border: 4px solid #098480;
}




/* Distance Ed --------------------------------- */

#text-8.widget {
	background: #ffffff;
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
}

#text-8 h1 {
	text-align: center;
	font-size: 70px;
	padding: 130px 0 20px;
	color: #098480;
}

#text-9,
#text-10,
#text-11,
#text-12 {
	background: #fff;
	float: left;
	margin-bottom: 0;
	min-height: 530px;
	padding: 90px 15px;
	position: relative;
	text-align: center;
	width: 25%;
}

#text-9 img,
#text-10 img,
#text-11 img,
#text-12 img {
	display: block;
	margin: 0 auto;
	padding: 0px 0 20px;
	width: 50%;
}

#text-9 h4,
#text-10 h4,
#text-11 h4,
#text-12 h4 {
	color: #098480;
	font-family: 'Sense';
	font-size: 30px;
	text-transform: uppercase;
}

img.gray {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.4 !important;
	transition: all ease 0.3s;
}

img.gray:hover {
	filter: none;
	-webkit-filter: none;
	opacity: 1 !important;
	transition: all ease 0.3s;
}




/* Program Finder ---------------------- */

#text-13.widget {
	color: #fff;
	background: #936eb0;
	float: left;
	margin-bottom: 0;
	padding-bottom: 90px;
	position: relative;
	width: 100%;
	text-align: center;
}

#text-13 h1 {
	text-align: center;
	font-size: 70px;
	padding: 90px 0 20px;
	color: #fff;
}

#text-13 p {
	font-size: 30px;
	float: none;
	display: block;
	width: 740px;
	margin: 0 auto;
}

#text-13 a.overlay {
	display: inline-block;
	position: relative;
	margin-top: 60px;
}
	



/* FNU Glance ----------------------------- */

#services {
	background: #dcdeed;
}

#services .wrap {
	/* background: #dcdeed url(/wp-content/uploads/2017/05/at-a-glance.png) center center no-repeat;
	background-size: contain;
	min-height: 1000px; */
}

#text-14 {
	padding-bottom: 90px;
	text-align: center;
}

#text-14 h1 {
	text-align: center;
	font-size: 70px;
	padding: 90px 0 20px;
	color: #fff;
}

#text-14 ul {
	text-align: center;
}

#text-14 ul li {
	font-size: 36px;
	/* list-style-type: disc; */
	margin-bottom: 36px;
	line-height: 1.3;
}





/* Calendar Section ----------------------------- */

#blog {
	background-color: #fff;
	padding-bottom: 6rem;
}

#blog h1 {
	text-align: center;
	font-size: 70px;
	padding: 50px 0 0px;
	color: #004990;
}

h1.tribe-events-single-event-title {
	text-align: center;
	font-size: 70px !important;
	font-family: 'Sense';
	padding: 0px 0 60px !important;
	color: #004990;
}

#blog #tribe-events-content.tribe-events-list {
	margin-bottom: 20px;
}

#blog h2.tribe-events-page-title,
#blog span.tribe-events-user-recurrence-toggle,
#blog span.tribe-events-list-separator-month,
.home h2.tribe-events-list-separator-month,
#blog img.attachment-large.size-large.wp-post-image,
#blog .tribe-events-list-event-description.tribe-events-content,
#blog a.tribe-events-ical.tribe-events-button,
ul.tribe-related-events.tribe-clearfix,
h3.tribe-events-related-events-title,
#tribe-events-content .tribe-events-schedule,
p.tribe-events-back,
.single-tribe_events #tribe-events-header {
	display: none !important;
}



.innerCal h2.tribe-events-page-title,
.innerCal span.tribe-events-user-recurrence-toggle,
.innerCal span.tribe-events-list-separator-month,
.innerCal img.attachment-large.size-large.wp-post-image,
.innerCal .tribe-events-list-event-description.tribe-events-content,
.innerCal a.tribe-events-ical.tribe-events-button,
.innerCal ul.tribe-related-events.tribe-clearfix,
.innerCal h3.tribe-events-related-events-title,
.innerCal #tribe-events-content .tribe-events-schedule,
.innerCal p.tribe-events-back,
.innerCal .single-tribe_events #tribe-events-header {
	display: none !important;
}

.tribe-events-loop .tribe-events-event-meta {
	background: transparent !important;
}



.home span.tribe-event-date-start {
	color: #fff;
	font-size: 32px;
}

.innerCal span.tribe-event-date-start,
.tribe-event-schedule-details {
	color: #fff;
	font-size: 24px;
}

.tribe-event-schedule-details {
	color: #777;
	font-size: 24px;
}

#tribe-events-content h2.tribe-events-page-title {
	font-size: 40px;
	color: #004990;
	font-family: 'Sense', sans-serif;
	font-weight: 900;
}

.home .tribe-events-list .tribe-events-loop .tribe-event-featured,
.innerCal .tribe-events-list .tribe-events-loop .tribe-event-featured,
.innerCal .tribe-events-list .tribe-events-loop .tribe-events-category-events {
	background-color: #004990 !important;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.05);
	width: 31.333% !important;
	float: left;
	margin: 0px 1%;
	padding: 30px 30px 30px !important;
}

.innerCal .tribe-events-list .tribe-events-loop .tribe-events-category-events {
	min-height: 300px;
}

#blog .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title,
.innerCal .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title,
.innerCal .tribe-events-list .tribe-events-loop .tribe-events-category-events .tribe-events-list-event-title {
	margin-top: 0;
}

/* .innerCal .tribe-events-list .tribe-events-loop .tribe-events-category-events .tribe-events-list-event-title {
	margin-top: -40px;
} */

.innerCal span.tribe-event-date-start,
.innerCal span.tribe-event-date-end,
.innerCal .tribe-event-schedule-details {
    color: #fff;
    font-size: 24px;
}

h2.tribe-events-list-event-title {
	border-bottom: 1px solid #fff;
	font-family: 'Sense';
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 0;
	padding-bottom: 20px;
	width: 100%;
}

#blog #tribe-events p,
.innerCal #tribe-events p {
	display: none;
}

.innerCal h2.tribe-events-list-event-title {
	font-size: 30px;
}

#blog .tribe-events-list .tribe-events-loop .tribe-events-first.tribe-event-featured,
.innerCal .tribe-events-list .tribe-events-loop .tribe-events-first.tribe-event-featured,
.innerCal .tribe-events-list .tribe-events-loop .tribe-events-first.tribe-events-category-events {
	background-color: #098480 !important;
}

#blog .tribe-events-list .tribe-events-loop .tribe-events-last.tribe-event-featured,
.innerCal .tribe-events-list .tribe-events-loop .tribe-events-last.tribe-event-featured,
.innerCal .tribe-events-list .tribe-events-loop .tribe-events-last.tribe-events-category-events {
	background-color: #936eb0 !important;
}

.home .tribe-events-title-bar {
	display: none;
}

#text-15 a.overlay,
.innerCal a.overlay {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	box-shadow: 7px 7px 0 0 rgba(0,0,0,0.05);
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 10px 30px;
	width: auto;
	font-size: 28px;
	float: none;
}

.innerCal a.tribe-event-url {
    color: #fff;
}

.innerCal .tribe-events-list-separator-month {
	display: none;
}

.innerCal .tribe-events-title-bar {
    display: none;
}

.innerCal #tribe-events-content.tribe-events-list {
	margin-bottom: 0px;
}

.innerCal p {
	display: none;
}

.innerCal #tribe-events-footer .tribe-events-sub-nav, 
.innerCal #tribe-events-header .tribe-events-sub-nav {
	display: none;
}

#text-15 ul.tribe-events-sub-nav {
	display: none;
}

.innerCal h1 {
	text-align: center;
	color: #004990;
}

.CatForCal {
	display: inline-block;
	padding-bottom: 60px;
	width: 100%;
}

.CatForCal a.overlay.inner {
	margin-bottom: 3%;
}

.CatForNews {
	min-height: 260px;
}

.CatForNews a.overlay.inner {
	font-size: 18px;
	margin-bottom: 1%;
}

h1.entry-title.calTitle {
	font-size: 6rem;
	color: #004990;
	text-align: center;
	margin-bottom: 40px;
}

.innerCal h2.tribe-events-list-event-title a {
	color: #fff;
}

.innerCal .tribe-events-loop .tribe-events-event-meta {
	font-weight: 400;
}

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

.afterBar {
	font-size: 14px;
	text-decoration: italic;
	margin-bottom: 40px;
	margin-top: 10px;
	text-align: center;
}




/* Map Section ------------------------------------- */

#blog-2 {
	/* background: #004990 url(/wp-content/uploads/2017/02/dots.png) no-repeat center right;
	background-size: 60%;
	min-height: 780px;
	position: relative; */
	background: #004990;
	padding: 90px 0;
	display: none;
}

#blog-2 h1 {
	text-align: center;
	font-size: 50px;
	padding: 0px 0 10px;
	color: #fff;
}

#text-16 {
	float: left;
	width: 58%;
}

#text-17 {
	color: #fff;
	float: left;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	width: 38%;
	margin: 0 2%;
	
	/* padding: 40px;
	position: absolute;
	left: 5%;
	top: 130px; */
}

#text-16 img {
	margin-top: 30px;
	border-bottom: 4px solid #004990;
	border-right: 4px solid #004990;
	box-shadow: 10px 10px 0 0 rgba(255,255,255,0.1);
}

section#custom_html-9 {
    width: 80% !important;
    margin: 20px 10% !important;
}

section#custom_html-9 h1 {
    padding: 20px 20px;
    background: #007b85;
    margin: 0;
}

section#custom_html-9 h1 a {
	color: #fff;
}




/* Inner Pages ------------------------------------- */

.site-inner {
	font-size: 2rem;
	padding-top: 140px;
	padding-top: 14rem;
}

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

.page main.content,
.post main.content,
.single main.content {
	background: #fff;
	box-shadow: 7px 7px 0 0 rgba(0,0,0,0.03);
	margin-bottom: 60px;
	padding: 60px 90px 20px;
	border: 1px solid #eaeaea;
}

/* .page article,
.post article,
.single article {
	padding: 60px 90px 20px;
} */

.entry-title {
	font-size: 6rem;
	color: #004990;
	text-align: center;
	margin-bottom: 40px;
}

h1.entry-title {
	font-family: 'Sense';
	font-weight: 700;
}

h1.archive-title {
	font-size: 6rem;
	color: #004990;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Sense';
	font-weight: 700;
}

a.overlay.inner {
	box-shadow: 7px 7px 0 0 rgba(0,0,0,0.075);
	width: 23%;
	float: left;
	margin: 1% 1% 7%;
	font-size: 22px;
}

p.standOut {
	display: block;
	font-size: 30px;
	color: #004990;
	font-weight: 900;
	padding: 25px 0;
	text-align: center;
}

p.standOut.left {
	text-align: left;
}

p.quotes,
div.quotes {
	font-size: 22px;
	text-align: center;
	font-family: 'inherit';
	color: #701471;
	margin: 60px auto;
	background: #f7f7f7;
	padding: 40px 30px;
	box-shadow: 3px 3px 0 0 #007b85;
	border: 1px solid #e7e7e7;
	/*min-height: 320px;*/
	text-align: left;
}

p.quotes.smallish {
	font-size: 22px;
}

p.quotes em,
div.quotes em {
	font-size: 22px;
}

p.quotes.withPic,
div.quotes.withPic {
	padding: 60px;
}

.site-inner h4 {
	color: #098480;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 40px;
}

.site-inner h4.noPad {
	padding-top: 0;
}

.subFooterWidget {
	background-position: center top !important;
	min-height: 300px;
	position: relative;
}

.subFooterWidget p {
	display: none;
}

.titleOverlay {
	background: linear-gradient(180deg,transparent,transparent,#004990);
	position: absolute;
	bottom: 0px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 235px 0 10px;
}

.titleOverlay h4 {
	letter-spacing: 1px;
	font-weight: 900;
}

.titleOverlay h4,
.titleOverlay h5 {
	color: #fff;
	font-family: 'Sense';
	margin: 0;
	line-height: 1.1;
}

.featuredTop header.entry-header h1.entry-title {
	
}

.techReq .content ul {
	margin-top: -25px;
}

.techReq .content ul li {
	margin-bottom: 10px;
}

.techReq .content ul li ul {
	margin-top: 0;
}

.clinical .entry-content ol > li {
	color: #004990;
}

/* 

.nurseMidwife main.content {
	background: #fff url(/wp-content/uploads/2017/03/nurseMidwifeBG25.png) center top no-repeat;
	background-size: 100%;
} 

.familyNursePractitioner main.content {
	 background: #fff url(/wp-content/uploads/2017/05/Family-Nurse-Practitioner.png) center top no-repeat;
	 background-size: 100%;
}
 
.pmhnp main.content {
	 background: #fff url(/wp-content/uploads/2017/05/Psych-Mental-Health.png) center top no-repeat;
	 background-size: 100%;
}

.msn main.content {
	background: #fff url(/wp-content/uploads/2017/03/DNPbg20.png) center top no-repeat;
	background-size: 100%;
}

.adn main.content {
	background: #fff url(/wp-content/uploads/2017/05/ADN.png) center top no-repeat;
	background-size: 100%;
}

.pgc main.content {
	background: #fff url(/wp-content/uploads/2017/05/pgc.png) center top no-repeat;
	background-size: 100%;
}
 
.whcnp main.content {
	background: #fff url(/wp-content/uploads/2017/05/WHCNPbg.png) center top no-repeat;
	background-size: 100%;
}

.wendoverPage main.content {
	background: #fff url(/wp-content/uploads/2017/05/WendoverBG.png) center top no-repeat;
	background-size: 100%;
}

.dnp main.content {
	background: #fff url(/wp-content/uploads/2017/06/DNP-2.png) center top no-repeat;
	background-size: 100%;
} */

.bottomButtons a.overlay.inner {
	padding-left: 40px;
	width: 31.3333%;
}

.bottomButtons a.overlay.inner.one {
	background: #936eb0 url(/wp-content/uploads/2017/03/FNUapplyIcon.png) no-repeat;
	background-size: 50px;
	background-position: 15px center;
}

.bottomButtons a.overlay.inner.two {
	background: #004990 url(/wp-content/uploads/2017/03/FNUconnectIcon.png) no-repeat;
	background-size: 50px;
	background-position: 15px center;
}

.bottomButtons a.overlay.inner.three {
	background: #098480 url(/wp-content/uploads/2017/03/FNUpreceptorIcon.png) no-repeat;
	background-size: 50px;
	background-position: 15px center;
}

/* Jason */
.bottomButtons2 a.overlay.inner {
	padding-left: 40px;
	width: 31.3333%;
}

.bottomButtons2 a.overlay.inner.one {
	background: #701471 url(/wp-content/uploads/2017/03/FNUapplyIcon.png) no-repeat;
	background-size: 50px;
	background-position: 15px center;
}

.bottomButtons2 a.overlay.inner.two {
	background: #004990 url(/wp-content/uploads/2020/06/FNUadmissionsIcon.png) no-repeat;
	background-size: 50px;
	background-position: 15px center;
}

.bottomButtons2 a.overlay.inner.three {
	background: #007b85 url(/wp-content/uploads/2017/03/FNUpreceptorIcon.png) no-repeat;
	background-size: 50px;
	background-position: 15px center;
}
/* End Jason edits*/

img.withDrop {
	border: 4px solid #fff;
	box-shadow: 13px 13px 0 -5px rgba(0,0,0,0.05);
}

.innerNews h3.widget-title,
.innerCal h3.widget-title {
	font-family: 'Sense';
	font-size: 60px;
	text-align: center;
	font-weight: 900;
	color: #007b85;
	border-bottom: 1px solid #007b85;
	width: 75%;
	float: none;
	margin: 40px auto 30px;
}

.innerNews {
	max-width: 800px;
	float: none;
	margin: 0 auto;
}

.newsPage .entry-header h1.entry-title {
	display: none;
}

.descriptor {
	margin-bottom: 30px;
}

.innerCal h3.widget-title {
	width: 90%;
}

div#faces {
	width: 70%;
	margin-left: 5%;
	margin-right: 25%;
}

.innerNews#faces h3.widget-title {
	font-size: 40px;
	margin-left: 0;
	text-align: left;
	width: 100%;
}

.innerNews .entry-title a {
	color: #004990;
	font-size: 30px;
	font-size: 3rem;
}

.innerNews#faces h2.entry-title {
	text-align: left;
}

.innerNews#faces h2.entry-title a {
	font-size: 22px;
	font-size: 2.2rem;
}

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

.archive h2.entry-title a {
	font-family: 'Sense';
	font-size: 5rem;
	font-weight: 700;
	color: #004990;
	text-align: center;
}


.archive h2.entry-title a:hover {
	color: #004990;
}

.archive .site-inner {
	max-width: 900px;
}

.archive img.alignright {
	border: 3px solid #fff;
	margin: 20px;
	margin: 0 2rem 2rem;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.05);
}

.entry-content .wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -24px;
	color: #777;
}

.single-post .entry-content .wp-caption-text {
	margin-top: -5px;
}

.category-news .entry-content img {
	float: right;
	margin: 10px;
	max-width: 400px;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.05);
}

.category-news .entry-content img.aligncenter {
	max-width: 100%;
	margin-bottom: 30px;
}

.category-news .entry-content img.alignright {
	float: right;
	margin: 10px;
	max-width: 1000px;
}

.category-news .entry-content img.alignleft {
	float: left;
	margin: 10px 20px 10px 10px;
	max-width: 1000px;
}

.category-news .entry-content .wp-caption img {
	max-width: 100%;
}

.jetpack_subscription_widget p#subscribe-submit {
	text-align: center;
}

.jetpack_subscription_widget p#subscribe-submit input[type="submit"] {
	float: none;
	margin: 0 auto;
	width: 100%;
	background-color: #004990;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold !important;
}

#subscribe-email input {
	width: 100% !important;
	text-align: center !important;
	font-weight: bold !important;
}

p#subscribe-email {
	margin-bottom: 10px !important;
}

.footer-widgets h4.widget-title.widgettitle {
	color: #004990;
	font-size: 30px;
	font-family: 'Sense', sans-serif;
	font-weight: 900;
	text-align: left;
}

#custom_html-5 {
	text-align: center;
}

#custom_html-5 b {
	font-size: 30px;
}


#subs h3.widget-title {
	font-size: 36px;
	border: none;
}

div#subs {
	width: 70%;
	margin-bottom: 70px;
}









.footer-widgets {
	background: #098480;
	font-size: 24px;
}

.footer-widgets a {
	color: #eee;
}

.site-footer {
	background: #098480;
	border-top: none;
	color: #fff;
}

.site-footer a,
.site-footer p {
	color: #fff;
	font-weight: 600;
}

.home .site-footer {
	background: #098480;
	border-top: none;
	color: #fff;
}

.home .site-footer a {
	text-decoration: none;
	color: #eee;
}

#text-23 b {
	font-size: 30px;
}

#text-25 {
	text-align: center;
}

#text-26 {
	text-align: center;
}

.footer-widgets a.overlay {
	color: #fff;
	font-size: 30px;
	margin: 10px auto 30px;
	width: 100%;
}

a.overlay.second {
	background: #936eb0;
}

.footer-widgets .search-form input::placeholder {
	color: transparent !important;
}

#search-5 {
	width: auto;
	display: inline-block;
	float: right;
	margin-top: 9px;
	margin-bottom: -2px;
}

#search-5 input {
	padding: 3px 10px;
}

.site-header .search-form {
	margin-top: 0;
}

section#nav_menu-3 {
	width: auto;
	float: right;
}


.search-form input::placeholder {
	font-weight: bold !important;
}

#search-4 .widget-title {
	color: #004990;
	font-size: 30px;
	font-family: 'Sense', sans-serif;
	font-weight: 900;
	text-align: center;
}

.searchandfilter ul li.sf-field-post-meta-highest-degree {
	width: 50%;
	float: left;
	margin: 0 0 20px;
}

.searchandfilter ul li.sf-field-post-meta-looking-for {
	float: left;
	width: 40%;
	margin: 0 0 20px 10%;
}

.searchandfilter ul li li {
	padding: 0 !important;
	margin-bottom: -2px;
}

.searchandfilter h4 {
	font-size: 20px !important;
}

h4.yourResults {
	font-size: 32px;
	text-align: center;
}

.resultsContainer {
	background: #eee;
	border: 3px solid #fff;
	box-shadow: 13px 13px 0 -5px rgba(0,0,0,0.03);
	width: 76%;
	float: left;
	margin: 2% 12%;
	padding: 3%;
	text-align: center;
}

h2.resultsTitle {
	font-size: 32px;
	margin-bottom: -16px;
}

.socialBox img {
	margin: 3px;
	width: 30px !important;
	transition: all ease 0.2s;
}

.socialBox img:hover,
.floatingSocial img:hover {
	background: #004990;
	transition: all ease 0.2s;
}

.socialBox {
	text-align: left !important;
}

.cdsROW.wide {
	height: auto !important;
}






@keyframes invisiblyGrowFontSize {
	
	0% {
		font-size: 0;
		opacity: 0;
	}
	
	100% {
		font-size: 1em;
		opacity: 0;
	}
}


@keyframes fadeIn {
	
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes slideIn {
	
	0% {
		margin-left: -15px;
	}
	
	100% {
		margin-left: 0;
	}
	
}


details[open] .pontent {
	animation-name: invisiblyGrowFontSize, fadeIn, slideIn;
	animation-duration: 300ms, 500ms, 800ms;
	animation-delay: 0ms, 100ms, 150ms;
	
}

.FAQpage details {
	margin-top: 20px;
}

.FAQpage summary {
	font-size: 24px;
	cursor: pointer !important;
}

.FAQpage .pontent {
	padding-left: 22px;
}

.FAQpage button,
.FAQpage a.button {
	background: #004990;
	float: none;
	margin: 0 auto;
	border: 2px solid transparent;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
    font-size: 22px;
    padding: 15px 40px;
    transition: all ease 0.3s;
    width: auto;
    opacity: 1;
}

.FAQpage button:hover,
.FAQpage a.button:hover {
	transition: all ease 0.3s;
	opacity: 0.9;
}

.FAQpage a.button {
	background: #098480;
}




img#ta_tracking_cdsratingsonlywide_criteo {
	display: none !important;
}





.sliderHolder {
	width: 800px;
	float: none;
	margin: 0 auto;
}

div#rev_slider_3_1 {
	box-shadow: 13px 13px 0 -5px rgba(0,0,0,0.05);
	border: 4px solid #fff;
}

.tp-thumbs.outer-bottom.gyges.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
	margin-top: 15px;
}



p.applyList {
    font-size: 28px;
    text-align: center;
    background: #007b85;
    padding: 30px 30px 80px;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,0.05);
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    width: 70%;
    margin: 40px 15%;
}

p.applyList a {
	color: #fff;
}

p.applyList a:hover {
	color: #701471;
}

span.underline {
	color: #eee;
	display: block;
	margin-top: -10px;
	margin-bottom: -45px;
	font-size: 60%;
	font-weight: 400;
}

span.underline.spaced {
	margin-bottom: 0;
}

div#prideAnchor {
	width: 100%;
	display: block;
	height: 0;
	margin-top: -75px;
	margin-bottom: 85px;
}




#tablepress-6 .row-9 td,
#tablepress-6 .row-18 td,
#tablepress-6 .row-26 td,
#tablepress-6 .row-34 td {
	border-top: 0;
}

#tablepress-6 .row-8 td,
#tablepress-6 .row-16 td,
#tablepress-6 .row-24 td,
#tablepress-6 .row-32 td {
	border-bottom: 50px solid #fff;
}

#tablepress-1 tr .column-1,
#tablepress-2 tr .column-1,
#tablepress-3 tr .column-1,
#tablepr4ss-6 tr .column-1 {
	padding-left: 20px;
}

#tablepress-1 tr .column-2,
#tablepress-1 tr .column-3,
#tablepress-1 tr .column-6 {
	text-align: center;
}

#tablepress-2 tr .column-2,
#tablepress-2 tr .column-3 {
	text-align: center;
}

#tablepress-3 tr .column-2,
#tablepress-3 tr .column-3 {
	text-align: center;
}

#tablepress-1 tr .column-3 {
	background-color: #f7f7f7;
}

#tablepress-2 tr .column-2 {
	background-color: #f7f7f7;
}

#tablepress-3 tr .column-2 {
	background-color: #f7f7f7;
}

#tablepress-1,
#tablepress-2,
#tablepress-3,
#tablepress-6 {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 0px;
}

#tablepress-1 thead th,
#tablepress-2 thead th,
#tablepress-3 thead th,
#tablepress-6 thead th,
#tablepress-6 .row-9 td.column-1,
#tablepress-6 .row-17,
#tablepress-6 .row-8,
#tablepress-6 .row-16,
#tablepress-6 .row-24,
#tablepress-6 .row-25,
#tablepress-6 .row-32,
#tablepress-6 .row-33,
#tablepress-6 .row-40 {
	background-color: #004990;
	border-bottom: 0;
}

#tablepress-1 thead th b,
#tablepress-2 thead th b,
#tablepress-3 thead th b,
#tablepress-6 thead th b,
#tablepress-6 .row-17 td b,
#tablepress-6 .row-8 td b,
#tablepress-6 .row-16 td b,
#tablepress-6 .row-24 td b,
#tablepress-6 .row-25 td b,
#tablepress-6 .row-32 td b,
#tablepress-6 .row-33 td b,
#tablepress-6 .row-40 td b {
	color: #fff;
}

#tablepress-1 .row-2,
#tablepress-6 .row-2,
#tablepress-6 .row-10,
#tablepress-6 .row-18,
#tablepress-6 .row-26,
#tablepress-1 .row-8,
#tablepress-1 .row-14,
#tablepress-1 .row-18,
#tablepress-1 .row-24,
#tablepress-6 .row-34 {
	background-color: #047a86;
}
#tablepress-6 .row-2,
#tablepress-6 .row-10,
#tablepress-6 .row-18,
#tablepress-6 .row-26,
#tablepress-6 .row-34 {
	background-color: #047a86;
}

#tablepress-1 .row-2 b,
#tablepress-6 .row-2 b,
#tablepress-6 .row-9 b,
#tablepress-6 .row-18 b,
#tablepress-6 tr.row-9 td.column-2 b,
#tablepress-6 .row-9 td.column-1 b,
#tablepress-6 .row-26 td b,
#tablepress-1 .row-8 b,
#tablepress-1 .row-14 b,
#tablepress-1 .row-17 b,
#tablepress-1 .row-18 b,
#tablepress-1 .row-24 b,
#tablepress-6 .row-34 td b {
	color: #fff;
}

#tablepress-6 tr.row-1 th.column-2,
#tablepress-6 tr.row-1 th.column-3,
#tablepress-6 tr.row-9 td.column-2,
#tablepress-6 tr.row-17 td.column-2,
#tablepress-6 tr.row-25 td.column-2,
#tablepress-6 tr.row-33 td.column-2 {
	background-color: #701471 !important;
}

#tablepress-1 tr.row-1 th.column-3,
#tablepress-1 tr.row-9 th.column-3 {
	background-color: #701471 !important;
}

#tablepress-6 td,
#tablepress-6 th {
	text-align: center;
}

#tablepress-6 .row-2 td,
#tablepress-6 .row-10 td,
#tablepress-6 .row-18 td,
#tablepress-6 .row-26 td,
#tablepress-6 .row-34 td {
	text-align: left;
}

#tablepress-6 .row-10 td,
#tablepress-6 .row-17 td,
#tablepress-6 .row-25 td {
	border-top: none;
}

#tablepress-6 .row-10 td b {
	color: #fff;
}

#tablepress-6 .row-41 td {
    background: #037a86;
    border-top: 0px solid;
}


#tablepress-6 .row-41 td b {
	color: #fff;
}


.newBoxes {
    font-size: 16px;
	line-height: 1.5;
    position: relative;
    min-height: 275px;
    margin-bottom: 0px;
    border: 1px solid #eee;
}

.newBoxes b {
	font-size: 16px;
}

.newBoxesDetail {
	font-size: 18px;
}

.newBoxes h6 {
	position: absolute;
	bottom: 0;
}

.archive .content,
.search .content {
	padding: 50px;
}

.programStudy .newBoxes .widget-title {
    margin-top: 0;
    text-align: center;
    background: #004990;
    color: #fff;
    padding: 10px 0;
}

.newBoxes p, .newBoxes h6 {
    padding: 0 15px;
}


/* FNU DIGITAL BANNER SPACE ====================== */

img.bigBanner {
	width: 100%;
	box-shadow: 15px 15px 0 -5px rgba(0,0,0,0.05);
	box-shadow: none;
	background: #f9f9f9;
}

#about-2 section#custom_html-11 {
	background: #222D65;
	border: none;
	box-shadow: none !important;
	/* border-bottom: 4px solid #aaa;
    border-top: 4px solid #aaa; */
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0;
}

#about-2 section#custom_html-11 h1 {
	margin-bottom: 0;
	font-size: 36px;
	font-size: 3.6rem;
}

#about-2 {
	padding-top: 3%;
	/*padding-top: 9%;*/
	position: relative;
}

.fbpic {
	padding-top: 150px;
}

.mapBox {
	margin-bottom: 40px;
}

.insta {
	text-align: center;
}

.insta main.content {
	background: linear-gradient(165deg,#fff,#fff,#007b85);
	margin-bottom: 80px;
}

.insta .entry-header {
	display: none;
}

.insta main.content img {
	width: 100%;
	max-width: 400px;
}

.insta a.inner {
    display: block;
    width: auto;
    max-width: 440px;
    margin: 0px auto;
    padding: 15px 30px;
    clear: both;
    float: none;
}

.category-news .entry-content .slideshow-slide img {
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
    float: none;
    box-shadow: none;
    width: 100%;
}

.tribe_events-template-default .shareaholic-canvas {
    display: none !important;
}

.tribe-events-tooltip .entry-title {
	font-size: 2rem;
	padding-top: 20px;
}

.tribe-events-tooltip .tribe-events-event-body {
	font-size: 14px;
}

span.red {
	color: red;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fnubod .entry-content .wp-caption-text {
	margin-top: 0;
}

.admissionsOfficers {
	line-height: 1.5;
}

.admissionsOfficers td,
.admissionsOfficers tbody {
	border: none !important;
}

.tablepress.admissionsOfficers td {
	padding: 20px 10px;
}



a.overlay.single.curriculum {
    font-size: 24px;
    padding: 10px 20px;
    display: inline-block;
    margin: 40px auto;
    float: none;
    width: auto;
}

.page.smallerPadding main.content {
	padding: 30px 30px 30px;
}

.button, .widget .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 0;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
	font-size: 22px;
	font-weight: bold;
}

img.hideDesktop,
div#panel-2976-0-1-0 {
	display: none;
}

img.hideMobile {
	display: block;
}

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


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

	.site-inner,
	.wrap {
		max-width: 90%;
	}
	
	.home header.site-header {
		margin-bottom: -120px;
	}
	
	.page main.content, .post main.content, .single main.content {
		padding: 50px 40px 20px;
	}
	
	.site-header {
		position: relative;
	}
	
	#about-2 .wrap {
		max-width: 96%;
	}
	
	#text-18 h1,
	#text-8 h1 {
		font-size: 60px;
	}
	
	.site-inner {
		padding-top: 0rem;
	}
	
	.site-inner, 
	.wrap {
		max-width: 100%;
	}
	
	section#nav_menu-2,
	section#nav_menu-3 {
		text-align: center;
	}
	
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.header-image .site-header .site-title a {
		background-position: top !important;
	}
	
	.site-title {
		text-align: center;
	}
	
	ul#menu-courtesy {
		margin-top: 8px;
		margin-bottom: -15px;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
		min-height: 55px;
	}
	
	.footer-widgets .wrap {
		max-width: 90%;
	}
	
	.floatingSocial {
		display: none;
	}
	
	.page main.content, .post main.content, .single main.content {
		margin-bottom: 0;
	}
	
	#search-5 {
		position: absolute;
		top: 10px;
		right: 20px;
	}
	
	section#nav_menu-3 {
		float: none;
	}
	
	
	

}


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

	#about video {
		display: none;
	}
	
	#about {
		background: url(/wp-content/uploads/2017/09/homeHero50.jpeg) top center;
		background-size: cover !important;
		padding-bottom: 0 !important;
	}

}

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

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

	
	
	.entry-comments,
	.entry-footer .entry-meta,
	.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 .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 16px;
		padding: 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;
	}
	
	#services .alignright,
	#services .alignleft {
		float: none;
		width: 100%;
	}
	
	#services a.button {
		float: left;
		margin: 20px 0 0;
		margin: 2rem 0 0;
	}

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

	.footer-widgets-1 {
		margin: 0;
	}
	
	
	/* Robby's Edits Mobile -------------------- */
	
	.home header.site-header.white {
		background: rgba(255,255,255,0.5);
		border-color: transparent;
		transition: all ease 0s;
	}
	
	#wprmenu_bar {
		padding: 4px 16px !important;
	}
	
	#wprmenu_bar .wprmenu_icon {
		padding-top: 3px !important;
	}
	
	#wprmenu_bar .menu_title {
		float: right !important;
		line-height: 30px !important;
	}
	
	#wprmenu_bar .wprmenu_icon {
		padding-right: 0 !important;
		padding-left: 7px !important;
	}
	
	.page main.content, .post main.content, .single main.content {
		border: none;
	}
	
	header.site-header {
		border-bottom: 2px solid #eee;
	}
	
	/* 
	#wprmenu_bar {
		background: transparent !important;
		padding-top: 5px !important;
		width: 30% !important;
	}
	
	.wprmenu_menu-open,
	.sidr-open {
		background-color: #aaa !important;
	}
	
	body.home,
	body {
		background-color: #aaa;
	}
	
	.site-header {
		margin-top: -42px;
	}  */
	
	.site-header .wrap {
		padding: 0.5rem 0;
	}
	
	a.overlay.inner,
	.bottomButtons a.overlay.inner {
		width: 300px;
		margin: 15px 15px 15px 0px;
	}
	
	a.overlay.inner.one,
	a.overlay.inner.two,
	a.overlay.inner.three,
	a.overlay.inner.four {
		width: 44%;
		margin: 15px 3% 15px;
	}
	
	.insta a.inner {
		margin: 0 auto !important;
	}
	
	a.overlay.inner.three,
	a.overlay.inner.four {
		margin-bottom: 30px;
	}
	
	p.answer {
		font-size: 100px !important;
	}
	
	p.birthplace {
		font-size: 32px !important;
	}
	
	#about, #about-2, #services {
		padding: 1rem 0 3rem;
	}
	
	/* #about-2 {
		padding-top: 13%;
	} */
	
	.footer-widgets .wrap {
		max-width: 65%;
	}
	
	.footer-widgets .widget {
		margin-bottom: 60px;
		text-align: center;
	}
	
	.footer-widgets a.overlay {
		font-size: 24px;
	}
	
	.site-inner h4 {
		clear: both;
		margin-top: 30px;
	}
	
	a.overlay.inner.single {
		width: 50%;
		margin-right: 50%;
		margin-bottom: 30px;
	}
	
	.titleOverlay h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#text-8 h1 {
		font-size: 48px;
		padding: 50px 0 0;
	}
	
	#text-9, #text-10, #text-11, #text-12 {
		min-height: 300px;
		padding: 30px 0;
		width: 25%;
	}
	
	#text-9 h4, #text-10 h4, #text-11 h4, #text-12 h4 {
		font-size: 20px;
	}
	
	#text-13.widget a.overlay {
		font-size: 32px;
		max-width: 500px;
	}
	
	.home .tribe-events-list .tribe-events-loop .tribe-event-featured, 
	.innerCal .tribe-events-list .tribe-events-loop .tribe-event-featured, 
	.innerCal .tribe-events-list .tribe-events-loop .tribe-events-category-events {
		width: 70% !important;
		margin: 2% 15%;
	}
	
	.home .tribe-events-loop .tribe-events-event-meta,
	.innerCal .tribe-events-loop .tribe-events-event-meta {
		margin: 0;
		border: none;
		padding: 10px 0 0;
	}
	
	.home .tribe-events-list .tribe-events-venue-details,
	.innerCal .tribe-events-list .tribe-events-venue-details {
		display: none;
	}
	
	.site-inner #portfolio h4 {
		padding-top: 0;
	}
	
	.socialBox img {
		width: 70px;
	}
	
	#search-5 {
		display: none;
	}
	
	section#custom_html-9 h1 {
		font-size: 34px;
	}
	
	#about-2 #text-18 {
		margin-top: 18%;
	}

	

}

/*================================ FOR IPAD PORTRAIT =============================== */

@media only screen and (max-width: 768px) {
	
	.floating {
		position: fixed;
		right: 0px;
		bottom: 0px;
		width: 100%;
	}
	
	.floating a.overlay {
		border: none;
		box-shadow: none;
		margin-bottom: 0;
		margin-top: 0;
		opacity: 0.95;
		padding: 0px 0;
		width: 50% !important;
		float: left;
		transition: none !important;
	}
	
	.floating a.overlay:hover {
		border: none;
		box-shadow: none;
		opacity: 1;
		transition: none !important;
		width: 50%;
	}
	
	.site-footer {
		padding-bottom: 5rem;
	}
	
	.floating a.overlay.give {
		width: 100% !important;
	}
	
	
	
}

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

	img.hideDesktop,
	div#panel-2976-0-1-0 {
		display: block;
	}
	
	img.hideMobile {
		display: none;
	}
}


/* ================================ FOR MOBILE ======================================= */

@media only screen and (max-width: 767px) {
	
	
	/* ======================== Home Page Stuff ========================== */
	
	/*#about {
		height: 60vh;
	}*/
	
	p.answer {
		font-size: 44px !important;
	}
	
	
	.tp-parallax-wrap {
		top: 200px !important;
	}
	
	p.birthplace {
		margin-top: 50px !important;
		font-size: 24px !important;
	}
	
	#text-18 h1, #text-8 h1 {
		font-size: 40px;
	}
	
	#about-2 #text-18 {
		width: 96%;
	}
	
	#about-2 .widget {
		width: 96%;
	}
	
	#about-2 a.overlay {
		font-size: 24px;
	}
	
	#text-9, #text-10, #text-11, #text-12 {
		width: 100%;
		margin: 0%;
		padding: 2%;
	}
	
	#portfolio h4 {
		font-size: 24px;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 30px;
	}
	
	#text-13 h1 {
		font-size: 40px;
	}
	
	#text-13 p {
		width: 96%;
		margin: 2%;
		font-size: 24px;
	}
	
	#text-13.widget a.overlay {
		font-size: 24px;
		max-width: 70%;
		margin: 30px 15%;
	}
	
	#blog h1 {
		font-size: 40px;
	}
	
	.home .tribe-events-list .tribe-events-loop .tribe-event-featured, .innerCal .tribe-events-list .tribe-events-loop .tribe-event-featured, .innerCal .tribe-events-list .tribe-events-loop .tribe-events-category-events {
		margin: 5%;
		width: 90% !important;
	}
	
	.site-footer {
		padding-bottom: 5rem;
		padding-bottom: 50px;
	}
	
	section#custom_html-9 {
		width: 96% !important;
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	
	section#custom_html-9 h1 {
		font-size: 30px;
	}
	
	/* ============================= Inner Content ======================= */
	
	.page main.content, .post main.content, .single main.content {
		padding: 40px 25px;
	}
	
	.entry-title {
		font-size: 4em;
		font-size: 40px;
	}
	
	a.overlay.inner.one, a.overlay.inner.two, a.overlay.inner.three, a.overlay.inner.four {
		width: 90% !important;
		margin: 0px 5% 30px;
	}
	
	p.standOut {
		font-size: 24px;
	}
	
	.site-inner h4 {
		font-size: 2.4rem;
		font-size: 24px;
		margin-top: 0;
	}
	
	.content img.alignright,
	.content img.alignleft,
	.content img.alignnone {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	
	p.quotes, div.quotes {
		font-size: 22px;
		min-height: 0;
	}
	
	.innerNews .entry-title a {
		font-size: 2rem;
		font-size: 20px;
	}
	
	.innerNews  h2.entry-title {
		text-align: left;
	}
	
	.page main.content, .post main.content, .single main.content {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.innerNews h3.widget-title, .innerCal h3.widget-title {
		font-size: 50px;
		width: 100%;
	}
	
	p.applyList {
		font-size: 20px;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	span.underline {
		margin-bottom: -30px;
	}
}










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

	.mpp-home .content .featuredpost {
		text-align: center;
	}
	
	.mpp-home .content .featuredpost .entry,
	.mpp-home .content .featuredpost .entry:nth-of-type(3n+3) {
		float: none;
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
		max-width: 340px;
		width: 100%;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}

}

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

	.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%;
	}
	
	.header-image .site-header .site-title a {
		background-size: contain !important;
	}
	
	#about video {
		display: none;
	}
	
	#about {
		/*height: 70vh;*/
		background: url(/wp-content/uploads/2017/09/homeHero50.jpeg) top center;
		background-size: cover;
		padding-bottom: 0;
		position: static;
		margin-bottom: -40px;
	}
	
	.fbpic {
		padding-top: 0px;
	}

}


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

	.floating a.overlay {
		font-size: 16px;
	}
	
	.innerNews img.entry-image {
		max-width: 100px;
	}
}


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

	.innerNews img.entry-image {
		display: none;
	}
	
}



/* Footprints Page ====================== */

.footprints {
	background: #fff url(http://frontier.edu/wp-content/uploads/2018/10/footprintsBG.png) top center no-repeat;
	background-size: cover;
}

.footprints .site-header,
.footprints .entry-header,
.footprints .floatingSocial,
.footprints .floating,
.footprints .site-footer {
	display: none;
}

.footprints main.content {
	background: transparent;
	box-shadow: none;
	margin-bottom: none;
	padding: 0 0 0 0;
	border: none;
}

.footprints .site-inner {
	padding-top: 60px;
	text-align: center;
}

.footprints img.logoPic {
    width: 650px;
    max-width: 65%;
    margin-bottom: 60px;
    display: block;
    float: left;
}

.footprints img.rightLogo {
    width: 150px;
    max-width: 35%;
    margin-bottom: 60px;
    display: block;
    float: right;
}

.footprints a.overlay {
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.2);
	background: #33477d;
	font-size: 24px;
	width: auto;
	display: inline-block;
	padding: 20px 50px;
}

.footprints a.overlay.give {
	background-color: #007b85;
	max-width: 90%;
}

.footprints a.overlay.share {
	background-color: #deb475;
	max-width: 90%;
}

.footprints .footer-widgets,
.footprints .site-footer {
	display: none;
}

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

	.footprints img.logoPic {
		padding: 0 20px;
	    width: 80%;
	    max-width: 80%;
	    margin-top: 0px;
	}

	.footprints img.rightLogo {
		padding: 0 20px;
		width: 20%;
		max-width: 20%;
	}
	
}

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

	.footprints img.logoPic {
		padding: 0 20px;
	    width: 75%;
	    max-width: 75%;
	    margin-top: 0px;
	}

	.footprints img.rightLogo {
		padding: 0 20px;
		width: 25%;
		max-width: 25%;
	}
	
}

/* Table Press Edits circa 03/09/2020 Jason was here. ====================== */

.fall2020 .row-1 .column-1 {
	background-color:#004890;
	text-align: center;
}
.fall2020 .row-1 .column-2 {
	background-color:#6F1471;
	text-align: center;
}
.fall2020 .row-2{
	background-color:#047A86;
}
.fall2020 .row-8{
	background-color:#004890;
	text-align: center;
}

.winter2021 .row-1 .column-1 {
	background-color:#004890;
	text-align: center;
}
.winter2021 .row-1 .column-2 {
	background-color:#6F1471;
	text-align: center;
}
.winter2021 .row-2{
	background-color:#047A86;
}
.winter2021 .row-8{
	background-color:#004890;
	text-align: center;
}

.spring2021 .row-1 .column-1 {
	background-color:#004890;
	text-align: center;
}
.spring2021 .row-1 .column-2 {
	background-color:#6F1471;
	text-align: center;
}
.spring2021 .row-2{
	background-color:#047A86;
}
.spring2021 .row-11{
	background-color:#004890;
	text-align: center;
}
.spring2021 .row-12{
	background-color:#047A86;
	text-align: center;
}



.sb-sidebar {
	float: right;
	margin: 0 0 20px 30px; 
	background: #ccc; 
	padding: 20px; 
	width: 30px; 
}

.blue {color: #004990;}


/** SOCIAL ICONS - background filled **/                                                                                
.social-area {padding: 15px 0;}
.social-area a.btn-social {
	padding: 0 10px;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	opacity: 0.85;
	text-decoration: none;}

.social-area.bg-filled a.btn-social {padding: 3px 7px 0px 7px; margin: 0 8px 0 0;}
.social-area.bg-filled a.btn-social .dashicons {line-height: 1.3 !important;}
.social-area.bg-filled a.btn-social {color: white !important; float:left;}
.social-area.center {text-align: center;}
.social-area.center a.btn-social {float: none;}
.social-area.bg-filled.center a.btn-social {padding: 6px 7px 0px 7px; margin: 0 8px 0 0;}
.social-area a.btn-social:hover, a.btn-social:focus, a.btn-social:active  {background-color: transparent; opacity: 1;} 

a.btn-facebook, a.btn-facebook:hover, a.btn-facebook:focus, a.btn-facebook:active, a.btn-facebook a.btn-fill 
	{background-color: #3b5998; color: #FFF;}
a.btn-twitter, a.btn-twitter:hover, a.btn-twitter:focus, a.btn-twitter:active, a.btn-twitter a.btn-fill 							{background-color: #55acee; color: #FFF;}
a.btn-instagram, a.btn-instagram:hover, a.btn-instagram:focus, a.btn-instagram:active, a.btn-instagram a.btn-fill 	
	{background-color: #c32aa3; color: #FFF;}




ul.list-lined {
    list-style:none; 
    margin:0;
}

ul.list-lined li {margin:10px 0; padding: 10px 0;
border-bottom: 1px solid #ccc;}

ul.list-nobullet li {list-style:none; }

.text-color, a.text-color, .text-color a, .text-color b, .text-color strong {color: #222;}

.blockquote-third {
	width: 100%;
	margin: 0 auto;
	padding:36px;
	margin: 0 0 30px 0;	
}

@media (min-width: 781px) {
.blockquote-third {
	float:right;
	margin: 40px 20px 40px 50px;	
	width: 40%;
}
}
blockquote p {margin-bottom: 0px !important;}

.justified {text-align: justify;}

.blockquote-blue {background-color: #e3ebf3; border-bottom: 3px solid #004990; color: #004990 }

#covid .widget {margin-bottom: 0px; padding: 0;}
.covid-heading {font-size: 3.9rem; font-family: "Sensibility"}
#covid .covid p {font-size: 1.5rem; font-family: "Lato"}
.covidimg {float:left; width: 100%; max-width: 100%;}
#home-2 {background: #fff;}

@media (max-width: 782px) {
	.nomobile {display: none;}
}


.btn  {
    border-radius: 3px;
    padding: 15px 36px;
    padding: .9375rem 2.25rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease;
    border: 2px solid transparent;
}
.btn-blue 	{background:rgba(0, 73, 144, .7); color: #FFF;}
.btn-blue:hover {background:rgba(0, 73, 144, 1); color: #FFF;}
.btn-blue-outline  {border: 2px solid #004990; opacity: .7; color: #004990}

.btn-blue-outline:hover   {opacity: 1; color:#004990}

.align-middle img {vertical-align: middle;}
.align-middle p {display: inline;}




.bluebox {
	    background-color: #ecf4f5;
    border: 1px solid #d7f3f4;
    padding: 2% 5% 2% 5%;
    margin: 0 auto;
}

@media (max-width: 900px) {
	.bluebox {display: block;}
	}
@media (max-width: 581px) {
	.btn {display: block;}
	}



.headline1 {font-weight:700; color: #004990; font-size: 300%;line-height: 1.0em}
.headline2 {font-weight:300; color: #fff; font-size: 180%; margin-top:-26px; opacity: .8; line-height: 1.0em}

#siteorigin-panels-builder-5.widget {margin-bottom: 0px !important;}

/* Learn More Button circa 4/23/2020 Jason was here ++++++++++++++++ */
.learnmore{
	background-color: #037B85 !important;
	padding: 20px 80px !important;
	margin-top: 60px !important;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 5px 5px #ECECEC;
}


/* Team Cards - /about-frontier/culture-of-caring-2/ : SB 
.team-card .textwidget {
	background: #fff;
	 max-width: 300px;
}

.team-card .textwidget img {border-left: 10px solid #004990;}

.team-card h1 {font-family: 'Sense', sans-serif;
	font-size: 36px;
    font-size: 3.6rem;
	line-height: 1.2em;
	margin-bottom:0px;
	padding: 0 30px;
	}
.team-card .title {font-family: 'Sense', sans-serif;padding: 0 30px;}
.team-card-quote {font-family: 'Sense', sans-serif;font-size: 15px;padding: 0 30px;}
*/

	
.team-card.panel-widget-style	{background: #fff; margin: 30px; padding: 25px;}
.team-card img {width: 100%; float:none;margin: 0 0 15px 0;}
.team-card img:after {clear:both;}

.team-card:after,
.team-card img:after,
.team-card-panel:after{
  content: "";
  display: table;
  clear: both;
}

.team-card-panel:last-child{padding-bottom: 30px;}


.team-card h1 {font-family: 'Sense', sans-serif;
	font-size: 32px;
    font-size: 3.2rem;
	line-height: 1.2em;
	margin-bottom:5px;
	padding: 0 0px;
	color: #004990;
	}
.team-card .title {font-family: 'Sense', sans-serif;padding: 0px; font-size: 1.8rem; color: #878d98; line-height: 1.2em;}
.team-card-quote {font-family: 'Sense', sans-serif;font-size: 15px;padding: 15px 0px;}


@media only screen and (min-width: 901px) {
.team-card-panel {
    padding: 0px 30px;
    background: #f1f1f1;
	}
	.team-card.panel-widget-style {margin: 30px 0 0 0; }	
}

@media only screen and (min-width: 1271px) {
.team-card-panel {
    margin: 0px -90px;
	}
}	

@media (min-width: 600px) {
	.team-card img {float:left; margin: 0 25px 0 0; width:230px;}
}

@media (min-width: 780px) and (max-width: 980px) {
	.team-card img {width: 100%; float:none;margin: 0 0 15px 0;}
}

.title-subs  {color: #878d98;line-height: 1.5em;}
.title-subs strong {color: #004990;
	font-size: 23px;
    font-size: 2.3rem;
	font-weight: 600;
}


.epyt-gallery-allthumbs .epyt-gallery-thumb {
    width: 33% !important;
}

/** YouTube Video Gallery **/
@media (min-width: 801px) {
.page-id-4495 .epyt-gallery-allthumbs .epyt-gallery-thumb {
    width: 25% !important;
}
}

@media (max-width: 800px) and (min-width:0px) {
.page-id-4495 .epyt-gallery-allthumbs[class*="epyt-cols"] .epyt-gallery-title {display: none;}
}
	
	
