/*
Theme Name: AIA PA
Theme URI: http://underscores.me/
Author: Churchill Strategies
Author URI: http://churchillmedia.org/
Description: Design by Churchill Strategies, Development by Austin Ginder
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiapa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 AIA PA is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #282828; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

ul.columns-3 ul {
	float: left;
	padding: 0px;
	margin: 0px;
}

ul.columns-3 ul li{
  padding-right: 3em;
}


table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'architypebold';
    src: url('fonts/architype/architype-bold-webfont.woff2') format('woff2'),
         url('fonts/architype/architype-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'architypelight';
    src: url('fonts/architype/architype-light-webfont.woff2') format('woff2'),
         url('fonts/architype/architype-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
textarea {
	color: rgba(0, 0, 0, 0.9);
	font-family: 'architypelight';
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
.page-header h1,
.entry-header h1,
.entry-content h1 {
	background: url('img/h1.png') no-repeat top left;
	color: #000;
	font-size: 28px;
	padding: 46px 74px;
	background-size: contain;
	margin-bottom: 10px;
}
.page-header h1 a,
.entry-header h1 a,
.entry-content h1 a { 
	color: #000;
}
.entry-header h2,
.entry-content h2 {
	color: #343434;
	font-size: 20px;
	padding-top: 30px;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

.featured-image {
	margin-bottom: 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
 
blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 20px 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

body .gform_wrapper span.ginput_product_price {
	color: #EC3E41;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #343434;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #f94031;
	text-decoration: underline;
}

a.button {
	background: #ec3e41;
	color: #fff;
	padding: 3px 14px 1px 14px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.7px;
	font-family: 'architypebold', sans-serif;
}

a.button:hover {
	background: rgba(239, 60, 59, 0.78);
	color:#fff;
}

.buttons {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.buttons a.button {
    margin: 0.5%;
    font-size: 0.97em;
}

.buttons br {
    display: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	white-space: nowrap;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul li.edge:hover > ul {
	right: 0px;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

button.menu-toggle {
	background: none;
	box-shadow: none;
	border: 0px;
}

button.menu-toggle:before {
	content: "\f0c9";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 3em;
}

@media screen and (max-width: 870px) {
	.menu-toggle {
		float: right;
		margin-top: 17px;
		margin-right: 0px;
		display: block;
	}
	.main-navigation.toggled .nav-menu {
		display: block;
		width: 100%;
		padding: 10px;
		margin: auto;
		float: none;
		overflow: hidden;
		top: 7px;
	}

	.main-navigation.toggled > div > ul > li > a {
		line-height: inherit;
		color:#fff;
	}
	.main-navigation.toggled ul ul li a {
		color:#fff;
		width: 100%;
	}

	.main-navigation.toggled ul li.connect ul li a {
		width:32px;
	}

	.main-navigation.toggled li > a {
		font-size: 1.2em;
		padding: 3px 12px !important;
		display: block;
	}
	.main-navigation.toggled li > a:hover {
		background: #595959;
		color:#fff;
	}

	.main-navigation.toggled ul {
		display: block;
		clear: both;
		position: relative;
		z-index: 20;
		background: #282828;
	}

	.main-navigation.toggled ul li:hover > ul {
		padding:0px;
	}

	.main-navigation.toggled li {
		display: block;
		clear: both;
		width: 100%;
	}

	.main-navigation.toggled ul ul {
		display: block;
		top: 0px;
		left: 0px;
		box-shadow: none;
		width: 100%;
		border-left: 2px solid red;
		margin-left: 15px;
	}

	.main-navigation ul {
		display: none;
	}

}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-links {
	display: block;
    margin: 10px 0px 40px 0px;
    overflow: hidden;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 20px 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

aside.cat-post-widget h1 a {
    color: #fff;
}

aside.cat-post-widget ul {
	margin: 14px 0 20px 24px;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

#content {
	max-width: 1100px;
	min-height: 300px;
	margin: auto;
	padding: 16px 10px;
}

#page {
	max-width: 100%;
	overflow: hidden;
	background: #ccc;
}

body.home {
	background: #ccc;
}

ul.slides {
	margin: 0px;
}
ul.slides li {
	list-style: none;
}

.flexslider {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
}

.flexslider .slides {
	background: #ccc;
}

.flex-control-nav {
	bottom: 10px;
	z-index: 10;
}

#sponsors {
	height: 140px;
}

#sponsors .title {
	float: left;
	padding-top: 18px;
	text-align: right;
	width: 400px;
}

#sponsors .title a {
	background: #282828;
	color: #fff;
	padding: 2px 14px 3px 14px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.7px;
	font-family: 'architypebold', sans-serif;
	position: relative;
}
#sponsors .title a:before {
	top:0px;
	right:-14px;
	position: absolute;
	content:'';
	display: block;
	width: 0; 
	height: 0; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #282828;

}
#sponsors a.button:hover {
	background: rgba(239, 60, 59, 0.78);
	color:#fff;
}

#sponsors .title h2 {
	font-size: 2em;
	font-weight: normal;
	color:#595959;
	font-family: 'architypebold';
}

#sponsors .flexslider {
	max-width: 100%;
	width:350px;
	float:right;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-right: 100px;
}

#sponsors .flexslider .slides img {
	display: inline-block;
	max-height: 120px;
}

#sponsors .flexslider .slides > li {
	margin: 0%;
	line-height: 120px;
}
#sponsors .flexslider .slides > li {
	max-height: 120px;
}
#sponsors .flexslider .slides > li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#sponsors .flexslider .slides > li a:hover {
	opacity: 0.7;
}

#sponsors .flex-direction-nav {
	display: none;
}

@media (max-width: 1100px) {
	#sponsors .title {
		width: 300px;
	}
	#sponsors .flexslider {
		margin-right: 20px;
	}
}
@media (max-width: 920px) {
	#sponsors .title {
		width: 240px;
	}
	#sponsors .flexslider {
		margin-right: 20px;
	}
}
@media (max-width: 852px) {
	#sponsors {
		height: auto;
	}
	#sponsors .title {
		float:none;
		width: 100%;
		text-align: center;
	}
	#sponsors .flexslider {
		float:none;
		display: block;
		margin:20px auto;
	}

}
@media (max-width: 690px) {
	#sponsors .flexslider .slides > li {
		margin: 0;
		line-height: 120px;
	}

}

.flex-control-paging li a {
	width: 16px;
	height: 16px;
	background: transparent;
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	border: 2px solid #fff;
}

.flex-direction-nav a  { 
	text-decoration:none; 
	display: block; 
	width: 40px;
	height: 40px; 
	margin: -20px 0 0; 
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	overflow: hidden; 
	opacity: 1; 
	cursor: pointer; 
	color: rgba(0,0,0,0.8); 
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; transition: all .3s ease; 
	text-indent: -9999px;
	background: rgba(255, 255, 255, 0.5);
}
.flex-direction-nav .flex-prev { left: 16px; }
.flex-direction-nav .flex-next { right: 16px; text-align: left; }
.flexslider:hover .flex-prev { opacity: 1; left: 16px; }
.flexslider:hover .flex-next { opacity: 1; right: 16px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav a:before  { 
	content:'';
	width: 0px; 
	height: 0px; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #fff;
	border-left: 0px;
	display: block;
	margin: auto;
	top: 5px;
	position: relative;
}
.flex-direction-nav a.flex-next:before  { 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0px;
}

header#masthead {
	background: #181818;
	border-top: 5px solid #ec3e41;
	background-size: 440px;
	height: 87px;
}


header#masthead .inner {
	max-width: 1200px;
	padding: 0px 20px;
	margin: auto;
}

header#masthead .logo {
	padding-top: 11px;
	padding-left: 3px;
	float: left;
	display: block;
	max-width: 265px;
}

@media screen and (max-width: 400px) {
	header#masthead .logo {
		padding-top: 25px;
		max-width: 220px;
	}
}


.main-navigation a {
	color: #b4b4b4;
	position: relative;
}

.main-navigation > div > ul > li > a {
	line-height: 82px;
	padding: 0 10px 0 10px;
}
.main-navigation > div > ul >li:hover > a {
	background: #282828;
	color:#fff;
}

.main-navigation ul {
	float:right;
}

.main-navigation ul ul {
	margin-top: 0px;
	background: #282828;
	top: 82px;
}

.main-navigation ul ul li a {
	color:#7E7E7E;
	line-height: 28px
}

.main-navigation ul ul li {
	display: block;
	width: 100%;
}

.main-navigation ul ul li a:hover {
	background:#595959;
	color:#fff;
	display: block;
}

.main-navigation li.menu-item-has-children a {
	padding: 0 20px 0 10px;
}

.main-navigation li.menu-item-has-children > a:before {
	content:'';
	display: block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ec3e41;
	position: absolute;
	top: 39px;
	right: 5px;
}

.main-navigation li.menu-item-has-children:hover > a:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #595959;
}
.main-navigation li.menu-item-has-children.connect li {
	padding: 5px 10px;
	color: #ffffff;
	font-size: 12px;
	width: 172px;;
}

.home footer.site-footer {
	display: none;
}

body.home {
	padding-bottom: 80px
}

.home .col-sm-6 {
	text-align: center;
}

.home .col-sm-6 img {
	margin-bottom: 20px;
}

.home #mvBanner {
	margin-top: 0px;
}

footer.site-footer {
	color:#b4b4b4;
}
footer.site-footer ul.sub-menu {
	margin-top: 20px;
}
footer.site-footer .copyright {
	margin-bottom: 35px;
}
footer.site-footer a {
	color:#b4b4b4;
}

footer.site-footer a:hover {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

footer.site-footer h1.widget-title {
	margin-bottom: 20px;
}

footer.site-footer ul {
	margin: 0px;
	padding:0px;
}

footer.site-footer li {
	list-style: none;
}

footer.site-footer #connect li {
	list-style: none;
}

footer.site-footer #connect li a,
.main-navigation li.connect li a {
	display: inline-block;
	color: #fff;
	border: 1px solid #595959;
	text-align: center;
	line-height: 32px;
	margin: 12px 4px 0px 0px;
	padding: 0px;
	width: 32px;
	font-size: 21px;
	position: relative;
}
footer.site-footer #connect li a i,
.main-navigation li.connect li a i {
	position: relative;
	left:0px;
	bottom: 0px;
}
footer.site-footer #connect li a:hover,
.main-navigation li.connect li a:hover {
	background: transparent;
	display: inline-block;
}
footer.site-footer #connect li a.email:hover,
.main-navigation li.connect li a.email:hover {
	background: #ec3e41;
	border: 1px solid #ec3e41;
} 
footer.site-footer #connect li a.facebook:hover,
.main-navigation li.connect li a.facebook:hover {
	background: #3a5897;
	border: 1px solid #3a5897;
} 
footer.site-footer #connect li a.twitter:hover,
.main-navigation li.connect li a.twitter:hover {
	background: #2aa9df;
	border: 1px solid #2aa9df;
} 
footer.site-footer #connect li a.linkedin:hover,
.main-navigation li.connect li a.linkedin:hover {
	background: #0073a4;
	border: 1px solid #0073a4;
} 

footer.site-footer #connect li a.instagram:hover,
.main-navigation li.connect li a.instagram:hover {
	background: #3F6583;
	border: 1px solid #3F6583;
} 

footer.site-footer #connect li a.houzz:hover,
.main-navigation li.connect li a.houzz:hover {
	background: #87C735;
	border: 1px solid #87C735;
} 



.fa-houzz:before {
	content: '';
	display: block;
	background: url("img/houzz.png") no-repeat center center;
	background-size: 23px;
	height: 32px;
	width: 32px;
	position: absolute;
	bottom: -8px;
	right: -15px;
}

.main-navigation #connect {
	display: none;
}

.main-navigation ul li:hover > ul {
	padding: 10px 0px;
}

h2.site-description {
	color: #b4b4b4;
	margin-left: 27px;
	float: left;
	display: block;
	clear: none;
	line-height: 82px;
}

@media (max-width: 1052px) {
	h2.site-description {
		display: none;
	}
}

.circle {
	border-radius: 50%;
}

.circle.size-thumbnail {
	max-width: 54px;
	border-radius: 50%;
}

.circle.small-right {
	position: absolute;
	margin-left: 10px;
	margin-top: -4px;
	max-width: 32px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.circle.small-right:hover {
	max-width: 72px;
	margin-top: -27px;
	z-index: 999;
}

#ad {
	margin: auto;
	text-align: center;
}

#mvBanner {
	margin: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer.site-footer {
	padding-top: 40px;
	padding-bottom: 80px;
	background: #282828;
}

footer.site-footer .inner {
	max-width: 1080px;
	padding: 0px 20px;
	margin: auto;
}

/* Students */

