/* # Purple Onion
Theme Name: Purple Onion
Description: Custom Genesis Theme for Purple Onion
Author: nuphoriq
Author URI: http://nuphoriq.com/
Template: genesis
Template Version: 2.1.2
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Normalize
--------------------------------------------- */
figure {
	float: left;
	width: 44%;
	text-align: center;
}

img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;

}

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}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;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

/* remove focus styles: dotted outline in Firefox & blue border in Chrome */
a:focus, a:active,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
a::-moz-focus-inner {
    border: 0;
}

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

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

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

/* ## IE Hacks
--------------------------------------------- */

.ie7 .title-area,
.ie8 .title-area,
.ie8 .text-overlay .textwidget {
	background: #f2f2f2;
}

.ie7 .flexslider,
.ie7 .nav-primary {
	display: none;
}

.ie7 .genesis-nav-menu > li {
	float: left !important;
	width: auto !important;
}

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

/* ## Fonts
--------------------------------------------- */

@font-face {
    font-family: 'Old Glory';
    src: url('fonts/oldglory-webfont.eot');
    src: url('fonts/oldglory-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/oldglory-webfont.woff2') format('woff2'),
		url('fonts/oldglory-webfont.woff') format('woff'),
		url('fonts/oldglory-webfont.ttf') format('truetype'),
		url('fonts/oldglory-webfont.svg#oldgloryregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Garamond';
    src: url('fonts/ebgaramond12-regular-webfont.eot');
    src: url('fonts/ebgaramond12-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/ebgaramond12-regular-webfont.woff2') format('woff2'),
		url('fonts/ebgaramond12-regular-webfont.woff') format('woff'),
		url('fonts/ebgaramond12-regular-webfont.ttf') format('truetype'),
		url('fonts/ebgaramond12-regular-webfont.svg#eb_garamond12_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Garamond';
    src: url('fonts/ebgaramond12-italic-webfont.eot');
    src: url('fonts/ebgaramond12-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/ebgaramond12-italic-webfont.woff2') format('woff2'),
		url('fonts/ebgaramond12-italic-webfont.woff') format('woff'),
		url('fonts/ebgaramond12-italic-webfont.ttf') format('truetype'),
		url('fonts/ebgaramond12-italic-webfont.svg#eb_garamond12_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}

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

body {
	color: #5b5c5c;
	font-family: "Garamond", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .btn {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #9cc978;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.first-letter {
	padding: 3px;
	background: #9cc878;
	color: #FFF;
	font-size: 60px;
	font-family: 'Old Glory', Helvetica, Arial, san-serif;
	float: left;
	margin-right: 7px;
	height: 70px;
	line-height: 80px;
	padding: 0 28px 0 14px;
	text-align: center;
}
/* ## Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: "Garamond", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}
h1 {
	color: #9a5ba5;
	font-family: 'Old Glory', Helvetica, Arial, san-serif;
	font-size: 80px;
	line-height: 60px;
}

.blog h1,
.single h1,
.archive h1.entry-title {
	color: #333;
	font-family: "Garamond", Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 20px;
	color: #9a5ba5;
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
	margin-bottom: 40px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* ## Objects
--------------------------------------------- */

embed, iframe, img, object, video {
	max-width: 100%;
}
img {
	height: auto;
}
/* ## Forms
--------------------------------------------- */

input, select, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 14px;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .button {
	background-color: #9a5ba5;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .btn:hover {
	background-color: #a86fb2;
	color: #fff;
}
.btn {
	display: inline-block;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
td, th {
	text-align: left;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
th {
	font-weight: 400;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site containers
--------------------------------------------- */

.site-inner,
.site-footer {
	max-width: 1060px;
	margin: 0 auto;
	clear: both;
}

.site-inner {
	padding-top: 40px;
}

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

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

.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
.content-sidebar-wrap {
	margin: 0 5%;
}
/* ### Content */

.content {
	float: right;
	width: 65%;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
	width: 580px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 34%;
	padding-left: 40px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* ## Column Classes
--------------------------------------------- */

.five-sixths, .three-fourths, .one-fourth, .one-half, .one-sixth, .one-third, .three-sixths, .two-thirds {
	float: left;
	margin-left: 2.5641%;
}
.one-half {
	width: 45%;
}
.one-third {
	width: 31.623931623931625%;
}
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}

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

.site-header {
	border-bottom: 1px solid #ececec;
	position: relative;
	z-index: 200;
}

.home .site-header,
.weddings .site-header,
.events .site-header,
.corporate .site-header {
	border-bottom: none;
}

.site-header > .wrap {
	position: relative;
}

.title-area {
	padding: 0;
	background: rgba(255,255,255, 0.9);
	margin-top: 0;
	height: 140px;
}
.home .title-area {
	margin-top: -140px;
}
.home .title-area h1 {
	margin-bottom: 0;
	padding-top: 17px;
}

p.site-title {
	width: 233px;
	height: 107px;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	margin: 0px auto;
	border-radius: 5px;
}
.home p.site-title {
	margin-top: -150px;
	top: 26px;
}
.site-title a,
.site-title a:hover {
	background: url(images/logo.png) no-repeat center;
	display: block;
	text-indent: -9999px;
	width: 233px;
	height: 107px;
	margin: 0 auto;
}

ul.socialicons {
	list-style: none;
	margin: 0 !important;
}
ul.socialicons li {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	padding: 0 5px 0 0;
	display: inline-block;
}
ul.socialicons li a {
	width: 32px;
	height: 25px;
	display: block;
	background: url(images/social.jpg) no-repeat;
}

ul.socialicons li a.facebook { background-position: 0 0; }
ul.socialicons li a.facebook:hover { background-position: 0 -30px; }
ul.socialicons li a.pinterest { background-position: -33px 0; }
ul.socialicons li a.pinterest:hover { background-position: -33px -30px; }
ul.socialicons li a.twitter { background-position: -66px 0; }
ul.socialicons li a.twitter:hover { background-position: -66px -30px; }
ul.socialicons li a.google-plus { background-position: -99px 0; }
ul.socialicons li a.google-plus:hover { background-position: -99px -30px; }
ul.socialicons li a.linkedin { background-position: -132px 0; }
ul.socialicons li a.linkedin:hover { background-position: -132px -30px; }
ul.socialicons li a.instagram { background-position: -165px 0; }
ul.socialicons li a.instagram:hover { background-position: -165px -30px; }

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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}
.genesis-nav-menu a {
	color: #333;
	display: block;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #9a5ba5;
}

.nav-disable > a {
	pointer-events: none;
}

.nav-disable:hover {
	cursor: pointer;
}

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

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 54px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.genesis-nav-menu .sub-menu:before {
	border-color: rgba(236, 236, 236, 0);
	border-bottom-color: #ececec;
	border-width: 6px;
	margin-left: -6px;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu ,
.nav-disable:hover > .sub-menu{
	left: auto;
	opacity: 1;
}

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

.nav-primary {
	margin-top: -140px;
}
.home .nav-primary {
	margin-top: -150px;
}
.nav-primary > .wrap {
	padding: 0;
}
.genesis-nav-menu li > a {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	height: 92px;
	line-height: 92px;
}

.nav-primary .menu-primary > li {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	width: 140px;
	padding: 20px 10px;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a {
	color: #333;
	line-height: inherit;
	height: auto;
	text-align: left;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #9a5ba5;
}
.nav-primary .menu-primary > .current-menu-item {
	border-top: 4px solid #9a5ba5;
	border-bottom: 4px solid #9a5ba5;
}

.nav-primary li a {
	letter-spacing: 1px;
}

ul.genesis-nav-menu {
	text-align: center;
}

.home ul.genesis-nav-menu {
	margin-top: 16px;
}

.nav-primary .split-right {
	margin-left: 280px !important;
}

/* Responsive Navigation
--------------------------------------------- */

#responsive-menu-icon {
	background-color: #9a5ba5;
	cursor: pointer;
	display: none;
	line-height: 1;
	padding: 8px 0 6px;
	text-align: center;
}

#responsive-menu-icon:before {
	color: #fff;
	font-family: dashicons;
	content: "\f333";
	margin: 0 auto;
	speak: none;
	text-transform: none;
	font-size: 30px;
}


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

.nav-secondary {
	text-align: center;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.nav-secondary ul {
	margin: 0 !important;
}

.nav-secondary .menu-item {
	width: 111px;
	padding: 20px 0;
}

.nav-secondary .genesis-nav-menu a {
	text-transform: none;
}

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

/* ## Entry Titles
--------------------------------------------- */

.archive-title {
	border-bottom: 1px solid #ececec;
	font-size: 80px;
	padding-bottom: 20px;
}
.entry-title {
	font-size: 36px;
}
h1.entry-title {
	font-size: 76px;
}

.page h1.entry-title {
	margin-bottom: 24px;
}

.blog h1.entry-title,
.archive h1.entry-title,
.single h1.entry-title {
	font-size: 36px;
}

.blog h1.entry-title a,
.archive h1.entry-title a {
	text-decoration: none;
}

.entry-title a {
	color: #333;
}
/* .entry-title a:hover {
	color: #9a5ba5e;
} */
/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.blog .entry,
.archive .entry {
	margin: 40px 0;
}

.blog .entry:first-of-type {
	margin-top: 0;
}

.blog .content,
.archive .content {
	margin-bottom: 80px;
}

.home .entry {
	margin: 40px 0 80px;
}
.content .entry {
	background-color: #fff;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
p.entry-meta time {
	display: none;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
	padding-top: 12px;
}
.entry-categories, .entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}
.archive-pagination li a:hover, .archive-pagination .active a {
	background-color: #e5554e;
}
/* ## Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}
.comment-respond, .entry-pings {
	padding: 0 0 16px;
}
.entry-comments {
	padding: 40px 0;
}
.comment-header {
	font-size: 16px;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment-content {
	clear: both;
}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}
.alignleft .avatar, .author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */

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

.breadcrumb {
	margin-bottom: 20px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}
/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone, .alignnone {
	margin-bottom: 12px;
}
a.alignleft, img.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright, img.alignright {
	margin: 0 0 24px 24px;
}
.quote {
	text-align: center;
	padding: 20px 0;
}
.quote {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	display: block;
	margin-bottom: 28px;
}
.quote .dashicons {
	color: #ececec;
	margin: 20px;
	font-size: 30px;
}
.quote h3 {
	color: #bb8cbf;
	font-size: 34px;
	margin: 15px;
}
.quote h4 {
	color: #bb8cbf;
	font-weight: bold;
	margin: 15px;
}
.quote p {
	color: #d0d0cf;
	margin: 30px;

}
.purple {
	color: #9a5ba5;
	font-weight: normal;
}
.bottom {
	border-top: 1px solid #ececec;
	clear: both;
	display: block;
	padding: 80px 0 80px;
}
.bottom h3 {
	font-size: 28px;
	color: #787878;
	font-weight: bold;
}
.bottom a {
	color: #9a5ba5;
}

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

.img-row {
	padding-left: 40px;
	text-align: center;
}

.img-row img {
	vertical-align: middle;
	margin: 20px 20px 0;
}

.gallery {
	border: 1px solid #ececec;
	padding: 20px;
}

.gallery:before {
	color: #9a5ba5;
	content: "View Event Gallery";
	display: block;
	font-family: 'Old Glory', Helvetica, Arial, san-serif;
	font-size: 48px;
	text-align: center;
}

.gallery img {
	border-color: #fff !important;
	border-width: 6px !important;
}

.gallery-item {
	margin: 0 !important;
}

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

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

/* ## Home
--------------------------------------------- */

.center {
	max-width: 880px;
	margin: 0 auto;
}

.centertxt {
	text-align: center;
}

.left-half {
	margin-left: 18px;
}

.right-half {
	margin-left: 5%;
}

.home-1 h1 {
	margin-bottom: 44px;
}

.home-1 h3 {
	margin-bottom: 44px;
}

.home-welcome {
	border-top: 1px solid #ececec;
	color: #c1a1c7;
	font-size: 28px;
	font-style: italic;
	margin: 48px auto 0;
	max-width: 500px;
	padding-top: 32px;
	text-align: center;
}

/* Venue Page
--------------------------------------------- */

.venues h1.entry-title {
	font-size: 92px;
}

/*Container*/

.container{
	position: relative;
	text-align: justify;
	font-size: 0.1px;
	min-height: 200px;
	padding-left: 20px;

	-webkit-backface-visibility: hidden;
}

.container:after{
	content: '';
	display: inline-block;
	width: 100%;
}

.container .mix,
.container .gap{
	display: inline-block;
	width: 49%;
}

.container .mix {
	display: none;
	border: 1px solid #eff0f1;
	margin-bottom: 4%;
	position: relative;
	text-align: left;
}

.container a {
	outline: none;
	text-decoration: none;
}

.container h3 {
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 12px 20px 10px;
}

.container h3 small {
	color: #999;
	display: block;
	margin-top: 8px;
	position: relative;
}

.venue-open {
	background: rgba(154, 91, 165, .6) url(images/po-open.png) no-repeat center center;
	display: block;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

.container a:hover .venue-open {
	background-color: rgba(154, 91, 165, 1);
}

.venue-inner {
	padding: 20px 20px 36px;
}

.venue-inner h3 {
	margin: 0;
}

.venue-meta {
	color: #999;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 14px;
}

.venue-inner .button {
	height: auto;
	line-height: 1;
	font-size: 14px;
	padding: 14px 14px 12px;
}

/*Filters*/

#Reset {
	background: none;
	color: #9A5BA5;
	padding: 12px 0 0;
	text-transform: none;
}

.controls {
	background: #f4f4f4;
	padding: 14px 8px;
}

.controls h4 {
	color: #777;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

.controls p {
	border-top: 1px dotted #ddd;
	margin: 12px 0 0;
	padding-top: 24px;
	text-align: center;
}

fieldset {
	border: none;
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
	vertical-align: top;
}

.checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 8px;
}

.checkbox input[type="checkbox"]{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox label {
	display: inline-block;
	line-height: 22px;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}

.checkbox label:before,
.checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}

.checkbox label:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.checkbox label:after {
	content: "\f147";
	font-family: dashicons;
	line-height: 22px;
	position: absolute;
	top: 0;
	left: -6px;
	width: 32px;
	font-size: 32px;
	height: 32px;
	opacity: 0;
	pointer-events: none;
}

.checkbox input:checked ~ label:after {
	opacity: 1;
}
.checkbox input:focus ~ label:before {
	background: #eee;
}


/*Fail message*/

.container .fail-message {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}

.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.container .fail-message span {
	border: 1px solid #000;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 14px;
	vertical-align: middle;
}

.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}

/* ## Careers
--------------------------------------------- */
.careers h4 {
	text-align: center;
	font-weight: 600;
}

.careers button {
	margin: 5px;
}



/* ## Contact
--------------------------------------------- */

.contact-right {
	padding-left: 40px;
}

.contact-img {
	margin-top: -70px;
}

/* ## Landing
--------------------------------------------- */

.landing .content {
	float: none;
	margin: 0 auto;
	max-width: 640px;
	text-align: center;
}


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

.sidebar {
	font-size: 16px;
	margin-top: 13px;
}
.sidebar li,
.menu-list li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar p:last-child, .sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget,
.sidebar-primary .normal {
	background-color: #fff;
	margin-bottom: 40px;
}

.menu-list {
	margin-left: 0 !important;
}

.menu-list li {
	list-style: none !important;
}

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

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.widget {
	word-wrap: break-word;
}

.text-above .textwidget {
	background: rgba(255,255,255, 0.9);
	margin-top: -230px;
	padding: 10px;
	text-align: center;
	position: relative;
	margin-bottom: 230px;
}

.text-above  h4 {
	display: none;
}

.text-overlay, .text-under, .text-above {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}
.text-overlay  h4 {
	display: none;
}

.text-overlay .textwidget {
	background: rgba(255,255,255, 0.9);
	margin-top: -147px;
	padding: 10px;
	text-align: center;
	position: relative;
	margin-bottom: 147px;
}
.text-overlay a, .text-under a, .text-above a {
	color: #9a5ba5;
	text-decoration: none;
}
.text-under a,
.menu-list a {
	color: #9cc878;
	display: block;
	font-size: 18px !important;
}

.text-under a:hover,
.menu-list a:hover {
	color: #7aad50;
}

.image-widget-go {
	color: #9cc978;
	font-size: 15px;
	margin-left: 10px;
}
.image-widget-open {
	color: #9a5ba5;
	font-size: 15px;
}

.menu-text-overlay, .menu-text-under {
	text-align: none;
	font-size: 20px;
	margin-bottom: 50px;
	width: 272px;
}
.menu-text-overlay h4, .menu-text-under h4 {
	display: none;
}
.menu-text-overlay .menutextwidget {
	background: rgba(255,255,255, 0.9);
	margin-top: -147px;
	padding: 10px;
	text-align: center;
	position: relative;
	margin-bottom: 147px;
	width: 272px;
}
.menu-text-overlay a, .menu-text-under a {
	color: #9a5ba5;
	text-decoration: none;
}
.menu-text-under a {
	color: #9cc878;
}
.menu-image-widget-go {
	color: #9cc978;
	font-size: 15px;
	margin-left: 10px;
}
.menu-image-widget-open {
	color: #9a5ba5;
	font-size: 15px;
}

.text-under h4 {
	border-bottom: 1px dotted #ececec;
	color: #9a5ba5;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 12px;
}


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

.site-footer {
	background-color: #FFF;
	color: #969696;
	font-size: 16px;
	line-height: 1;
	padding: 36px 40px;
}

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

.footer-widgets {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	float: left;
	margin-top: 6px;
	overflow: hidden;
	width: 320px;
	text-align: left;
}

.footer-widgets-3 {
	/*float: right;*/
	/*margin-top: -40px;*/
	/*width: 400px;*/
	text-align: right;
}
.footer-widgets-2 {
	clear: both;
	float: left;
	margin-top: 6px;
	overflow: hidden;
	max-width: 600px;
}

.footer-logo a {
	background: url(images/purple-onion.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 61px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}
.affiliations {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.affiliations li {
	display: inline-block;
}
.affiliations li:not(:last-child) {
	margin-right: 10px;
}
.affiliations a {
	display: block;
}

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

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

.gform_wrapper {
	margin-bottom: 40px;
	display: block !important;
}
.gform_wrapper .gform_fields {
	margin: 0;
}

.gfield {
	margin-top: 26px;
}

.gform_wrapper .gform_fields li {
	list-style: none;
	margin-bottom: 12px;
}
.gfield_label {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}

.gfield_required {
	color: #9cc978;
	display: inline-block;
	margin-left: 2px;
}
.gfield_error input, .gfield_error textarea, .gfield_error select {
	border: 1px solid #e5554e;
}

.ginput_container textarea {
	max-height: 180px;
}

.gfield_error .validation_message {
	color: #e5554e;
}
.gform_footer .gform_button {
	width: 100%;
}

.gform_confirmation_wrapper {
	border: 1px solid #ececec;
	display: block;
	font-size: 24px;
	margin-top: 24px;
	padding: 20px;
	text-align: center;
}

.gfield_radio input {
	margin-right: 12px;
}

.ui-datepicker tbody tr, .ui-datepicker thead {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    font: 9pt Arial,sans-serif;
    height: auto;
    margin: 5px auto 0;
    width: 216px;
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    width: 100%;
}
.ui-datepicker-header {
    background-color: #666;
    border-color: #666;
    border-style: solid;
    border-width: 1px 0 0;
    box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
    color: #e0e0e0;
    font-weight: 700;
    line-height: 30px;
    min-height: 30px !important;
    text-shadow: 1px -1px 0 #000;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-title select {
    margin-top: 2.5%;
}
.ui-datepicker-next, .ui-datepicker-prev {
    background-image: url("images/datepicker/arrow.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 600%;
    overflow: hidden;
    text-align: center;
    width: 30px;
}
.ui-datepicker-prev {
    background-position: center -30px;
    float: left;
}
.ui-datepicker-next {
    background-position: center 0;
    float: right;
}
.ui-datepicker thead {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f7f7f7 0px, #f1f1f1 100%) repeat scroll 0 0;
}
.ui-datepicker th {
    color: #666;
    font-size: 6pt;
    padding: 5px 0;
    text-align: center;
    text-shadow: 1px 0 0 #fff;
    text-transform: uppercase;
}
.ui-datepicker tbody td {
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    padding: 0;
}
.ui-datepicker tbody td:last-child {
    border-right: 0 none;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0 none;
}
.ui-datepicker td a, .ui-datepicker td span {
    color: #666;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    width: 30px;
}
.ui-datepicker-calendar .ui-state-default {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ededed 0px, #dedede 100%) repeat scroll 0 0;
    box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7 none repeat scroll 0 0;
}
.ui-datepicker-calendar .ui-state-active {
    background: #fff2aa none repeat scroll 0 0;
    border: 1px solid #c19163;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    color: #666;
    margin: -1px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    margin-left: 0;
    width: 29px;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    margin-right: 0;
    width: 29px;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}
td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7;
}
table.ui-datepicker-calendar {
    margin: 0 !important;
}
body div#ui-datepicker-div[style] {
    z-index: 9999 !important;
}

/* ## Flex Slider
--------------------------------------------- */

/* ### Base */

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

.flexslider {
	margin: 0;
	padding: 0;
	z-index: 10;
	border: 0;
	overflow: hidden;
    position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: 100%;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	display: inline;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.gallery-slider {
	margin-top: -140px;
}

.gallery-slider .slides > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
	height: 700px;
    position: relative;
    width: 100%;
}


.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.home-slider .slides > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.flexslider.loading .slides > li:first-child {
	opacity: 1 !important;
}

#slider img {
	width: 100%;
}

#carousel {
	height: 90px;
	margin-top: -90px;
	position: relative;
	z-index: 100;
	background: rgba(255,255,255, 0.36);
	text-align: center !important;
	overflow: hidden;
}

#carousel .slides {
    width: 100% !important;
}

#carousel li {
	display: inline-block !important;
	margin: 10px 5px;
	text-align: center !important;
	overflow: hidden;
}

#carousel li:hover {
	cursor: pointer;
}

#carousel .slides > li {
	float: none !important;
}

#carousel .flex-active-slide img {
	border: 2px solid white;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}

.flex-direction-nav {
	height: 0;

}

.flex-direction-nav li {
	list-style: none !important;
}
.flex-direction-nav a {
	background-image: url(images/po-arrows.png);
	text-decoration: none;
	display: block;
	width: 14px;
	height: 24px;
	opacity: .7;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	-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;
}

.home-slider .flex-direction-nav a {
	margin: -77px 0 0;
}

.gallery-slider .flex-direction-nav a {
	margin-top: 24px;
}


.flex-direction-nav .flex-prev {
	left: 16px;
}
.flex-direction-nav .flex-next {
	background-position: -15px 0;
	right: 16px;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}

.meet-link {
	color: #fff;
	font-style: italic;
	position: absolute;
	bottom: 200px;
	left: 50%;
	margin-left: -67px;
	text-align: center;
	text-decoration: none;
	z-index: 99;
}

.meet-link:hover,
.meet-link:hover:after {
	color: #fff;
	opacity: .7;
}

.meet-link:after {
	background-image: url(images/po-arrows.png);
	background-position: 0 -25px;
	content: "";
	display: block;
	height: 5px;
	margin: 6px auto 0;
	width: 9px;
}

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

@media only screen and (min-width: 1200px) {
	.nav-primary .menu-primary > .menu-item {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 1100px) {
	.title-area {
		width: 100%;
	}
	.nav-primary .genesis-nav-menu a {
		line-height: 10px;
		height: 10px;
	}
	.nav-primary .split-right, .nav-secondary .split-right {
		margin-left: 0 !important;
	}

	.home .section {
		padding-top: 0px;
	}
	.home #slider {
		margin-top: 0;
	}
	.nav-primary,
	.home .menu-primary {
		margin-top: 0 !important;
		background: rgba(255,255,255, 0.9);
	}

	.home .menu-primary {
		border-bottom: 1px solid #ececec;
	}

	.menu-primary {
		border-top: 1px solid #ececec;
	}

	.home .menu-primary,
	.weddings .menu-primary,
	.events .menu-primary,
	.corporate .menu-primary {
		border-top: none;
	}

	.flexslider {
		margin-top: -59px;
		max-height: 620px;
	}

	.nav-secondary .footer-logo {
		display: none !important;
	}

	.nav-secondary .menu-item {
		margin: 0 20px;
		width: auto;
	}

}

@media only screen and (max-width: 960px) {
	.content,  .content-sidebar-sidebar .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-primary,  .sidebar-secondary,  .sidebar-sidebar-content .content,  .sidebar-sidebar-content .content-sidebar-wrap,  .site-header .widget-area,  .title-area {
		width: 100%;
	}

	.nav-primary .menu-item {
		width: auto;
	}

	.genesis-nav-menu li,  .site-header ul.genesis-nav-menu,  .site-header .search-form {
		float: none;
	}
	.genesis-nav-menu,  .site-description,  .site-header .title-area,  .site-title {
		text-align: center;
	}
	.home ul.genesis-nav-menu {
		margin-top: 0;
	}

	.flexslider {
		max-height: 500px;
	}

	.home .entry {
		margin: 20px 0 80px;
	}

}

@media only screen and (max-width: 900px) {
	.nav-secondary .genesis-nav-menu a {
		height: auto;
		line-height:inherit;
	}
	.sidebar {
		text-align: center;
	}
	.sidebar-primary, .sidebar .widget {
		float: none;
		margin-left: 0;
		padding-left: 0;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
    }
}
@media only screen and (max-width: 770px) {
	body {
		font-size: 16px;
	}
	.site-title a,
	.site-title a:hover {
		background:
			url(images/logo@2x.png) no-repeat left;
		background-size: 233px 107px;
		display: block;
		text-indent: -9999px;
	}
	ul.menu-primary {
		display: none;
		margin: 0 3%;
	}
	.home h1.site-title {
		padding-top: 16px;
	}
	p.site-title {
		position: static;
	}
	#responsive-menu-icon {
		display: block;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.five-sixths,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fourths,  .two-thirds,  .footer-widgets-3 {
		margin: 0;
		width: 100%;
	}
	.sidebar-primary,
	.footer-widgets-3  {
		text-align: center;
	}

	.title-area {
		height: auto;
		padding: 12px 0;
	}
	h1.site-title {
		margin: 24px auto;
		position: static;
	}
	ul.genesis-nav-menu {
		background: #fff;
		margin: 0 auto;
		position: relative;
		z-index: 99;
	}
	.home .section {
		margin-top: 0;
	}
	.home .title-area {
		margin-top: 0;
	}
	.home p.site-title {
		margin-bottom: 0;
		margin-top: 0;
		top: 25px;
		z-index: 99;
	}
	.home .site-header,
	.home .site-header .wrap {
		position: static;
	}
	.home-slider .flex-direction-nav a {
		margin: 0;
	}
	.meet-link {
		display: none;
	}
	.footer-widgets-1,  .footer-widgets-2 {
		margin: 0 0 40px;
		width: 100%;
		display: block;
		text-align: center;
	}

	.flexslider {
		margin-top: 0;
		max-height: 420px;
	}

	.flexslider .slides li {
		max-height: 420px;
	}

	.gallery-slider .flex-direction-nav a {
		margin-top: 0;
	}

	.contact-img {
		margin-top: 40px;
	}

	.contact-right {
		padding: 0;
	}

}

@media only screen and (max-width: 650px) {
	.site-inner {padding-top: 20px;}
	#carousel {display: none;}
	.genesis-nav-menu .menu-item {padding: 10px;}
	.container img {   float: none;
					   display: flex;
					   margin-left: auto;
					   margin-right: auto;
					   margin-bottom: 20px; }
	.container { padding-left: 0;}
	.affiliations li {
		margin-left: 0;
	}
	.nav-secondary .menu-item {
		margin: 0;
	}
}


/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.white-popup {
	position: relative;
	background: #FFF;
	width:auto;
	max-width: 622px;
	margin: 20px auto;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.2);
	box-shadow: 0 0 6px rgba(0,0,0, 0.2);
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-close, .mfp-arrow,
.mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide,
.mfp-preloader {
	display: none !important;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close {
	background-color: rgba(154, 91, 165, .6);
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: -50px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	background-color: rgba(154, 91, 165, 1)
}

/* large gallery */
.LargeGalleryList {
	margin: 0 !important;
}
.LargeGalleryList li {
	list-style: none !important;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	background-size: cover !important;
	position: relative;
	cursor: pointer;
}
.LargeGalleryList .LargeGalleryHover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	opacity: 0;
	transition: all .3s;
}
.LargeGalleryList .LargeGalleryHover div {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	transform: translate(0, -50%);
	text-align: center;
	color: #9a5ba5;
	/*	text-shadow: 1px 1px 2px #000;*/
}
.LargeGalleryList li:hover .LargeGalleryHover {
	opacity: 1;
}
@media only screen and (min-width: 481px) {
	.LargeGalleryList li {
		float: left;
		width: 49.5%;
		height: 250px;
		margin-right: 1%;
	}
	.LargeGalleryList li:nth-child(2n + 2) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 769px) {
	.LargeGalleryList li {
		width: 32.6%;
		height: 300px;
	}
	.LargeGalleryList li:nth-child(2n + 2) {  /* reset */
		margin-right: 1%;
	}
	.LargeGalleryList li:nth-child(3n + 3) {
		margin-right: 0;
	}
}
/* slideshow window */
.SlideshowOverlay {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 800px;
    z-index: 3000;
}
.SlideshowOverlay .slide {
    width: 100%;
    height: 800px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat;
}
.SlideshowOverlay .cycle-prev, .SlideshowOverlay .cycle-next {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    padding: 10px;
    background: rgba(154, 91, 165, .5);  /* #9a5ba5 */
    cursor: pointer;
    z-index: 3002;
	transition: all .3s;
}
.SlideshowOverlay .cycle-prev:hover, .SlideshowOverlay .cycle-next:hover {
	background: rgba(154, 91, 165, 9);  /* #9a5ba5 */
}
.SlideshowOverlay .cycle-prev {
    left: 0;
}
.SlideshowOverlay .cycle-next {
    right: 0;
}
/* overlay */
.overlay {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}
.overlay.show {
    display: block;
}
.overlay.fade {
    opacity: 1;
}
/* overlay window */
#OverlayMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2999;
	cursor: pointer;
}
#OverlayMask::before, #OverlayMask::after {
	content: 'click anywhere to close';
	position: absolute;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
