/*
Theme Name: Evv Museum

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
@import url('css/begley.css');
@import url('css/navigation.css');
@import url('css/shop.css');


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: "myriad-pro", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding:0;
	background-color:#999999;
	font-size:100%;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-break:keep-all;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: normal;
}

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

small {
	font-size: 75%;
	line-height:normal;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: top;
}
svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
	width:auto !important;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* choose an option shopping cart drop down */
select#pricing {
          color:#237ebd!important;
        background-color:#fff!important;
        border: 1px solid #237ebd!important;
        padding-left:2%!important;
        font-weight:bold!important;
}
/* end drop down */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button,
select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #e8e8e8;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border:none;
	padding:0;
	margin:0;
	width:100%;
}

td,
th {
	vertical-align:top;
	padding: 1%;
	margin:0;
}
.pricing-table{
	border:1px solid #EFEFEF;}
.pricing-table td,
.pricing-table th {
	border:1px solid #EFEFEF;}
.pricing-table td table,
.pricing-table td table td {
	border:none;
	}
th {
	font-weight:700;
	text-align:left;
	}
#pricing td:last-child,
#pricing th:last-child{
	text-align:center;
	}
table.discounts {
	border-collapse: separate;
	width:100%;
	border:1px solid #EFEFEF;
	}
table.discounts td,
table.discounts th {
	border:1px solid #EFEFEF;}		
table.discounts th {
	text-align:center;
	}	
table.discounts td:first-child {
	text-align:right;
	}
table.discounts td:last-child {
	text-align:center;
	}			
/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-family:  "myriad-pro", sans-serif;
	margin:0 0 2% 0;
}

h1 {
	font-size:34px  ;
	line-height: 34px;
}

h2 {
	font-size: 30px;
	line-height: 30px;
}

h3 {
	font-size: 26px;
	line-height: 26px;
}
h4 {
	font-size: 22px;
	line-height: 22px;
}

h5 {
	font-size: 20px;
	line-height: 20px;
}

h6 {
	font-size: 18px;
	line-height: 18px;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p { 
	margin-top:0;
	margin-bottom: 2%;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 3% 0;
}

ul {
	list-style: disc;
}
ul ul{
	list-style: circle;
}
ol {
	list-style: decimal;
}
ol ol{
	list-style: upper-alpha;
	margin-bottom:10px;
}
ol ol ol{
	list-style: lower-roman;
}
ul li,
ol li {
	padding:0 0 0 10px;
	margin:0;
	text-indent:0;
}


fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
select {
	width:100%;
	background-color:#EBEBEB;
	-webkit-appearance: none;
	border:none;
	padding:2%;
	color: #666;
	}
select option{
	-webkit-appearance: none;
	padding:2%;
	color: #666
	}
		
button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

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


del {
	color: #767676;
}

hr {
	 border: 0; height: 1px; background: #999999; background-image: none;
	 display:block;
	 clear:both;
}
/**
 * 6.1 - Links
 */
.back-to-top {
	float:right;
	display:inline-block;
	}
.action{
	display:block;
	}	
.action a {
	color:#fff;
	background-color:#76B4CF;
	text-align:center;
	padding:15px;
	font-size:24px;
	display:inline-block;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	}
.action a:hover{
	color:#fff;
	background-color:#FDB813;
	
	}
/****/
.upcoming-events {
	display:block;
        min-width:100%!important;
	}	
.upcoming-events a {
	color:#fff;
	background-color:#76B4CF;
	text-align:center;
	padding:25px 15px 15px 15px;
	font-size:24px;
	display:inline-block;
        min-height:35px!important;
        min-width:92%!important;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	}
.upoming-events a:hover{
	color:#fff;
	background-color:#FDB813;
	
	}
/******/
.social-links a {
			display:inline-block;
			width:auto;
			}		
.social-links a img:hover {
	opacity:.75;
	}
		
a {
	color: #76B4CF;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #FDB813;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #5b5858;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #5b5858;
	color: #fff;
	text-shadow: none;
}



/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: rgba(255,255,255,0.75);
	font-family: "myriad-pro",sans-serif;
}

:-moz-placeholder {
	color: rgba(255,255,255,0.75);
	font-family: "myriad-pro",sans-serif;
}

::-moz-placeholder {
	color: rgba(255,255,255,0.75);
	font-family: "myriad-pro",sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(255,255,255,0.75);
	font-family: "myriad-pro",sans-serif;
}


/**
 * 5.0 - Forms
 */

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	border: none;
	color:#fff;
	background-color:#76B4CF;
	text-align:center;
	padding:10px;
	font-size:24px;
	display:inline-block;
	text-transform:uppercase;
	margin:20px auto;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #666;
	color: #fff;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background-color: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	color: #757575;
	padding: 0.375em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #FDB713;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #757575;
	display: block;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


.search-form .screen-reader-text {
	display:none;}



/**
 * Navigation
 */


.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: "myriad-pro",sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: "myriad-pro",sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	-webkit-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #FDB713;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: "myriad-pro",sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	font-weight: 700;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 52px;
	line-height: 52px;
	position: relative;
	width: 52px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #FDB713;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	color: #757575;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */
/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	padding-top: 0;
}