.students {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.students .student {
    display: block;
    width: 30%;
    margin: 1.6%;
    background-color: #fff;
    text-decoration: none;
    position: relative;
}
.students .student:hover {
	opacity: 0.8;
}
.students .student .content {
	padding: 2em;
	margin-bottom: 20px;
}
@media (max-width: 790px) {
	.students .student {
	    display: block;
	    width: 46%;
	    margin: 1.6%;
	}
}
@media (max-width: 520px) {
	.students .student {
	    display: block;
	    width: 100%;
	    margin: 1.6% 0%;
	}
}

.students .entry-content {
	margin: 0px 1em 0 1em;
}

.students h2 {
	padding: 0px;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
}

.students h3 {
	position: absolute;
	bottom: 20px;
}

.student {
	border: 0px;
}

.student-profile {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 2%;
}

.student-profile .left {
	width: 75%;
}

.student-profile .left .top {
	height: 80%;
}

.student-profile .left .bottom {
	height: 20%;
}

.student-profile .right {
	width: 23%;
	background: #fff;
	margin-left: 2%;
	padding: 2%;
	text-align: right;
}

.student-profile .right h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.student-profile .right p {
	padding: 0px;
	margin: 0px;
}

.student-profile .right .button {
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 3px 5px 1px 14px;
}

@media (max-width: 960px) {
	.student-profile {
		flex-direction: column-reverse;
	}
	.student-profile .left {
		width: 100%;
	}
	.student-profile .right {
		width: auto;
		margin-bottom: 2%;
		text-align: center;
	}
}

.student-gallery {
    display: block;
    width: 100%;
    margin-bottom: 1%;
    overflow: hidden;
}

.student-gallery a {
	margin-right: 2%;
	padding: 0px;
	border: 0px;
	display: block;
	max-width: 32%;
	float: left;
}

.student-gallery a:nth-child(3n) {
	margin-right: 0%;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.entry-meta small {
	font-size: 13px;
}

.sticky {
	display: block;
}

li.cat-item.cat-item-1 {
	display: none;
}

.page-template-page-blog-php .sharedaddy.sd-sharing-enabled {
	display: none;
}

.archive .hentry,
.page-template-page-blog-php .hentry {
	border-bottom: 1px solid #b4b4b4;
}

.hentry:last-child {
	border: 0px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#interactive {
	position: relative;
	margin: 20px 0px;
	overflow: hidden;
}

#interactive img {
	float:left;
}
#interactive .description {
	float: left;
	padding-top: 92px;
	padding-left: 50px;
	font-size: 14px;
}