#OverlayMask::before {
	top: 10px;
}
#OverlayMask::after {
	bottom: 10px;
}

/* fancy links */
.FancyLinkHead {
	text-align: center;
}
.FancyLinksList {
	list-style: none;
}
.FancyLinksList li {
	width: 100%;
	height: 200px;
	background-size: cover !important;
	position: relative;
	margin-bottom: 5px;
}
@media only screen and (min-width: 481px) {
	.FancyLinksList li {
		float: left;
		width: 49.5%;
		margin-right: 1%;
	}
	.FancyLinksList li:nth-child(2n + 2) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 769px) {
	.FancyLinksList li {
		width: 32.6%;
	}
	.FancyLinksList li:nth-child(2n + 2) {  /* reset */
		margin-right: 1%;
	}
	.FancyLinksList li:nth-child(3n + 3) {
		margin-right: 0;
	}
}
.FancyLinksList a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
	color: #9a5ba5;
}
.FancyLinksList a:hover {
	color: #9a5ba5;
}
.FancyLinkCenter {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	background: rgba(255, 255, 255, .7);
	transition: all .3s;
}
@media only screen and (min-width: 481px) {
	.FancyLinkCenter {
		width: 90%;
		top: 60%;
		bottom: initial;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		background: none;
	}
	.FancyLinksList li:hover a {
		background: rgba(255, 255, 255, .7);
	}
	.FancyLinksList li:hover .FancyLinkCenter {
		opacity: 1;
		top: 50%;
	}
}
.FancyLinksExtra, .LargeGalleryExtra {
	padding-top: 40px;
}