.grid-right {
	float: right;
	padding-top: 0;
}
.col-60,
.col-80,
.col-100,
.col-120, 
.col-140,
.col-160,
.col-180,
.col-200, 
.col-220,
.col-240,
.col-260,
.col-280, 
.col-300,
.col-320,
.col-340,
.col-360, 
.col-380,
.col-400,
.col-420,
.col-460 
.col-480,
.col-500,
.col-520, 
.col-540,
.col-560,
.col-580,
.col-600, 
.col-620,
.col-640,
.col-660,
.col-680, 
.col-700,
.col-720,
.col-740,
.col-760, 
.col-780, 
.col-860 {
	display: inline;
	margin-right: 2%;
}
.col-60 {
	width: 6%;
}
.col-80 {
	width: 8%;
}
.col-100 {
	width: 10%;
}
.col-120 {
	width: 12%;
}

.col-140 {
	width: 14%;
}
.col-160 {
	width: 16%;
}
.col-180 {
	width: 18%;
}
.col-200 {
	width: 20%;
}
.col-220 {
	width: 22%;
}
.col-240 {
	width: 24%;
}
.col-260 {
	width: 26%;
}
.col-280 {
	width: 28%;
}
.col-300 {
	width: 30%;
}
.col-320 {
	width: 32%;
}
.col-340 {
	width: 36%;
}
.col-360 {
	width: 36%;
}
.col-380 {
	width: 38%;
}
.col-400 {
	width: 40%;
}
.col-420 {
	width: 42%;
}
.col-460 {
	width: 46%;
}
.col-480 {
	width: 48%;
}
.col-500 {
	width: 50%;
}
.col-520 {
	width: 52%;
}
.col-540 {
	width: 54%;
}
.col-560 {
	width: 56%;
}
.col-580 {
	width: 58%;
}
.col-600 {
	width: 60%;
}
.col-620 {
	width: 62%;
}
.col-640 {
	width: 64%;
}
.col-660 {
	width: 66%;
}
.col-680 {
	width: 68%;
}
.col-700 {
	width: 70%;
}
.col-720 {
	width: 72%;
}
.col-740 {
	width: 74%;
}
.col-760 {
	width: 76%;
}
.col-780 {
	width: 78%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: "myriad-pro",sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin:0 3% 3% 0;
}

.alignright {
	float: right;
	margin: 0 0 3% 3%;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 3%;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-footer:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	margin-bottom: 3.5em;
	word-wrap: normal  ;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget-title {
	font-family: "myriad-pro",sans-serif;
	font-size: 20px;
	letter-spacing:0;
	line-height: 1.3125;
	margin:0 0 1% 0;
	text-transform: inherit;
	font-weight:normal;
	display:block;
}
.widgettitle {
	font-family: "myriad-pro",sans-serif;
	font-size: 20px;
	letter-spacing:0;
	line-height: 1.3125;
	margin:0 0 1% 0;
	text-transform: inherit;
	font-weight:normal;
	display:block;
}
.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #FDB713;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #757575;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #757575;
	display: block;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #757575;
	display: block;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	display: inline-block;
	font-family: "myriad-pro",sans-serif;
	font-size: inherit !important;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #FDB713;
	color: #FDB713;
}


/**
 * 11.0 - Content
 */



.site-inner {
	padding:0;
	margin: 0 auto;
	max-width: 1360px;
	position: relative;
	display:block;
}
.stage {
	background-color:#fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	z-index:0;
	display:block;
	margin: 0 auto;
	max-width: 1360px;
	position: relative;
}
.stage-inner {
	padding:1% 1% 2% 1%;
	display:block;
	}
	
.tier .stage-inner {
	padding:4%;}	
.site-main {
		color:#666;
	font-size:16px;
	font-family: "myriad-pro",sans-serif;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	font-family: "myriad-pro-condensed",sans-serif;
	padding:0;
	width:100%;
	display:block;
	margin:0;
	background-color:#fff;
}

.header-image {
	display:block;
		
}
.header-image img {
	max-width:100%;
	height:auto;
	margin: 4% 0 4% 0;
	}
.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 6.2 - Menus
 */

#menu-top { 
	text-transform:uppercase !important;
	padding-top:4px;
	
	}
#menu-top #mega_main_menu a{
	  
	text-transform:uppercase !important;
	
	}
			
#menu-top li{
	margin:0 2px 0 2px !important;
	}
#menu-top span{
	min-width:80px;
	text-align:center;
	}	
#menu-secondary {
	margin: 5% 0 1% 0 ;
	text-transform:uppercase !important;
	}	
#menu-secondary #mega_main_menu a{
	  
	text-transform:uppercase !important;
	
	}		
#menu-secondary #mega_main_menu.responsive-enable.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before  {
display: none !important;
 }
 #menu-secondary #mega_main_menu ul .nav_search_box {
	padding-left: 0px !important;
 	padding-right: 6px !important;
 }  		