@media (max-width: 1090px) {
	#interactive .description {
		float: left;
		padding-top: 13px;
		padding-left: 31px;
		font-size: 14px;
		clear: both;
	}
}

#interactive .description strong {
	color:#fff;
	text-transform: uppercase;
}

#interactive ul {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 749px;
	height: 440px;
}

#interactive li {
	padding: 0px;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#interactive li a {
	background-color: #585858;
	display:block;
	width:28px;
	height: 28px;
	line-height: 28px;
	color:#fff;
	border-radius: 50%;
	text-align: center;
}

#interactive a.section1 {
	position: absolute;
	top: 69%;
	left: 93%;
}

a.section2 {
	position: absolute;
	top: 79%;
	left: 61%;
}

a.section3 {
	position: absolute;
	top: 60%;
	left: 78%;
}

a.section4 {
	position: absolute;
	top: 46%;
	left: 45%;
}
a.section5 {
	position: absolute;
	top: 24%;
	left: 78%;
}
a.section6 {
	position: absolute;
	top: 24%;
	left: 19%;
}
a.section7 {
	position: absolute;
	top: 83%;
	left: 85%;
}
a.section8 {
	position: absolute;
	top: 75%;
	left: 11%;
}

#interactive #content {
	display: none;
}

#interactive #content .description1 {
	background: url('img/state-pa-1.png') no-repeat;
}
#interactive #content .description2 {
	background: url('img/state-pa-2.png') no-repeat;
}
#interactive #content .description3 {
	background: url('img/state-pa-3.png') no-repeat;
}
#interactive #content .description4 {
	background: url('img/state-pa-4.png') no-repeat;
}
#interactive #content .description5 {
	background: url('img/state-pa-5.png') no-repeat;
}
#interactive #content .description6 {
	background: url('img/state-pa-6.png') no-repeat;
}
#interactive #content .description7 {
	background: url('img/state-pa-7.png') no-repeat;
}
#interactive #content .description8 {
	background: url('img/state-pa-8.png') no-repeat;
}