/* team pg */
.TeamDeptHead:not(:first-of-type) {
	margin-top: 40px;
}
.TeamList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 0 -5% 0 !important;
}
.TeamList li {
	position: relative;
	list-style: none !important;
	flex-basis: 100%;
	margin-bottom: 5%;
}
.TeamName, .TeamTitle {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 5px 2%;
}
.TeamName {
	top: 0;
	background: #9a5ba5;
	color: #FFF;
	margin: 0;
}
.TeamTitle {
	bottom: 0;
	color: white;
    text-shadow: 2px 2px 2px #262626;
}
.TeamList img {
	display: block;
	width: 100%;
}
.TeamStatement {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(255,255,255,.8);
	transition: all .3s;
}
.TeamStatement div {
	width: 90%;
	max-height: 100%;
    overflow: auto;
}
.TeamList li:hover .TeamStatement,
.TeamList li:active .TeamStatement {
	opacity: 1;
}
@media only screen and (min-width: 481px) {
	.TeamList {
		margin: 0 0 -2% 0 !important;
	}
	.TeamList li {
		flex-basis: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.TeamList li:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) {
	.TeamList li {
		flex-basis: 32%;
	}
	.TeamList li:nth-child(2n) {
		margin-right: 2%;
	}
	.TeamList li:nth-child(3n + 3) {
		margin-right: 0;
	}
}

/* page: safety: framework overwrites */
.page-id-2818 .site-inner {
	padding: 0;
	max-width: none;
}
.page-id-2818 .content-sidebar-wrap {
	margin: 0;
}

/* page: safety: new framework */
.SafetyWidthSm {
	margin: 0 auto;
	max-width: 760px;
}
.SafetyWidthLg {
	margin: 0 auto;
	max-width: 1200px;
}
.PadLR {
	padding-left: 5%;
	padding-right: 5%;
}
.SafetyParentFrame section:not(:last-of-type) {
	margin-bottom: 50px;
}
@media only screen and (min-width: 600px) {
	.SafetyParentFrame section:not(:last-of-type) {
		margin-bottom: 100px;
	}
}
.cf::after {
    content: "";
    display: table;
    clear: both;
}
.SafetyH1 {
	font-family: "Garamond", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 1;
}
.SafetyH2 {
	font-size: 35px;
	text-transform: none;
}
.SafetyH3 {}
.SafetyH4 {
	margin-bottom: 20px;
}
.SafetyTxTiny {
	font-size: 12px;
}
.SafetyTxSm {
	font-size: 16px;
}
.SafetyTxMd {
	font-size: 16px;
}
/*.SafetyTxLg {
	font-size: 20px;
}*/
@media only screen and (min-width: 600px) {
	.SafetyH1 {
		font-size: 50px;
	}
	.SafetyH2 {
		font-size: 42px;
	}
}
.SafetyCaps {
	text-transform: uppercase;
	font-weight: bold;
}
.SafetyTxCenter {
	text-align: center;
}
.SafetyParentFrame input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.SafetyParentFrame textarea {
	border-radius: 5px;
	padding: 10px !important;
	border: 1px solid #cdcdcd;	/* gray */
}
.SafetyParentFrame .ginput_complex input {
	margin-bottom: 0 !important;
}
.SafetyParentFrame .gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}
.SafetyParentFrame .gfield .ginput_container {
	margin-top: 0 !important;
}
.SafetyParentFrame .gform_wrapper {
	margin-bottom: 0;
}
.SafetyParentFrame .gform_footer {
	padding-bottom: 0 !important;
}
.SafetyParentFrame .validation_error {
	display: none;
}
.SafetyParentFrame .validation_message {
	padding: 5px 15px 0 15px !important;
	font-size: 12px !important;
}
.SafetyTxCoGray,
#SafetyEventChangesPager a,
.SafetySubscribe .GfCaptchaLegal, .SafetyContact .GfCaptchaLegal {
	color: #727272;				/* gray */
}
.SafetySubscribe .GfCaptchaLegal, .SafetyContact .GfCaptchaLegal {
	margin-top: 10px;
}
.grecaptcha-badge {  /* invisible reCAPTCHA badge */
	visibility: hidden;
	/* if hidden, must include: This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank" rel="noopener">Terms of Service</a> apply.*/
}
.SafetyUpdatesList li {
	border: 1px solid #727272;	/* gray */
}
.SafetyTxCoHighlightDark,
.SafetyH2,
#SafetyEventChangesPager a:hover, #SafetyEventChangesPager a:focus, #SafetyEventChangesPager a:active,
.SafetyAccordionControl:hover, .SafetyAccordionControl:focus, .SafetyAccordionControl:active {
	color: #9a5ba5;				/* default purple */
}
#SafetySubscribeWindow .gform_confirmation_message {
	color: #26bd7e;				/* success green */
}
.SafetyAccordionControl:hover svg, .SafetyAccordionControl:focus svg, .SafetyAccordionControl:active svg {
	fill: #9a5ba5;				/* default purple */
}
.SafetyAccordionControl.open {
	color: #fff;
	background-color: #9a5ba5;  /* default purple */
}
.SafetyAccordionControl.open svg {
	fill: #fff;
}
#SafetyEventChangesPager a.cycle-pager-active {
	color: #9a5ba5;				/* default purple */
	border-color: #9a5ba5;		/* default purple */
}
.SafetyBgHighlightGray {
	background-color: #eae9e7;	/* gray */
}
#SafetyEventChangesPager a {
	border-bottom: 2px solid #eae9e7;  /* gray */
}
.SafetyBgHighlightDarkTrans {
	background-color: rgba(154,91,165,.67);	/* default purple */
	transition: all .3s;
}
.SafetyMediaLink:hover .SafetyBgHighlightDarkTrans, .SafetyMediaLink:focus .SafetyBgHighlightDarkTrans, .SafetyMediaLink:active .SafetyBgHighlightDarkTrans,
.SafetyEventChangesSlideTxt ul li::before {
	background-color: #9a5ba5;  /* default purple */
}
.SafetyBgHighlightLight {
	background-color: #a86fb2;	/* light purple */
}
#SafetyUpdatesShowMore, #SafetyFaqsShowMore {
	color: #9a5ba5;				/* default purple */
	text-decoration: underline;
}
#SafetyUpdatesShowMore:hover, #SafetyFaqsShowMore:hover {
	text-decoration: none;
}
*.SafetyBtn, .SafetyParentFrame input[type="submit"] {
    display: inline-block;
	line-height: 1;
	font-weight: 300;
	color: #fff !important;
	padding: 15px 40px;
/*	border-radius: 10px;*/
	background-color: #9a5ba5;	/* default purple */
	/*border: 1px solid #9a5ba5;	 default purple */
	text-decoration: none;
	transition: all .3s;
}
*.SafetyBtn:hover, *.SafetyBtn:active, *.SafetyBtn:focus,
.SafetyParentFrame input[type="submit"]:hover, .SafetyParentFrame input[type="submit"]:focus, .SafetyParentFrame input[type="submit"]:active {
	color: #333 !important;	/* default purple */
	background-color: #a86fb2;	/* light purple */
}
button.SafetyNoBtnStyle {
	color: inherit;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.SafetyListStyleNone {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
.SafetyListStyleNone li {
	list-style: none !important;
}
/* page: safety: hero */
.SafetyHero {
	position: relative;
	display: flex;
	align-items: center;
	height: 360px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.SafetyHero > div {
	background: rgba(255,255,255,.75);
	padding: 40px;
	position: relative;
	z-index: 2;
}
.SafetyHero .SafetyCaps {
	margin-bottom: 10px;
}
.SafetyHero .SafetyH1 {
	margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
	.SafetyHero {
		height: 560px;
	}
	.SafetyHero p {
		font-size: 20px;
	}
}
/* page: safety: large media */
.SafetyLgMedia {
	position: relative;
	margin-top: -65px;
	text-align: center;
}
.SafetyMediaLink {
	display: block;
	position: relative;
}
.SafetyLgMedia img, #SafetyEventChangesSlides img {
	display: block;
	border-radius: 12px;
}
.SafetyPlayIcon {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
    justify-content: center;
	border-radius: 50%;
}
.SafetyPlayIcon svg {
	width: 30px;
}
.SafetyLgMedia .SafetyTxCoGray {
	margin-top: 5px;
}
@media only screen and (min-width: 600px) {
	.SafetyLgMedia {
		margin-top: -130px;
	}
}
/* page: safety: updates */
.SafetyUpdatesList {
	margin-bottom: -10px;
}
.SafetyUpdatesList li {
	margin-bottom:  10px;
}
.SafetyUpdatesList li[aria-hidden] {
	display: none;
}
.SafetyAccordionControl {
	position: relative;
	display: block !important;
	width: 100%;
	padding: 15px 40px 15px 10px !important;
	text-align: left !important;
}
.SafetyAccordionControl time {
	display: block;
}
.SafetyAccordionControl svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	transition: all .3s;
}
.SafetyAccordionControl.open svg {
	transform: translateY(-50%) rotate(180deg);
}
.SafetyAccordionContent {
	display: none;
	padding: 15px 40px 15px 10px;
}
#SafetyUpdatesShowMore {
	margin-top: 10px;
}
@media only screen and (min-width: 600px) {
	.SafetyAccordionControl {
		padding: 30px 65px 30px 115px !important;
	}
	.SafetyAccordionControl time {
		position: absolute;
		left: 25px;
	}
	.SafetyAccordionControl svg {
		right: 25px;
	}
	.SafetyAccordionContent {
		padding: 30px 65px 30px 115px;
	}
}
/* page: safety: separator */
.SafetyHr {
	width: 10%;
	height: 4px;
    border: none;
	margin: 0 auto;
}
/* page: safety: icon sets */
.SafetyIconSet1 h2, .SafetyIconSet2 h2 {
	margin-bottom: 40px;
}
.SafetyIconSetList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: -5% !important;
}
.SafetyIconSetList li {
	flex-basis: 100%;
	margin-bottom: 5%;
}
.SafetyIconImgFrame {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
}
.SafetyIconImgFrame img {
	max-width: 80px;
	max-height: 80px;
}
@media only screen and (min-width: 481px) {
	/* 2 columns, 5% gap */
	.SafetyIconSetList li {
		flex-basis: 47.5%;
	}
	.SafetyIconSetList li:not(:nth-child(2n + 1)) {
		margin-left: 5%;
	}
}
@media only screen and (min-width: 768px) {
	.SafetyIconSet1 h2, .SafetyIconSet2 h2 {
		margin-bottom: 80px;
	}
	/* 3 columns, 5% gap */
	.SafetyIconSetList li {
		flex-basis: 30%;
	}
	.SafetyIconSetList li:not(:nth-child(2n + 1)) {  /* reset */
		margin-left: 0;
	}
	.SafetyIconSetList li:not(:nth-child(3n + 1)) {
		margin-left: 5%;
	}
}
/* page: safety: event changes */
.SafetyEventChanges {

}
#SafetyEventChangesSlides {
	background: none;
}
#SafetyEventChangesPager {
	margin-bottom: 30px;
}
#SafetyEventChangesPager a {
	display: inline-block;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
}
.SafetyEventChangesSlideMedia {
	margin-bottom: 20px;
}
.SafetyEventChangesSlideTxt ul {
	list-style: none;
	margin-left: 0;
}
.SafetyEventChangesSlideTxt ul li {
	list-style: none !important;
	position: relative;
	padding-left: 20px;
}
.SafetyEventChangesSlideTxt ul li:not(:last-child) {
	margin-bottom: 10px;
}
.SafetyEventChangesSlideTxt ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .5em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
@media only screen and (min-width: 768px) {
	#SafetyEventChangesPager {
		margin-bottom: 60px;
	}
	.SafetyEventChangesSlideMedia {
		float: left;
		width: 50%;
		margin-bottom: 0;
	}
	.SafetyEventChangesSlideTxt {
		float: right;
		width: 45%;
	}
}
/* page: safety: FAQs */
.SafetyFaqs {
	padding-top: 40px;
	padding-bottom: 60px;
}
.SafetyFaqs h2 {
	color: inherit;
}
.SafetyFaqsList {
	margin-bottom: -20px;
}
.SafetyFaqsList li {
	margin-bottom: 20px;
}
.SafetyFaqsList li[aria-hidden] {
	display: none;
}
.SafetyFaqsQ {
	margin-bottom: 10px;
}
.SafetyFaqsA > strong:first-child {
	float: left;
}
#SafetyFaqsShowMore {
	margin-top: 20px;
}
@media only screen and (min-width: 600px) {
	.SafetyFaqs {
		padding-top: 80px;
		padding-bottom: 120px;
	}
}
/* page: safety: FAQs */
.SafetyContact > div, #SafetySubscribeWindow {
	border: 1px solid #cdcdcd;
	border-radius: 12px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	background: #fff;
}
.SafetyContact > div {
	padding: 40px 5%;
	margin-top: -70px;
}
@media only screen and (min-width: 600px) {
	.SafetyContact > div {
		padding: 80px 5%;
		margin-top: -140px;
	}
}
/* page: safety: subscribe */
.SafetySubscribe {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 500;
	display: flex;
	flex-wrap: wrap;
}
.SafetySubscribe > div:nth-child(1) {
	order: 2;
	width: 100%;
}
.SafetySubscribe > div:nth-child(2) {
	order: 1;
}
#SafetySubscribeBtn {
	width: 100%;
}
#SafetySubscribeWindow {
	display: none;
	width: 90%;
	padding: 10px;
    margin: 0 auto 10px auto;
}
#SafetySubscribeWindow .gform_confirmation_message {
	margin-top: 20px;
}
#SafetySubscribeWindow .gform_confirmation_message::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/icon-checkmark.svg) no-repeat center;
	background-size: cover;
	float: left;
	margin-right: 5px;
}
@media only screen and (min-width: 600px) {
	.SafetySubscribe {
		top: initial;
		bottom: 40px;
		right: 2.5%;
		width: 280px;
		max-width: 95%;
	}
	.SafetySubscribe > div:nth-child(1) {
		text-align: right;
		order: 1;
	}
	.SafetySubscribe > div:nth-child(2) {
		order: 2;
	}
	#SafetySubscribeBtn {
		width: auto;
	}
	#SafetySubscribeWindow {
		width: 100%;
		padding: 20px;
		margin: 10px 0 0 0;
	}
}

/* logo list */
.LogoList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: -10px !important;
}
.LogoList li {
	margin: 10px;
}
.LogoList a {
	display: block;
}
.LogoList br {
	display: none;
}
.LogoList img {
	display: block;
	max-width: 110px;
	max-height: 110px;
}