#menu-primary {
	  font-family: "myriad-pro",sans-serif;
	background-color:#cac9cb;
	text-transform:uppercase !important;
	width:100%;
	display:block;
	}
#menu-primary #mega_main_menu a{
	  
	text-transform:uppercase !important;
	
	}	
#menu-primary #mega_main_menu .mega_dropdown a{
	  
	text-transform: none !important;
	
	}		
#menu-primary .site-inner{
	max-width: 1360px;
	
	}	

#menu-primary li{ margin:0 2px 0 2px !important;
border:none !important;}
#menu-primary li li{ margin:0 !important;
border:none !important;}
#menu-primary a{ border:none; padding:0 33px 0 33px !important;}
#mega_main_menu.primary li > span.item_link {text-transform: uppercase!important;  }
#mega_main_menu.primary li.default_dropdown > .mega_dropdown > li > a.item_link {text-transform: none!important; border: none; height:40px; line-height:35px; }
#mega_main_menu.primary li.default_dropdown > .mega_dropdown > li > a.item_link { padding-top:10px;
padding-bottom:10px; }	
#mega_main_menu li.default_dropdown > .mega_dropdown { border:none; min-width: 300px;
width:auto; }


 #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after { content: ' '; display: block; width: 0px; height: 0px; position: absolute; top: 50%; right: 5px; margin-top: -2px; border-width: 0; border-style: none; }

#mega_main_menu a{
	border:none;
	}
#menu-footer {
	text-align:right;}	
#menu-footer .menu {
	text-align:right;
	margin:0;
	padding:0;
	}
#menu-footer .menu li {
	display: inline-block;}
#menu-footer .menu li a{
	display: block;
	padding:0 0px 0 10px;}	
#menu-footer .menu li a:after {
	padding-left:10px;
	content:'|';}		
#menu-footer .menu li:last-child a:after {
	padding-left:10px;
	content:' ';}	


/**
 * Slideshow / Carousel
 */	
	#slideshow {
		padding:.5% 0 1% 0;
		background-color:#fff;
		width:100%;
		overflow:hidden;
		text-align:center;
		}
		.metaslider-54 .flexslider {
			max-width: 1345px; 
			width: 1345px; 
			margin: 0 auto !important;
			text-align:center;
		}
		.metaslider-54 .flexslider ul {
			margin:0;
			padding:0;
			text-align:center;
			width: 1360px;
			}
		.metaslider-54 .flexslider li {
			margin:0;
			padding:0;
			text-align:center;
			width: 1360px;
			}
		.metaslider-54 .flexslider img {
			padding:0 ;
			margin:0 auto !important;
			width:98.9% !important;
			}
	.metaslider-54 	.flex-viewport {
			overflow: visible !important;
			}
		.metaslider-54 	.layer {
				width:auto !important;
				max-width:45%;
				max-height:160px !important;
				min-height:160px !important;
				top:60% !important;
				color:#fff !important;
				margin-left:.3%;
				text-align:center;
			}
		.metaslider-54 	.ms_content_wrap {
				padding:2% 5% 2% 5%!important;
				}
	.metaslider-54 	.layer h1 {
	font-size:30px !important ;
	line-height:36px !important;
	text-transform:uppercase;
}

.metaslider-54 .layer h2 {
	font-size: 24px !important;
	line-height: 1;
}

.metaslider-54 .layer h3 {
	font-size: 22px !important;
	line-height: 1.0909090909;
}

.metaslider-54 .layer h4 {
	font-size: 20px !important;
	line-height: 1.2;
}

.metaslider-54 .layer h5 {
	font-size: 18px !important;
	line-height: 1.3333333333;
}

.metaslider-54 .layer h6 {
	font-size: 16px !important;
	line-height: 1.5;
}		
/**
 * Sponsors Slideshow / Carousel
 */	
	
		.metaslider-1100 .flexslider {
			max-width: 150px; 
			width: 150px; 
			margin: 0 auto !important;
			text-align:center;
		}
		.metaslider-1100 .flexslider ul {
			margin:0;
			padding:0;
			text-align:center;
			width: 150px;
			}
		.metaslider-1100 .flexslider li {
			margin:0  50px 0 50px !important;
			padding:0;
			text-align:center;
			width:150px;
			}
		.metaslider-1100 .flexslider img {
			padding:0 ;
			margin:0 auto !important;
			width:auto !important;
			max-height: 100px !important;
			}
	.metaslider-1100 	.flex-viewport {
			overflow: visible !important;
			}				
/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}


.entry-title {
	font-family: "myriad-pro",sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	padding:0;
	margin-top:0;
	margin-bottom: 1% !important;
	color: #76b4cf;
}


.tier .entry-title {
	font-family: "myriad-pro",sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	padding:1% 1% 1% 2%;
	margin-top:0;
	margin-bottom: 1% !important;
	color: #76b4cf;
	background-color:#efefef;
}
.archive-title {
	font-family: "myriad-pro",sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	padding:1% 1% 1% 2%;
	margin-top:0;
	margin-bottom: 1% !important;
	color: #76b4cf;
	background-color:#efefef;
}
.tier .entry-content {
	padding:1% 2% 1% 2%;
	}