.job-manager .full-time, .job-types .full-time, .job_listing .full-time {
	color:#ec3e41;
}

.panel-group .panel {
	overflow: hidden;

}
.panel-default.panel {
	border-bottom: 1px solid #282828;
}
.panel-default.panel:last-child {
	border-bottom: 0px;
}
.panel-default,
.panel-default>.panel-heading {
	background: transparent;
	border: 0px;
	padding: 0px;
}

.panel-group .panel+.panel {
	margin-top: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top:0px;
	padding: 12px 0px;
	margin-bottom: 40px;
}

.panel-title {
	padding: 12px 0px;
	color: #fff;
}

.panel-group .panel-heading p {
	margin: 0px;
}

#tribe-events-bar {
	display: none;
}
.tribe-events-list h2.tribe-events-page-title {
	background: url('img/h1.png') no-repeat top left;
	font-size: 28px;
	padding: 42px 0px;
	text-align: left;
	margin: 0px;
}

.tribe-events-user-recurrence-toggle {
	text-align: left;
	display: none;
}
.tribe-events-list-separator-month {
	background-color: #282828;
	color:#fff;
}
#tribe-events .tribe-events-button.tribe-events-ical {
	display: none;
}

body .tribe-mini-calendar thead {
	background-color: #282828;
}