#news .entry-title{
	padding:0;
	color: #76b4cf;
	background-color: transparent;}

#news .entry-title a {
	padding:1% 1% 1% 0 ;
	display:block;
	background-color: transparent;
	border-bottom:1px solid #CAC9CB;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #FDB713;
}
.entry-content .post-thumbnail {
	width:35%;
	display: block;
	padding: 0 4% 2% 0;
	float:left;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
	width:100%;
	height: auto;
}
.post-thumbnail {
	width:100%;
	margin:0 0 2% 0;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content,
.textwidget {
	word-wrap: normal;
	font-size:16px;
	line-height:22px;
	padding-bottom:3%;
}
.post {
	border-bottom:2px dotted #999;
	margin-bottom:2%;
	}



.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}



.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	clear: both;
	margin-top: 1.75em;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description {
	word-wrap: break-word;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #757575;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #757575;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #FDB713;
}
.entry-header {
	margin-bottom:2%;
	}
.entry-meta > span:not(:first-child):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.entry-footer > span:not(:first-child):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #757575;
	display: block;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.sticky .posted-on,
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	margin: 0 7.6923% 3.5em;
}

body:not(.error404):not(.search-no-results) .page-header {
	border-top: 4px solid #1a1a1a;
	padding-top: 1.75em;
}

.page-title {
	font-family: "myriad-pro",sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "myriad-pro",sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #FDB713;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

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

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}
#evcal_calendar_past .evo_metarow_gmap{display:none;}
#evcal_calendar_past .evo_metarow_time_location{display:none;}
#evcal_calendar_current .evo_metarow_gmap{display:none;}
#evcal_calendar_current .evo_metarow_time_location{display:none;}
#evcal_calendar_upcoming .evo_metarow_gmap{display:none;}
#evcal_calendar_upcoming .evo_metarow_time_location{display:none;}
#evcal_calendar_collection .evo_metarow_gmap{display:none;}
#evcal_calendar_collection .evo_metarow_time_location{display:none;}



#sponsors {
		overflow:hidden;
		}
		.metaslider-1100 .flexslider {
			max-width: 200px; 
			width: 200px; 
			margin: 0 auto !important;
			text-align:center;
		}
		.metaslider-1100 .flexslider ul {
			margin:0;
			padding:0;
			text-align:center;
			width: 200px;
			}
		.metaslider-1100 .flexslider li {
			margin:0;
			padding:0;
			text-align:center;
			width: 200px;
			}
		.metaslider-1100 .flexslider img {
			padding:0 ;
			margin:0 auto !important;
			}
	.metaslider-1100 	.flex-viewport {
			overflow: visible !important;
			}	
	
/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #999;
	font-family: "myriad-pro",sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
	color:#999;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #e8e8e8;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #757575;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #757575;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #FDB713;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	color: #FDB713;
	display: inline-block;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #FDB713;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #757575;
	display: block;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #e8e8e8;
	font-family: "myriad-pro",sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

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

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}







/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	max-width: 33.33%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #757575;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.75em;
}

.widecolumn  .mu_register .mu_alert {
	padding: 0.875em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #757575;
	font-family: "myriad-pro",sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}





/**
 * Home Content
 */



	.site-content {
		margin:0;
		padding: 0;
		position:relative;
		display:block;
		width:100%;
		background-color:#fff;
		background-image:url(images/content-bg.jpg);
	}
	.white-gradient {
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
		display:block;
		position:relative;
		width:100%;
		margin:0;
		padding:0;

		}
	#sidebar {
		color:#999999; 
		padding: 0;
		font-family: "myriad-pro",sans-serif;
		
	}
	#sidebar .widget-title{
		font-family: "myriad-pro-condensed",sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size:24px;
		line-height:24px;
		color:#999999;
		text-transform:uppercase;
		padding-bottom:10px;
		border-bottom:2px dotted #666;
		}
	#evcal_calendar_history-feature	.evo_cal_above,	
	#evcal_calendar_history-feature	.evo_cal_above_content,
	#evcal_calendar_history-feature #evcal_cur,
	#evcal_calendar_history-feature .evo_arrows{
		display:none;}	
	.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{
		background-color: rgba(0, 0, 0, .3) !important;
	}			
	.features {
		width:100%;
		display:block;
		float:left;
		margin-bottom:2%;
		}	
	.features aside {
		display:block;
		float:left;
		width:32.6%;
		margin-right:1%;}
	.features aside:first-of-type {
		color:#fff;background-color:#76b4cf;}
	.features aside {
		color:#fff;background-color:#bdab8c;}
	.features aside:last-of-type {
		color:#fff;background-color:#fdb813;
		margin-right:0;
		}
	.features .widget {
		padding:0;
		margin-bottom:1%;
		}
	.features h2.widget-title {
		padding:10px 10px 0px 10px;
		margin:0 !important;
		font-size:16px !important;
		line-height:16px !important;
		height:auto !important;
		}
	.features .evo_widget,
	.features .ajde_evcal_calendar {
			margin:0 !important;
			padding:0 !important;
			}	
	.content-area {
		float: left;
		width: 73%;
		display:block;
	}
.tier-content .content-area {
		float: left;
		width: 90%;
		display:block;
	}
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.hours {
		
		display:block;
		color:#666;
		
	}
	.hours aside{
		margin:0;
		padding:0;
		
	}
	.hours table{
		border:none;
		width:100%;
		margin:0 !important ;
		padding:0;
		font-size:15px;
		}
		
	.hours td{
		border:none;
		padding:1% 0 1%  0 !important;
		margin:0 !important;
		}	
	.hours h2.widget-title {
		color:#76b4cf;
		background-color:#efefef;
		text-transform:uppercase;
		padding:2% 2% 2% 3%;
		display:block;
		font-size:22px;
		margin:0 !important;
	}
	.hours .textwidget {
		padding:2% 2% 2% 3%;
		font-size:16px;
		line-height:20px;
		}
	.hours p {
		padding:0 !important ;
		margin:0 !important;
		font-size:15px;
		line-height:20px;
		}	
	.hours h6 {
		font-size:18px !important;
		line-height:20px!important;
		font-weight:normal!important;
		font-style:normal!important;
		margin:0!important;
		padding:3% 0 1%  0;
		}
	/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}		
	.widget {
		font-size: 13px;
	}

	.widget-title {
		margin-bottom: 3%;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd {
		margin-bottom: 2%;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		color:#666;
		font-size: 15px;
		margin:20px auto;		
		padding: 4%;
		background-color:#EFEFEF;
		width:80%;
		clear:both;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.6923076923em 0.5384615385em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	
	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	 
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	
	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.no-sidebar .post-thumbnail {
		margin-right: 0;
		margin-left: 0;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
/**
 * 11.6 - Footer
 */
.secondary-footer {
	width:100%;
	display:block;
	position:relative;
	padding: .7% 0 1.5% 0;
	background-color:#efefef;
	color:#fff;
	border-top:5px solid #fff;
	z-index:500;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.5);
	margin: -10px auto 0 auto;
}
.secondary-footer .site-inner {
	padding:0;
	max-width:1360px;
	}
.secondary-footer .widget-title {
	color:#999999;
	font-size:20px;
	text-align:center;}
.secondary-footer .widget {
	
	margin:0;
	padding:0;
	}	
.secondary-footer aside {
	text-align:center;
	margin:0;
	padding:0;
	}
		
		
.site-footer {
	width:100%;
	display:block;
	position:relative;
	padding: 0;
	background-color:#999999;
	color:#fff;
	border-top:5px solid #fff;
	margin: -10px auto 0 auto;
	z-index:501;
	font-family:"myriad pro", sans-serif;
	
}
.site-footer a {
	color:#fff;
	}
.site-footer a:hover {
	color:#FDB813;
	}
.site-footer td{
	border:none;}		
#footer-sidebars {
	width:100%;
	display:block;
	padding:2% 0 0 0;
	}
#footer-2 aside{
	float:left;
	width:23%;
	margin-right:2%;
	margin-bottom:2%;
	}	
#footer-2 aside .widget-title{
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	margin:0 0 2% 0;
	}
.widget ul{
	list-style:none;
	margin:0;
	padding:0;
	}	
.widget_nav_menu a{
	color:#fff;
	font-size:16px;
	line-height:24px;
	text-decoration: none !important;
	}
#footer-2 aside .connect {
	margin-right:0;}	
#footer-2 aside .connect ul{
	margin:0;
	padding:0;
	}	
.connect a{
	color:#fff;
	font-size:16px;
	line-height:24px;
	text-decoration: none !important;
	}
	h5.email-header {
		font-size:16px;
		margin:2% 0 1% 0;
		padding:0;}
	#search-2{
		width:60% !important;
		display:block;
		margin-top:-8%;
		}		
#search-2 h2.widget-title {
	font-family: "myriad-pro",sans-serif;
	font-size: 20px;
	letter-spacing:0;
	line-height: 24px;
	margin: 0 1% 2% 0;
	text-transform: inherit;
	font-weight:normal;
	display:inline;}	
#search-2 form {
	display:inline;
	width:100%;
	}
#search-2 .search-field {
	background-color:#858585;
	border:none;
	color: rgba(255,255,255,.75) ;
	width:100%;
	max-width: 250px;
	}					
.site-info {
	display:block;
	font-size: 13px;
	line-height: 20px;
}

.site-info a {
	color: #fff;
}

.site-info a:hover,
.site-info a:focus {
	color: #efefef;
	text-decoration:none;
	border:none;
	outline:0;
}
.widget_sp_image h2.widget-title {
	display:none;
	}
#fscf_label1_1 {
	padding:0 !important;}	
.next-showing {
	
	display:block;
	}