body .tribe-mini-calendar td, body .tribe-mini-calendar th {
	border: 1px solid #282828;
}
body.single-tribe_events .tribe-events-event-meta {
	border: 0px;
	background: #282828;
	color:#fff;
}

body .tribe-events-cal-links {
	display: none;
}
.tribe-mini-calendar-wrapper {
	margin-top: 20px;
}

ul.tribe-events-sub-nav {
	display: none;
}

body .tribe-events-list .type-tribe_events {
	border-bottom: 1px solid #b4b4b4;
}
body .tribe-events-list-event-description.tribe-events-content.description.entry-summary {
	margin: 0px;
}

body .tribe-events-list-event-description.tribe-events-content.description.entry-summary {
	margin: 0px;
}
body .tribe-events-loop .tribe-events-event-meta {
	margin: 0px;
}
body .tribe-events-list .type-tribe_events {
	padding: 1.25em 0;
}

.tribe-events-single-section.tribe-events-event-meta a {
	color:#fff;
}

#secondary {
	margin-top: 1.5em;
}

article.type-podcast {
	border-bottom: 1px solid #282828;
}

article.type-podcast:last-child {
	border-bottom: 0px;
	margin-bottom: 40px;
}

.recent-episodes {
	font-size: 1.2em;
}
.episode-meta {
	color:#b4b4b4;
}

.entry-content .episode-meta { 
	margin-bottom: 20px;
}

.episode-meta strong {
	text-transform: uppercase;
	color:#000;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.85em;
	line-height: 1.2em;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}


.gallery-columns-3 .gallery-item {
	max-width: 33%;
	padding: 1%;
}


.gallery-with-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery-with-links.gallery-columns-3 {
	margin: -1%;
}

.gallery-with-links .gallery-item {
	margin: 3% 0;
}

.gallery-with-links .gallery-item a {
    line-height: 1em;
    display: block;
}

.gallery-with-links .gallery-item h3 {
    margin-top: 2%;
    line-height: 1em;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.jp-carousel-info {
	display: none;
}

////////////////////////////////////////////////////////////////////////
//ADDITIONAL TIDBITS////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
siteorigin-bio_panel{margin:0px !important; margin-bottom:-30px !important; background:#000;}

.owl-item{width:33.3% !important; display: inline-block !important;}
.owl-stage{width:100% !important;}
.um-gallery-carousel{width:100% !important;}