.next-showing .calendar_header {
	display:block;
	float:left;
	margin-right:4% !important;
	}
.next-showing #eventon_loadbar_section{
	display:none;}	
.next-showing .eventon_events_list	{
	display:inline;
	float:left;
	width:240px;
	}
.next-showing .calendar_header p {
	font-size:28px !important;}		
.next-showing .evcal_cblock {
	float:left !important;
	width:10% !important;
	
	}
.next-showing .evo_info{
	float:right !important;
	width:70% !important;
	margin-left:1% !important;
	padding-left: 0 !important;
	}		
.next-showing .eventon_events_list .event {
	height: auto !important;
	border-radius: 0 !important;
	}
.next-showing .evo_metarow_gmap,
.next-showing .evcal_gmaps {
	display:none !important;}
	
	#evcal_calendar_art-collection #evcal_head,
	#evcal_calendar_history-collection #evcal_head,
	#evcal_calendar_science-collection #evcal_head{
		display:none;}
/**
 * 14.0 - Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 2048px) {}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1280px) {
	.site-header .site-inner {
		padding:0 2% 0 2%;
		}
	.header-image {
		width:45% !important;
		}
	
	#menu-primary a { 
		border:none; 
		padding:0 26px 0 26px !important;
		}
		
	.metaslider-54 .flexslider {
		max-width: 1271px; 
		width: 1271px; 
		margin: 0 auto !important;
		}	
		
	.metaslider-54 	.layer {
		width:auto !important;
		max-width:50%;
		height:auto !important;
		max-height:none !important;
		min-height:150px !important;
		top:55% !important;
		color:#fff !important;
		text-align:center;
			}
	.site-footer .site-inner {
		padding:0 2% 0 2%;
		}
	.hours .textwidget {
		padding:2% 2% 2% 3%;
		font-size:14px !important;
		line-height:18px !important;
		}	
		}
@media screen and (max-width: 1024px) {
	.site-inner {
		max-width:1024px;}
	
	#menu-primary a { 
		border:none; 
		padding:0 16px 0 16px !important;
		}
		#mega_main_menu.top > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { font-family: inherit; font-size: 17px !important; font-weight: 400; }	
		#mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { 
		font-family: inherit; font-size: 19px !important; font-weight: 400; }
	.metaslider-54 .flexslider {
		max-width: 1024px; 
		width: 100%;
		margin: 0 auto !important;
		}		
	.metaslider-54 	.layer {
		width:auto !important;
		max-width:55%;
		height:auto !important;
		max-height:none !important;
		min-height:175px !important;
		top:45% !important;
		color:#fff !important;
		text-align:center;
			}
	.metaslider-54 	.layer h1 {
	font-size:24px !important ;
	line-height:26px !important;
	text-transform:uppercase;
}

.metaslider-54 .layer h2 {
	font-size: 22px !important;
	line-height: 1;
}

.metaslider-54 .layer h3 {
	font-size: 20px !important;
	line-height: 1.0909090909;
}

.metaslider-54 .layer h4 {
	font-size: 18px !important;
	line-height: 1.2;
}

.metaslider-54 .layer h5 {
	font-size: 16px !important;
	line-height: 1.3333333333;
}

.metaslider-54 .layer h6 {
	font-size: 14px !important;
	line-height: 1.5;
}				
	.site-footer .site-inner {
		padding:0 2% 0 2%;
		}
	.hours .textwidget {
		padding:2% 2% 2% 3%;
		font-size:14px !important;
		line-height:18px !important;
		}	
}
@media screen and (max-width: 768px) {
	.site-inner {
		max-width:768px;
		}
	.site-header .site-inner {
		padding:0 0 0 2%;
		}
	.header-image {
		width:40% !important;
		}
	#menu-top { 
		float:right;
		text-transform:uppercase !important;
		margin-top:4px;
		margin-left:0%;
		}
	#menu-top li{
		margin:0 2px 0 2px !important;
		}
	#menu-top span{
		min-width:60px;
		text-align:center;
		}		
	#mega_main_menu.top > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { font-family: inherit; font-size: 17px !important; font-weight: 400; }	

#mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { 
		font-family: inherit; font-size: 17px !important; line-height:17px !important; font-weight: 400; }	
#menu-primary li{ 
margin:0 2px 0 2px !important;
border:none !important;
text-align:center !important;
}
li.menu-item-48, li.menu-item-255 {
	max-width:150px !important;}
#mega_main_menu.primary { min-height:45px !important; }

 #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .logo_link, #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box, #mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, #mega_main_menu.primary.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, #mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, #mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:45px !important; line-height:45px !important; }	
 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { text-align:center; height: 45px !important; }
	
#menu-primary a { 
		border:none; 
		padding:0 12px 0 12px !important;
		}
#mega_main_menu.primary ul li .mega_dropdown > li > .item_link, #mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text, #mega_main_menu.primary ul li .mega_dropdown, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_description { font-family: inherit; font-size: 16px; font-weight: 400; text-align:left !important; }		
#mega_main_menu li.default_dropdown > .mega_dropdown { border:none; min-width: 230px;
width:auto; }		
#mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { 
		font-family: inherit; font-size: 17px; font-weight: 400; }	
 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li { display: inline-block; vertical-align: text-bottom!important; margin: 0px; padding: 0px; float: none; height: auto; width: auto; overflow: visible; background-color: transparent; border: 0px none; }
 
 #menu-secondary {
	margin: 3% 0 3% 0 ;
	}

.metaslider-54 .flexslider {
		max-width: 768px; 
		width: 100%; 
		margin: 0 auto !important;
		}
 #sidebar {
	 float:none;
	 width:100%;
	 text-align:center;
	 }	
.content-area {
		float: none;
		width: 100%;
		display:block;
	}
.secondary-footer .site-inner {
	padding:0;
	}	
.secondary-footer #sponsors{
	width:98%;
	display:block;
	margin:0 auto;
	float:none;
	}
.secondary-footer #sponsors .flex-viewport ul {
	width:200% !important;
	}	
.secondary-footer #sponsors .flex-viewport ul li:first-child{
	margin-left:.5%;
	}	
.secondary-footer #accreditations{
	margin-top:3%;
	width:98%;
	float:none; 
	text-align:center !important;
	}
.secondary-footer #accreditations .widget-title{
	padding:0;
	margin:0;
	}
.secondary-footer #accreditations .flex-viewport{
	width:auto !important;}			
.secondary-footer #accreditations .flex-viewport ul{
	margin-top:3%;
	width:100% !important;
	float:none; 
	text-align:center !important;
	}
.secondary-footer #accreditations .flex-viewport li{
	float:none !important;
	display:inline-block !important;
	
	}
.tier-content {width:100%;
}			
#footer-2{
	 float:none;
	 width:100%;
	 }
#footer-2 #nav_menu-2{
		width:18%;
		}
	#footer-2 #nav_menu-3{
		width:16%;
		}
		#footer-2 #nav_menu-4{
		width:27%;
		}	
	#footer-2 .connect{
		width:30%;
		}
	#search-2{
		width:50% !important;
		display:block;
		margin-top:6%;
		}
	#search-2 form {
	margin-top:2%;
	display:inline-block;
	}				 
#footer-1{
	 float:none;
	 width:auto;
	 }	
#footer-1 aside{
		text-align:center;
		margin-top:4%;
		margin-right:0;
		display:block;
		width:100%;
		}
	#footer-1 table{
		width:auto !important;
		text-align:left;
		margin:0 auto;
		padding:0;
		}
	#footer-1 td{
		word-break:keep-all;
		padding:0;
		margin:0;
		}	
	#footer-1 td:first-child{
		width:44%!important;
		}
	#footer-1 td:last-child{
		width:56%!important;
		}
		#search-2{
		width:100% !important;
		display:block;
		margin:6% auto 0 auto;
		float:none;
		text-align:center;
		}
		#search-2 h2.widget-title {
	font-family: "myriad-pro",sans-serif;
	font-size: 20px;
	letter-spacing:0;
	line-height: 24px;
	margin: 0 1% 2% 0;
	text-transform: inherit;
	font-weight:normal;
	display:inline;}	
#search-2 form {
	display:inline;
	width:100%;
	}
#search-2 .search-field {
	background-color:#858585;
	border:none;
	color: rgba(255,255,255,.75) ;
	width:100%;
	max-width: 250px;
	}					  		 						

	.ezcol-one-quarter,
	.ezcol-one-half,
	.ezcol-three-quarter,
	.ezcol-one-third,
	.ezcol-two-third,
	.ezcol-one-fifth,
	.ezcol-two-fifth,
	.ezcol-three-fifth,
	.ezcol-four-fifth {
		width: 48% !important;
		margin-right: 2%;
	}
	.ezcol-last {
		float: left;
		clear: none;
		display: block;
	}
	.ezcol-last:after {
		content: "";
		display: block;
		clear: none;
	}
	.ezcol-last + .ezcol-divider {
		clear: none !important;
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
@media (max-width: 767px) {
	
	#menu-primary li{ 
margin:0 2px 0 2px !important;
border:none !important;
text-align:center !important;
}
li.menu-item-48, li.menu-item-255 {
	max-width:none !important;
	}

#menu-primary a { 
		border:none; 
		padding:0 12px 0 12px !important;
		}
#mega_main_menu.primary ul li .mega_dropdown > li > .item_link, #mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text, #mega_main_menu.primary ul li .mega_dropdown, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_description { 
	font-family: inherit; font-size: 22px; font-weight: 400; text-align:left !important; 
	}		
#mega_main_menu li.default_dropdown > .mega_dropdown { 
	border:none; 
	min-width: 230px;
	width:100%; 
	}		
#mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { 
		font-family: inherit; font-size: 22px; font-weight: 400; }	
 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li { 
 	display: block; vertical-align: text-bottom!important; margin: 0px; padding: 0px; float: none; height: auto; width: auto; overflow: visible; background-color: transparent; border: 0px none; 
 }

	.metaslider-54 .flexslider {
		max-width: 767px; 
		width: 100%; 
		margin: 0 auto !important;
		}
	
	#menu-top ul.mega_main_menu_ul {
		text-align:center !important;
		}
	#menu-top li{
		width:auto !important;
		display:inline-block !important;
		margin:0 2px 0 2px !important;
		}
	#menu-top span{
		min-width:50px;
		text-align:center;
		}		
	#mega_main_menu.top > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { font-family: inherit; font-size: 20px; font-weight: 400; 
		}
	
	#menu-secondary ul.mega_main_menu_ul{
		
		text-align:center !important;
		}		
	#menu-secondary li{
		width:auto !important;
		display:inline-block !important;
		margin:inherit !important;
		}	
#menu-secondary	 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li > .item_link:before {
display: inline !important;

 }	
#menu-secondary	 #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li:first-child > .item_link:before,
#menu-secondary #mega_main_menu.responsive-enable.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before  {
display: none !important;
 }
#menu-secondary #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform .field {
width: 0px !important;

 max-width: 0px !important;

 padding-right: 30px !important;

 padding-left: 0px !important;

 cursor: pointer !important;

 position: relative !important;

 z-index: 10 !important;

 -webkit-transition: all 0.3s !important;

 -moz-transition: all 0.3s !important;

 -ms-transition: all 0.3s !important;

 -o-transition: all 0.3s !important;

 transition: all 0.3s !important;

 }		
 #menu-secondary #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > #mega_main_menu_searchform .field:focus {
	width: 130px !important;

 max-width: 130px !important;

 padding-left:0 !important;

 }	
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .icosearch,
 #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .submit {
position: absolute!important;

 right: 0px!important;

 width: 30px!important;

 text-align: center!important;

 }
 
}
@media screen and (max-width: 667px) {
	
	.header-image {
		width:45% !important;
		float:left;
		}
	
	
	.metaslider-54 .flexslider {
		max-width: 640px; 
		width: 100%; 
		margin: 0 auto !important;
		}
	
	.metaslider-54 	.layer {
		width:auto !important;
		max-width: none !important;
		height:180px !important;
		min-height:180px !important;
		position:relative !important;
		top: auto !important ;
		left:0px !important;
		text-align:center;
		margin-left:.3%;
		margin-right:.3%;
			}	
	.metaslider-54 .msHtmlOverlay {
		position:relative !important;
		}
	.stage .grid, .stage .grid-right {
		float:none;
		display:block;
		width:100%;
	}		
	#footer-2 aside{
		float:left;
		width:32%;
		margin-right:2%;
		margin-bottom:2%;
	}
	#footer-2 #nav_menu-2{
		width:32%;
		}
	#footer-2 #nav_menu-3{
		width:32%;
		}
		#footer-2 #nav_menu-4{
		width:32%;
		}	
	
	#footer-2 #nav_menu-4	{
		margin-right:0;
		}
	
	#footer-2 aside.connect {
		width:42% !important;
		margin-right:8%;
		margin-top:6% !important;
		}
	#search-2{
		width:45% !important;
		display:block;
		margin-top:6%;
		}
	#search-2 form {
	margin-top:2%;
	display:inline-block;
	}	
	.site-info {
		text-align:center;
		}	
	#menu-footer {
		text-align:center;
		}	
	#menu-footer .menu {
		text-align:center;
		}				
}
@media screen and (max-width: 600px) {
	#menu-top span{
		min-width:40px;
		text-align:center;
		}	
#mega_main_menu.top > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li > .item_link .link_text, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li.nav_search_box *, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title, #mega_main_menu.top > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { font-family: inherit; font-size: 18px; font-weight: 400; 
		}
		.social-links {
			display:block;
			width:100%;
			}
	.site-info {
		float:none;
		text-align:center;
		display:block;
		width:100%;
		}	
}
@media screen and (max-width: 480px) {
	.grid, .grid-right {float:none;
	display:block;
	width:100%;
	}
	.site-header .site-inner {
		padding:0 2% 0 2%;
		}
	.header-image {
		width:100% !important;
		}
	.metaslider-54 .flexslider {
		max-width: 480px; 
		width: 100%; 
		margin: 0 auto !important;
		}
	.features aside {
		display:block;
		float:none;
		width:100%;
		margin:0;}	
}
@media screen and (max-width: 414px) {
	.grid, .grid-right {float:none;
	display:block;
	width:100%;
	}
	
	.metaslider-54 .flexslider {
		max-width: 360px; 
		width: 100%; 
		margin: 0 auto !important;
		}
	#footer-2 aside.connect {
		width: 80% !important;
		max-width:250px;
		margin:6% auto 0 auto !important;
		float:none;
		}
	#search-2{
		width:100% !important;
		display:block;
		margin-top:6%;
		float:none;
		}	
		
}

@media screen and (max-width: 414px) {
                
}


#shoperror p  {
color:red;
font-size:21px;	
font-family: "myriad-pro",sans-serif;	
}