/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



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


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

@font-face {
    font-family: 'Didot Medium';
    src: url('../../core/fonts/Didot-HTF-M96-Medium.eot');
    src: url('../../core/fonts/Didot-HTF-M96-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../core/fonts/Didot-HTF-M96-Medium.woff2') format('woff2'),
    url('../../core/fonts/Didot-HTF-M96-Medium.woff') format('woff'),
    url('../../core/fonts/Didot-HTF-M96-Medium.ttf') format('truetype'),
    url('../../core/fonts/Didot-HTF-M96-Medium.svg#pt_sansregular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot Bold';
    src: url('../../core/fonts/Didot-HTF-B06-Bold.eot');
    src: url('../../core/fonts/Didot-HTF-B06-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../core/fonts/Didot-HTF-B06-Bold.woff2') format('woff2'),
    url('../../core/fonts/Didot-HTF-B06-Bold.woff') format('woff'),
    url('../../core/fonts/Didot-HTF-B06-Bold.ttf') format('truetype'),
    url('../../core/fonts/Didot-HTF-B06-Bold.svg#pt_sansregular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

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

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #dddddd;
	border: none;
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
	line-height: 1.5em;
	-ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
	-webkit-text-size-adjust: 100%;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

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

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #555555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */


.grid {
	/*float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;*/
}

.grid-right {
	/*float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;*/
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	/*margin-right: 2.127659574468%;*/
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	/*width: 31.914893617021%;*/
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #0066cc;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #444444;
	outline: 0;
	text-decoration: none;
}

a::-moz-selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	max-width: 100%;
}

select {
	height: auto;
	max-width: 100%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1.6em 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0px 25px;
}

#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 0 20px 20px 20px;
	position: relative;
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}

#header {
	margin: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px 0 25px;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0;
}

.site-name {
	display: block;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
	color: #333333;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em; /* = 14px */
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-full {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaaaaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px;*/
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

#top-widget {
}

.top-widget {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	padding: 0 3px 0 0;
	text-align: right;
	width: 45%;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}

.top-widget .widget-title h3 {
	font-size: 14px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #17305b;
    text-transform: uppercase;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
	margin: 0 auto;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	/*background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(to top, #585858, #3d3d3d);*/
	clear: both;
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
	margin: 0 auto;
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	/*width: 16%;*/
	/*text-align: center;*/
	display: inline-block;
	/*text-align: center;*/
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	background-color: #14325f;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	/*border-left: 1px solid #585858;*/
	color: #ffffff;
	cursor: pointer;
	/*display: block;*/
	font-size: 18px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}

.menu a:hover {
	/*background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(to top, #808080, #363636);*/
	color: #888;
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636)";
}

ul.menu > li:hover {
	/*background-color: #363636;*/
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	/*background-color: #343434;*/
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	/*background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;*/
	 color: #fff;
    filter: none;
    margin: -1px 0 1px;
    padding: 6px 0;
    width: 100%;
    background-image:none; 
}

.menu li li a {
	background: transparent !important;
	border: none;
	 color: #fff; 
	 font-size: 16px;
/*	color: #444444;
	font-size: 12px;*/
	font-weight: 400;
	line-height: 24px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	/*background: #3b619c !important;*/
	background-image: none;
	border: none;
	color: #fff;
	filter: none;
}

.menu li li:hover {
	background: #3B619C !important;
	/*background: #f5f5f5 !important;*/
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	padding: 0 6px;
}

.footer-menu li a:hover {
	color: #222222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 6px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #aaaaaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(to top, #ffffff, #eaeaea);
	border: 1px solid #cccccc;
	border-bottom-color: #aaaaaa;
	border-radius: 4px;
	clear: both;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea)";
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #dddddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #dddddd;
	border-radius: 2px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #ffffff;*/
	vertical-align: middle;
	white-space: nowrap;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: linear-gradient(to top, #ffffff, #f1f1f1);
	border: 1px solid #dddddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #333333;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1)";
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(to top, #4f9eea, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd)";
	text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(to top, #7db7f0, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd)";
	text-shadow: 0 -1px 0 #115290;
}

a.red {
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(to top, #ff2323, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000)";
	text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(to top, #ff5656, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000)";
	text-shadow: 0 -1px 0 #890000;
}

a.orange {
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: linear-gradient(to top, #ffaa55, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00)";
	text-shadow: 0 -1px 0 #bb5d00;
}

a.orange:hover {
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(to top, #ffc388, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00)";
	text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(to top, #fff2aa, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700)";
	text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(to top, #fffadd, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700)";
	text-shadow: 0 1px 0 #ffffff;
}

a.green {
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(to top, #4bc380, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57)";
	text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(to top, #71d09b, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57)";
	text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(to top, #afb4af, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83)";
	text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(to top, #c9cdc9, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83)";
	text-shadow: 0 -1px 0 #626862;
}

a.purple {
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(to top, #8771b6, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b)";
	text-shadow: 0 -1px 0 #3f305e;
}

a.purple:hover {
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(to top, #a492c8, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b)";
	text-shadow: 0 -1px 0 #3f305e;
}

a.pink {
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(to top, #f042a0, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076)";
	text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(to top, #f471b8, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076)";
	text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(to top, #dd4c4c, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222)";
	text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(to top, #e57777, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222)";
	text-shadow: 0 -1px 0 #791717;
}

a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(to top, #db9f0d, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508)";
	text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(to top, #f3b828, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508)";
	text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(to top, #d66a1d, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513)";
	text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(to top, #e58541, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513)";
	text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(to top, #eaeaea, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0)";
	text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: linear-gradient(to top, #ffffff, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0)";
	text-shadow: 0 1px 0 #ffffff;
}

a.gray {
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(to top, #939393, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969)";
	text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(to top, #adadad, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969)";
	text-shadow: 0 -1px 0 #474747;
}

a.black {
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(to top, #323232, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808)";
	text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(to top, #4c4c4c, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808)";
	text-shadow: 0 -1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #0066cc;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	color: #333333;
	font-weight: 400;
}

#footer a:hover {
	color: #444444;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: right;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	-ms-filter: "progid:DXImageTransform.Microsoft.zoom(1)";
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}


h2.jtg-title {
    display: none;
}

.grid-sizer, .grid-item{ width: 240px; float:left; }

.event-image-gallery {
	margin: 0 auto;
	text-align: center;
}
/*.pay-now {
    background-color: #032e65;
    color: #fff;
    padding: 7px 25px 5px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    margin-top: 9px;
    border-radius: 3px;
}
.pay-now:hover {
    opacity: 0.9;
}*/
.page-id-1475 button.give-btn.give-btn-modal {
    background-color: #032e65;
    color: #fff;
    padding: 7px 25px 5px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    margin-top: 9px;
    border-radius: 3px;
    border: none;
    margin: 0 0 0 13px;
}
.page-id-1475 button.give-btn.give-btn-modal:hover {
    opacity: 0.9;
}
.resetradiose a {
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 12px;
    padding: 5px 9px;
}
.thisisvi {
    text-align: center;
}
.thisisvi > iframe {
    max-width: 100%;
}
.thisisvi a {
    border-radius: 7px;
    color: #000;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 34px;
    padding: 21px 39px 17px;
    text-transform: uppercase;
    background-image: url('../images/butt.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.page-id-1711 #header,.page-id-1711 .mailing-list-wrapper,.page-id-1711 #footer-wrapper {
    display: none;
}
.thisisvi p {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.thisisvi p.western {
    margin: 0px;
    font-size: 23px;
    margin-left: 14px;
    width: 40%;
    text-align: center;
    color: #032e65;
    line-height: 32px;
}
.re-reg-payment .rr-form-note {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    color: #000;
}
.re-reg-payment form br {
    display: none;
}
.re-reg-payment form {
    text-align: center;
    margin-top: 0px;
}
.re-reg-payment.center-wrapper {
    padding-bottom: 20px;
}
.common-title h1 {
	position: relative;
}
.nmclabtncls, .viewPDFnmclabtncls {
	display: inline-block;
	padding: 16px 25px;
	background-image: url(../images/button_01.png);
	background-size: 100% 100%;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.nmclabtncls:focus, .viewPDFnmclabtncls:focus {
	color: #fff;
}
.nmclabtncls:hover, .nmclabtncls:active, .viewPDFnmclabtncls:hover, .viewPDFnmclabtncls:active  {
	color: #f7da1b;
}
.ongoingexclssection-left {
    float: left;
    width: 50%;
}
.ongoingexclssection-right {
    float: right;
    width: 50%;
    text-align: right;
}
/* RSVP 26/11/2020 */
.register_rsvp_inn p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin: 20px 0 0;
    font-family: 'carlitoregular';
}
.register_rsvp_inn .common-title span {
    font-size: 32px;
    display: block;
}
.register_rsvp_inn p strong {
    color: #032e65;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
}
.register_rsvp_inn {
    text-align: center;
}
.rsvp-inn-wrp .form-group {
    margin: 0;
    text-align: left;
}
.rsvp-inn-wrp .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #032e65;
    margin: 0 0 8px;
}
.rsvp-inn-wrp .form-group input {
    width: 100%;
    border: 1px solid #c7c7c7;
    box-shadow: unset;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
}
.rsvp-inn-wrp .advertiser-form .help-block.with-errors {
    bottom: 0;
    left: 0;
    font-size: 13px;
}
.rsvp-inn-wrp ul.list-unstyled {
    padding: 0;
    margin: 0;
}
.rsvp-inn-wrp .help-block.with-errors ul li {
    list-style-type: none;
    text-align: left;
    font-size: 12px;
}
.rsvp-inn-wrp .halfclmnwrp .form-group:nth-child(2) {
    margin-left: 30px;
}
.rsvp-inn-wrp .halfclmnwrp .form-group {
    width: 48.56%;
}
.rsvp-inn-wrp .form-group {
    width: 100%;
}
.rsvp-inn-wrp .halfclmnwrp1 .form-group:nth-child(2) {
    margin: 0 28px;
}
.rsvp-inn-wrp .halfclmnwrp1 .form-group {
    width: 31.57%;
}
.rsvp-inn-wrp .advertising-category-wr {
    padding: 0;
    text-align: left;
}
.rsvp-inn-wrp .advertising-category-wr h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    margin: 20px 0;
    color: #032e65;
}
.rsvp-inn-wrp .advertising-category-wr p {
    font-size: 28px;
    line-height: 35px;
    margin: 20px 0;
}
.rsvp-inn-wrp .advertising-category-wr h4 {
    font-size: 26px;
    line-height: 35px;
    font-family: 'carlitoregular';
    color: #032e65;
    margin: 20px 0 40px;
}
.rsvp-checkbox ul {
    list-style-type: none;
    padding: 0;
}
.rsvp-checkbox ul li label {
    font-weight: 500;
    padding-left: 12px;
}
.rsvp-checkbox ul li {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin: 12px 0;
}
.rsvp-inn-wrp .total-amount-wr {
    text-align: left;
}
.rsvp-inn-wrp .total-amount-wr label {
    font-size: 17px;
    line-height: 20px;
}
.rsvp-inn-wrp .total-amount-wr input {
    border: 1px solid #c7c7c7;
    box-shadow: unset;
}
.rsvp-inn-wrp .total-amount-wr span {
    border-color: #032e65;
    background-color: #032e65;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.rsvp-inn-wrp .submitbtnwr input {
    box-shadow: unset;
    background-color: #032e65 !important;
    color: #fff !important;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    background-image: unset !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 10px 30px;
    margin-right: 20px;
    border: 1px solid #032e65 !important;
}
.register_rsvp_wrp {
    padding: 0 0 40px;
}
.register_rsvp_inn .common-title h1 {
	font-size: 38px;
}
/* Chrome, Safari, Edge, Opera */
input#custompayment::-webkit-outer-spin-button,
input#custompayment::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#custompayment {
  -moz-appearance: textfield;
}
.meet_guest_wrp {
    width: 70%;
    margin: 55px auto;
    text-align: left;
    position: relative;
}
.guestimgwrp.left::before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    border: 2px solid #207730;
    height: 93%;
    bottom: 20px;
}
.guestimgwrp.left {
    width: 40%;
    position: relative;
    padding: 10px;
}
.guestdetail.right {
    width: 52%;
    margin-top: 50px;
}
.guestdetail h3 {
    color: #032e65;
    font-size: 35px;
    font-family: 'carlitoregular';
    line-height: 40px;
    font-weight: bold;
    margin: 0;
}
.guestdetail h2 {
    color: #207730;
    font-size: 60px;
    line-height: 70px;
    font-family: 'carlitoregular';
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}
a.guestbiobtn {
    background-color: #032E65;
    color: #fff;
    padding: 15px 30px 12px;
    line-height: 20px;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
}
.guestbiopopupwrp {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}
.blackoverlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
}
.guestbiopopupinn {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
a.closebiobtn {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #032e65;
    color: #fff;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.guestbiopopupinncnt {
    max-height: 580px;
    overflow: auto;
    padding: 40px;
}
.guestbiopopupinn .common-title {
    padding: 0;
}
.home .slider-outer-wrapper .bx-controls.bx-has-pager {
    bottom: 22px;
}
a.regirsvp {
    background-color: #20782F;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    padding: 18px 40px;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
    letter-spacing: 1px;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #20782f;
}
.events-wrapper a.link {
    color: #0c3b71;
}
.events-wrapper a.link:hover {
	color: #20782F;
}

/* Event page logo and text css */
p.eventtextp {
    font-size: 24px !important;
    color: #684e95 !important;
    font-weight: 700;
    line-height: 35px !important;
    margin:0 0 15px 0;
}
.firsteventtextp {
	margin-top: 35px!important;
}
.eventtextp a {
    color: #684e95 !important;
    font-weight: bold;
}
.ks-wp-event-innerwr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ks-wp-event-innerwr li {
    display: inline-block;
    width: 24%;
    margin: 20px 0;
}
.ks-wp-event-innerwr {
    width: 100%;
    text-align: center;
}
.header-right-sidebar a.tuitionheaderbtn {
	width: 137px;
}
/*new*/
.footer_content {
    background-image: url(../../core/images/Footer_bg_img.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.right_sidebar {
    margin-left: 5px;
    background-image: linear-gradient(to bottom, #375f9c, #2a4b7e 40%, #28497b 68%, #4971b2 124%);
    display: inline-block;
    border-radius: 5px;
}
.tuition_sidebar,.view_sidebar,.pay_statement_btn{
	margin-top: 8px;
} 
.calendar_button {
    background-image: linear-gradient(to bottom, #375f9c, #2a4b7e 40%, #28497b 68%, #4971b2 124%);
    display: inline-block;
    border-radius: 5px;
    padding: 1px 1px;
}
.post-type-archive-tribe_events .common-wrapper.history-wrapper ul {
    display: none;
}
.post-type-archive-tribe_events .common-wrapper.history-wrapper .ongoingexclssection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.post-type-archive-tribe_events .common-wrapper.history-wrapper .ongoingexclssection a {
    text-align: center;
}
.post-type-archive-tribe_events .common-wrapper.history-wrapper {
    padding: 70px 0;
}
.nmclabtncls, .viewPDFnmclabtncls,.admission_button a,.back-to-gallery a{
    vertical-align: middle;
    background-image: linear-gradient( 
90deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%), linear-gradient( 
90deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%), linear-gradient( 
0deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%), linear-gradient( 
0deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 1px, 16px 1px, 1px 16px, 1px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    border-radius: 5px;
}
.admission_button {
    background-image: linear-gradient(to bottom, #375f9c, #2a4b7e 40%, #28497b 68%, #4971b2 124%);
    display: inline-block;
    border-radius: 5px;
    padding: 1px 1px;
    margin: 6px 7px;
    box-shadow: 2px 5px 3px #ccc;
}
.blog-left .read-more {
    background-image: linear-gradient(to bottom, #375f9c, #2a4b7e 40%, #28497b 68%, #4971b2 124%);
    display: inline-block;
    padding: 1px 1px;
    box-shadow: 2px 5px 4px #b7b7b7;
}
.blog-left .read-more a {
    background-image: linear-gradient( 90deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%), linear-gradient( 90deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%), 
    linear-gradient( 0deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%), linear-gradient( 0deg,rgba(255, 255, 255, 0.6) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 1px, 16px 1px, 1px 16px, 1px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
}
.admission_button a:hover, .back_btn a:hover {
    opacity: 0.7;
}
.back-to-gallery .back_btn {
    background-image: linear-gradient(to bottom, #375f9c, #2a4b7e 40%, #28497b 68%, #4971b2 124%);
    display: inline-block;
    margin-bottom: 10px;
    padding: 1px 1px;
    border-radius: 5px;
}
span.wpcf7-form-control-wrap .FNB_amount ,span.wpcf7-form-control-wrap .FES_amount
{
	position: relative;
}
span.wpcf7-form-control-wrap.FNB_amount:after, .wpcf7-form-control-wrap.FES_amount:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #000;
    bottom: 2px;
    left: 7px;
}
.wpcf7-form-control-wrap.FNB_amount input[type=text],.wpcf7-form-control-wrap.FES_amount input[type=text]
{
	border: none !important;
}

/*DINNER 2022 23FEB*/
.dinner_chair,.journal_chair
{
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
}
.dinner_chair_wrapper
{
	width: 80%;
	margin: 0 auto;
	padding-top: 80px;
}
.dinner_chair_block
{
	width: 40%;
}
.journal_chair_block
{
	width: auto;
}
.dinner_chair_block h4 ,.journal_chair_block h4
{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 43px;
}
.host_commited_block h4
{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 43px;
	text-align: center;
}
.dinner_chair li label,.journal_chair li label,.host_commited li label
{
	font-size: 18px;
	line-height: 30px;
}
.host_commited_block
{
	padding-top: 50px;
	width: 92%;
	margin: 0 auto;
}
.host_commited li 
{
	width: 49%;
	display: inline-block;
}
.host_commited li:nth-child(2n) {
    margin-left: 130px;
    width: 38%;
}
/*kesher tution application css*/
.ksh-tution-app-content .common-title h1, .ksh-app-note-head h2, .ksh-app-note-subhead p{
	color: #032e65;	
}
.ksh-tution-app-wr{
	position: relative;
	padding: 118px 0px 133px;
}
.ksh-tution-app-content .common-title{
	margin-bottom: 95px;
	padding-top: 0;
}
.ksh-tution-app-content .common-title h1{
	font-size: 54px;
	line-height: 60px;
	text-align: center;
}
.ksh-app-note-head h2{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.ksh-app-note-subhead{
	margin: 45px 0px;
}
.ksh-app-note-subhead p{
	font-size: 20px;
	margin: 25px 0;
	line-height: 30px;
}
.ksh-app-note-subhead p strong{
	font-weight: 700;
}
.ksh-note-list-wr ul{
	margin: 0px;
	padding: 0px;
}
.ksh-note-list-wr ul li{
	font-size: 17px;
	line-height: 36px;
	padding-left: 45px;
	position: relative;
	list-style-type: none;
	margin-top: 30px;
	color: #000000; 
}
.ksh-note-list-wr ul li:first-child{
	margin-top: 0px;
}
.ksh-note-list-wr ul li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 39px;
	background-image: url('../images/right_arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.ksh-tution-app-note{
	margin-bottom: 100px;
}
.ksh-tution-form-head h2{
	font-size: 36px;
	line-height: 40px;
	color: #032e65;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
	background-image: url('../images/keshar_new_border.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 60px;
} 
.ksh-tution-form-head h2 span{
	display: block;
	text-transform: capitalize;
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	padding-top: 20px;
}
.ksh-form-subhead h3{
	color: #032e65;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	margin: 30px 0;
	font-weight: bold;
}
.sectionsrequired-message p {
    margin: 20px 0;
    text-align: center;
}
.ksh-tution-form .field-first-left, .ksh-tution-form .field-first-last{
	width: 48%;
}
.ksh-tution-form .form-field input[type=text], .ksh-tution-form .form-field input[type=email] {
    padding: 21px 22px;
    border-radius: 0;
}
.ksh-tution-form .form-field input[type=text]::placeholder, 
.ksh-tution-form .form-field input[type=email]::placeholder{
	color: #8e9da2 !important;
	font-size: 16px;
	line-height: 20px;
}
.ksh-tution-form .form-field div:only-child{
	width: 100%;
	margin: 0px;   
}
.form-fields-wr{
	margin-bottom: 59px;
}  
.ksh-declaration-blk{
	margin-bottom: 70px;
}
.ksh-declaration-blk p, .ksh-form-caption-head p{
	font-size: 17px;
	line-height: 28px;
	color: #000000;
	margin-top: 45px;
}
.ksh-form-caption-head p {
	font-size: 15px;
}
.ksh-declaration-blk p:first-child{
	margin-top: 0px;
}
.ksh-declaration-blk p strong, .ksh-form-caption-head p strong{
	font-weight: 700;
}
.ksh-form-sign-wr label, .ksh-form-blk label , .fields-qna-head h5, .ksh-form-blk .form-field textarea::placeholder{
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 27px;
}
.ksh-form-sign-wr .field-first-left, .ksh-form-sign-wr .field-first-last {
    width: 32%;
}
span.form-field-caption {
    text-align: center;
    color: #8e9da2;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    font-weight: 700;
    padding-top: 20px;
}
.ksh-form-sign-wr .form-field .kash-date-select{
	width: 100%;
	display: block;
}
.ksh-form-sign-wr .form-field .kash-date-select input{
    appearance: none;
    border: 1px solid #ccc;
    padding: 19px 17px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-image: url('../images/calender_image.svg');
	background-repeat: no-repeat;
	background-position: 92% center;
	cursor: pointer;  
}
.ksh-form-sign-wr .form-field .kash-date-select input::placeholder{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #000 !important;
	text-align: center;
}

.sparater-line{
	background-color: #c7cfd2;
	width: 60%;
	height: 1px; 
	opacity: 0.2;
	margin: 65px auto;
}
.field-wr{
	margin-top: 20px;
    display: inline-block;
    width: 100%;
}  
.field-wr:first-child{
	margin-top: 0px;
}
.ksh-completed-blk .field-first-left{
	width: 60%;
}
.ksh-completed-blk .field-first-last{
	width: 31%
}
.field-student-wr .field-first-left{
	margin-right: 0px;
	width: 60%;
}
.field-student-wr .field-first-left input[type="text"]{
	border-right: 0;
}
.field-student-wr .field-first-last{
	width: 40%;
}
.form-field-inner-head h3{
	color: #032e65;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
.field-student-wr .form-field-inner-head{
	width: 70%;
}
.field-group-wr {
    line-height: 0;
}
.total-form-filed{
	text-align: right;
}
.ksh-form-blk .form-field label {
    font-weight: 700;
    padding-right: 27px;
    margin: 18px 0px;
}
.ksh-form-caption-head{
	margin-bottom: 60px;
}
.ksh-form-caption-head p{
	font-style: italic;
	color: #000000;
	text-align: center;
} 
.ksh-qna-blk .form-field-inner-head{
	text-align: center;
}
.ksh-qna-blk .field-first-left{
    margin-right: 0px;
}
.ksh-qna-blk .field-first-left input[type="text"]{
	border-right: 0;
}
.ksh-qna-blk .field-first-left:nth-child(1) {
    width: 7%;
}
.ksh-qna-blk .field-first-left:nth-child(1) label{
	background-color: #032e65;
	display: block;
	color: #ffffff;
	padding: 17.4px 11px;
    margin: 0px;   
}
.ksh-qna-blk .field-first-left:nth-child(2){
	width: 23%;
}
.ksh-qna-blk .field-first-left:nth-child(3){
	width: 15%;
}
.ksh-qna-blk .field-first-left:nth-child(4){
	width: 25%;
}
.ksh-tution-form .ksh-qna-blk .field-first-last{
	width: 30%;
}
.ksh-tution-form .field-first-left .blank-field {
    display: block;
}
.form-radio-group .field-wr{
	display: inline;
	vertical-align: middle;
	padding-left: 49px;
} 
.form-radio-group .field-wr:first-child{
	padding-left: 0px;
}
.ksh-form-blk .form-field label {
    color: #000;
}
.ksh-space-left{
    padding: 0px 0px 0px 33px;
}
.form-radio-group .field-wr label{
	margin: 0px;
	padding: 0;
	cursor: pointer;
}
.ksh-form-blk .total-form-filed label{
	color: #032e65;
}
.fields-qna-head h5{
	position: relative;
	line-height: 25px;
}
.fields-qna-head h5:before{
	content: '';
	width: 20px; 
	height: 20px;
	position: absolute;
	left: -37px;
    top: -3px;
	background-image: url('../images/angle_arrow_right.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.form-amount-blk{
	width: 50%; 
	line-height: 0;
}
.form-amount-blk .field-wr{
	line-height: 0;
	border:1px solid #ccc;    
	width: 77%;
} 
.form-amount-blk .doller-sign{
	font-size: 27px; 
	line-height: 30px;
	font-weight: 700;
	color: #000000;
	padding: 14px 22px;   
	border: 0;
}  
.form-amount-blk .doller-sign, .form-amount-blk input[type="text"]{
	display: inline-block;
	vertical-align: middle;
}
.form-field .form-amount-blk input[type="text"]{
 	border: 0;
 	width: 65%;   
}
.financial-information-blk .form-field-inner-head{
	text-align: center;
}
.ksh-tution-form  .amount-head{
	text-align: right;
	font-size: 21px;
	line-height: 24px;
	color: #000000;
	font-weight: 700;
}
.ksh-tution-form .ksh-table-body .form-field{
	padding: 0;
}
.ksh-tution-form  .form-field .ksh-form-col:nth-child(1) {
    width: 55%;
    margin: 0px;
    padding:0px 22px;
}
.ksh-tution-form  .form-field .ksh-form-col:nth-child(1) label{
	font-size: 16px;
	line-height: 18px;
}
.ksh-tution-form  .form-field .ksh-form-col:nth-child(2) {
    width: 19%;
    margin: 0px;
    padding: 0;
}
.ksh-tution-form .form-field .ksh-form-col:nth-child(3), .ksh-table-foot .total-form-filed .field-first-last{
    width: 25%;
}
.ksh-tution-form  .form-field .ksh-form-col:nth-child(3) input[type="text"]{
    padding: 27px 5px;
	border: 0;
	width: 85%;
}
.ksh-form-blk .ksh-table-body .form-amount-blk .field-wr{
	border: 0;
}
.ksh-table-body {
    border: 1px solid #ccc; 
}
.ksh-tution-form .ksh-table-body .ksh-form-row{
	border-top: 1px solid #ccc;
}
.ksh-tution-form .ksh-table-body .ksh-form-row:first-child{
	border-top: 0;
}
.ksh-tution-form .ksh-table-body .form-field .ksh-form-col{
	border-left: 1px solid #ccc;
    box-sizing: border-box;
    min-height: 77px;
    margin-bottom: 0;
}
.ksh-tution-form .ksh-table-body .form-field .ksh-form-col:first-child{
	border-left: 0;
}
span.blank-field {
    padding: 67px 0px;
}
.ksh-inner-table-blk{
	margin-top: 20px;
}
.ksh-inner-table-blk:first-child{
	margin-top: 0;
}
.ksh-table-foot{
	margin-top: 34px;
}
.ksh-inner-table-head .field-first-last{
	text-align: center;
}
.ksh-tution-form .ksh-table-head label{
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 20px !important;
	color: #000000;
	font-weight: 700;
}
.ksh-table-foot .total-form-filed label{
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
.ksh-tution-form .submit-btn{
	text-align: center;
	margin-top: 100px;
}        
.ksh-tution-form .submit-btn input[type="submit"]{
	background-color: #032e65;
	border-radius: 40px;
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border:0;
	padding: 27px 117px;
	background-image: unset;
	transition: 0.5s;
}
.ksh-tution-form .submit-btn input[type="submit"]:hover, 
.file-uploading-blk input[type="file"]:hover::before, .addmorebtn-main-wr a:hover{
	background-color: #f6d825;
	color: #032e65;
}

.file-uploading-blk input[type="file"] {
  	color: transparent;
  	padding: 0;
  	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	opacity: 0;
	width: 1px;
	height: 1px;
}
.file-uploading-blk input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.file-uploading-blk input[type="file"]::-moz-file-upload-button {
  visibility: hidden;
}
.file-uploading-blk label{
	position: relative;
}
.file-uploading-blk label::before {
  content: 'Upload';
  color: black;
  display: inline-block;
  background-color: #032e65;
  border:0;
  padding: 19px 23px 19px 87px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none; 
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  background-image: url('../images/upload-file.svg');
  background-repeat: no-repeat;
  background-position: 26px center;
}
.file-uploading-blk input[type="file"]:active, .file-uploading-blk input[type="file"]:focus {
  outline: 0;
  border: 0;
}
.form-field .file-uploading-blk span, .file-uploading-blk input[type="file"]{
	display: inline-block;

}
.addmorebtn-main-wr {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    margin-top: 6px;
}
.addmorebtn-main-wr a { 
	display: inline-block;
    color: #032e65;
    font-weight: 700;
    font-style: normal;
    padding: 11px 23px 8px 45px;
    border: 2px solid #032e65;
    border-radius: 30px;
    background-image: url('../images/plus-solid.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 10%;
}
.ksh-tution-form .form-field .form-radio-group{
	    padding: 21px;
}
.uploadedimage-wr {
    padding: 5px 15px;
    border: 2px solid #032e65;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px !important;
    word-break: break-all;
}
.image-nm-wr {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 5px 0;
}
.docx-remove {
    display: inline-block;
    border: 2px solid #032e65;
    margin: 10px 0;
    border-radius: 20px;
    padding: 5px 25px;
    font-size: 17px;
    font-weight: bold;
    color: #032e65;
    cursor: pointer;
}
.form-group {
	position: relative;
}
#TutionAssistanceForm .help-block.with-errors {
	bottom: -48px;
	color: red;
}
#TutionAssistanceForm .florida-leave-wr .ksh-form-error.help-block.with-errors {
    bottom: -25px;
}
#TutionAssistanceForm .disabled {
    opacity: 0.5;
}
.responce-msg {
    text-align: center;
}
.ats-save-continue-btn {
    display: inline-block;
    background-color: #f7da1a;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    position: fixed;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
}
.upload_hiddenfields {
	display: none;
}
#TutionAssistanceForm .documentuploading-wr .help-block.with-errors {
    bottom: -24px;
}
/*16 march*/
.ksh-form-blk  .form-field .form-amount-blk input[type="text"] {
    border: 0;
    width: 88%;
}
.ksh-form-blk .form-amount-blk .doller-sign, .ksh-form-blk  .form-amount-blk input[type="text"] {
    display: inline-block;
    vertical-align: middle;
}
.ksh-form-blk  .form-amount-blk .doller-sign {
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    padding: 14px 12.6px;
    border: 0;
}
.ksh-form-blk .form-amount-blk {
    width: 100%;
    line-height: 0;
}
.ksh-form-blk .form-amount-blk .field-wr {
    line-height: 0;
    border: 1px solid #ccc;
    width:100%;
}
.ksh-qna-blk-2 .form-amount-blk .doller-sign{
	padding: 14px 15px;
}
.ksh-qna-blk-2 .form-amount-blk .field-wr{
	width: 77%;
}
.ksh-qna-blk-2 .form-amount-blk{
	width:50%;
}
.ksh-tution-form .form-field  .form-amount-blk input[type=text], .ksh-tution-form .form-field .form-amount-blk input[type=email] {
    padding: 21px 5px;
}
.ksh-qna-blk .form-field .form-amount-blk input[type="text"]{
	width: 87%;
    padding: 23px 5px;
}
.sectionsrequired-message p{
	font-size: 20px;
	line-height: 24px;
	color: #032e65;
	font-weight: 600;
}
.ksh-form-blk .total-form-filed .form-amount-blk input[type="text"]{
	width: 85%;
}
.ksh-form-blk .total-form-filed .form-amount-blk.foot-amount-blk input[type="text"] {
    width: 87%;
}
.ksh-form-blk .foot-amount-blk {
    width: 31%;
}
.ksh-table-foot .form-field input[type="text"], .ksh-table-foot .form-field input[type="email"]{
	width: 85%;
	border: 0;
}
.ksh-form-blk .foot-amount-blk input[type="text"] {
    width: 88%;
}
.uploadbtn-sc-wr span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.ksh-note-list-wr p {
  font-size: 17px;
  line-height: 28px;
  margin: 20px 0;
}
.header-right-sidebar a.tuitionheaderbtn {
  width: 394px;
}
.header-right-sidebar a.header-journal {
  width: 190px;
}
.header-right-sidebar .pay_statement_btn{
	width: 394px;
}
.header-right-sidebar .pay_statement_btn a {
    width: 100%;
}
.ksh-form-col-centerfield input {
  margin: 5px;
  border: none !important;
}
.form-field .ksh-form-mmy-tyefield input[type="text"] {
  display: inline-block;
  width: 60%;
  border-top: none;
  border-right: none;
  border-left: none;
}
.ksh-tution-form .form-field .has-danger input[type="text"], .ksh-tution-form .form-field .has-danger input[type="email"] {
  border: 1px solid red !important;
}

/*css upload unlimed fields*/
.remove-limitupl-btn {
	display: none;
}
.remove-limitupl-btn a {
  display: inline-block;
  padding: 6px 22px;
  border: 2px solid #032e65;
  font-weight: 700;
  border-radius: 30px;
  color: #032e65;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.ksh-form-blk .form-field .addmorelimit-field label {
  margin-top: 0;
}
.addmorelimit-field {
  margin-bottom: 30px;
}
/* 25jan23  */
.page-id-4927 form#application_form {
    margin: 55px 0 60px;
}
div#ui-datepicker-div {
    z-index: 99;
    background-color: #fff;
    padding: 10px 12px 0;
    box-shadow: 0 0 32px -10px #cdc5c59c;
}
.page-id-4927 form#application_form > .infor-requested {
    margin-top: 15px;
}
.page-id-4927 form#application_form > .Release-informa.emergency-wr {
    margin-top: 23px;
}
.radio-button-wr .financial h3, .newfntitle {
    font-size: 20px;
    font-family: 'carlitobold';
    margin-left: 15px;
    color: #000;
    line-height: 28px;
}
.title-block .newfntitle{
	margin-bottom: 20px;
    margin-top: 25px;
}
.bottom-block{
		padding: 20px 0;
		border-top: 1px solid rgba(112, 112, 112,0.15);
}
.bottom-block strong{
font-size: 18px;
    line-height: 26px;	

}
.fin.scholar.radio-button-wr {
    padding: 0;
}
.fin.scholar.radio-button-wr.form-bord-cmn {
    margin: 0 0 55px !important;
}
.Parent-inform.halfwidth.fin.scholar .halfwidth.form-field-check h4 {
	margin-right: 0 !important;
}
.Parent-inform.halfwidth.fin.scholar .halfwidth.form-field-check h4 {
    text-transform: inherit !important;
}

/*24feb*/

.dinner-advertiser-wr .upload-wr input {
    color: #000;
}
.inner-dinner-rsvp .jewel-wr h3,.inner-dinner-rsvp .jewel-wr p,.inner-dinner-rsvp .friend-wr h3,.inner-dinner-rsvp .friend-wr p{
	color: #000 ;
}

/*24/03/2023*/

.dinner-journal-inner-wr {
    width: 77%;
    margin: 0 auto;
}
.dinner-journal-header-wr {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 23px 0 27px;
	background-color: #000;
}
.fold-top-content-wr {
    text-align: center;
}
.fold-top-content-wr h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 6px;
    color: #e2e0e0;
    text-transform: uppercase;
    position: relative;
    padding: 12px 0 30px;
    font-family: 'Didot Bold';
}
.fold-top-content-wr h2:after {
	content: '';
	position: absolute;
	background-image: url(../images/separator_img.png);
	width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    left: 0;
    right: 0;
    bottom: -50px;
}
.fold-top-content-wr h1 {
    font-size: 56px;
    line-height: 74px;
    text-transform: uppercase;
    color: #d7d7df;
    margin: 36px 0 23px;
    font-family: 'MADESAONARA';
    font-weight: 600;
}
.fold-top-content-wr span {
    display: inline-block;
    padding: 21px 24px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: bold;
}
.dinner-program-block, .after-party-block {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}
.dinner-program-block {
    width: 26%;
    text-align: center;
    padding-right: 45px;
    position: relative;
}
.dinner-program-block:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 94px;
    top: 0px;
    right: 0;
    background-image: linear-gradient(to bottom, #b7b7b7 2031%, #fff 1110%, #afabab 272%, #fff -161%, #d4d4d4 -738%, #b8b8b8 -1270%, #9b9b9b -1969%);
}
.dinner-program-block p, .after-party-block p {
    font-size: 18px;
    line-height: 33px;
    font-family: 'Cinzel';
    font-weight: bold;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
.dinner-program-block p span, .after-party-block p span {
    font-size: 24px;
    line-height: 33px;
    display: block;
}
.after-party-block {
    width: 73%;
    text-align: center;
    padding-left: 45px;
}
.program-time-wr {
    width: 85%;
    margin: 0 auto;
    padding: 47px 0 0px;
    position: relative;
}
.address-fold-block {
	text-align: center;
	color: #e4e4e4;
}
.address-fold-block p {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Cinzel';
    letter-spacing: 4.32px;
    width: 60%;
    margin: 0 auto;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.address-fold-block p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 200px;
    background-image: linear-gradient(218deg, #b7b7b7 62%, #fff 50%, #afabab 40%, #fff 35%, #d4d4d4 27%, #b8b8b8 21%, #9b9b9b 12%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.address-fold-block span {
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Cinzel';
}
.all-required-wr, .society_gift_blk, .guardian-chai-society {
	background-image: url(../images/all_required_field_background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
.honoring-wrapper {
    /*padding: 40px 0 60px;*/
    padding: 68px 0 91px;
    background-image: url(../images/honoring_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.honoring-card-wr {
    text-align: center;
}

.honoring-card-block {
    width: 30.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.6%;
}
.honoring-card-block:first-child {
    margin-left: 0;
}
.honoring-title-wr {
    text-align: center;
    margin-bottom: 93px;
}
.honoring-title-wr h2 {
    font-size: 58px;
    line-height: 70px;
    font-family: 'Cinzel';
    font-weight: bold;
    color: #000;
    position: relative;
}
.honoring-title-wr h2:after {
    content: '';
    position: absolute;
    background-image: url(../images/separator_img.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    left: 0;
    right: 0;
    bottom: -50px;
}
.honoring-card-block h3 {
    font-family: 'Cinzel';
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    min-height: 68px;
    padding: 0px 25px;
}
.honoring-card-block h6 {
    font-size: 19px;
    line-height: 32px;
    color: #000;
    font-family: 'montserratmedium';
}
.bios-content{
	display: none;
}
.honoring-card-block a {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    border-radius: 9px;
    border: solid 1px rgba(0, 0, 0, 0);
    background-image: url(../images/card_button_bg.png);
/*    background-image: linear-gradient(256deg, #b7b7b7 , #e6e6e6 , #b7b7b7 , #bcbaba , #E5E5E5, #b8b8b8 , #9b9b9b);*/
    padding: 14px 32px 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
    min-height: 50px;
      background-clip: padding-box;
      -webkit-background-clip: padding-box;
}
.address-fold-block img {
    margin-bottom: 15px;
}
body .dinner-journal-form-wr .dinner-rsvp-title>h2 {
    color: #000;
    font-family: 'Cinzel';
    font-weight: bold;
    line-height: 55px;
    letter-spacing: normal;
}
body .dinner-journal-form-wr .infocomm input {
	color: #000000;
}   
.couvert-head-wr {
    text-align: center;
    margin-bottom: 60px;
}
.dinerjournal-attendies .couvert-head-wr h3 {
    font-weight: bold;
    font-family: 'Cinzel';
    color: #000000;
    margin-bottom: 20px;
}
.dinerjournal-attendies .couvert-head-wr h4 {
    font-size: 30px;
    line-height: 40px;
    color: #070707;
    font-family: 'Cinzel';
    font-weight: bold;
    text-transform: uppercase;
}
.after-party-check ul li span {
    font-family: 'Cinzel',serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-left: 0px;
    width: 90%;
    float: right;
}
.after-party-check ul li input {
    display: none;
}
.dinner2021-attendies .form-control.total_attendees{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.after-party-check ul li.clearfix {
    box-shadow: 0 5px 20px 0 rgb(0 35 63 / 20%);
    padding: 31px 45px 59px 20px;
    margin-left: 3%;
    width: 38%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.after-party-check {
    margin-top: 30px;
}
body .dinerjournal-attendies select.form-control, .dinerjournal-attendies input.form-control, .dinerjournal-attendies textarea.form-control {
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    font-family: 'Cinzel',serif;
    padding: 14px 86px 14px 18px;
    height: auto;
    appearance: none;
    outline: none;
    margin-top: 30px;
}
.dinerjournal-attendies input.form-control, .dinerjournal-attendies textarea.form-control {
	width: 100%;
	resize: none;
}
body .dinerjournal-attendies .congrats-checkbox span, body .dinerjournal-attendies .dinner-couvert-amount span {
	color: #000000;
}
body .dinerjournal-attendies .dinner-couvert-amount input {
    margin-top: 0;
}   
.small-checkbox span {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Cinzel';
    font-weight: 400;
    text-transform: capitalize;
}
.banner-checkbox-wr .dinner2021-req-inner-msg {
    padding: 0px;
}
.banner-checkbox-wr .dinner2021-req-inner-msg p {
    font-family: 'Cinzel';
    font-weight: bold;
}
.dining-journal-category-wr .inner-advert-cat ul li.clearfix {
    box-shadow: 0 5px 20px 0 rgb(0 35 63 / 20%);
    padding: 24px 26px 0;
    margin-left: 3%;
    width: 31%;
    display: inline-block;
    vertical-align: top;
}
.dining-journal-category-wr .inner-advert-cat ul li.clearfix:nth-child(3n-2) {
	margin-left: 0;
}




.page-template-template-dinner2023 .chai-soc-check-firstrow label, 
    .page-template-template-dinner2023 .chai-soc-check-secondrow label, 
    .page-template-template-dinner2023 .chai-soc-check-thirdrow label ,
    .page-template-template-dinner2023 .chai-soc-check-firstrow span, 
    .page-template-template-dinner2023 .chai-soc-check-secondrow span, 
    .page-template-template-dinner2023 .chai-soc-check-thirdrow span,
    .page-template-template-dinner2023 .chai-soc-check-secondrow p, 
    .page-template-template-dinner2023 .chai-soc-check-thirdrow p, 
    .page-template-template-dinner2023 .chai-soc-check-firstrow p {
        font-family: 'Cinzel',serif;
        font-size: 20px;
        font-weight: 700;
        color: #070707;
        margin-left:0px;
    }
    .page-template-template-dinner2023 .chai-soc-check-firstrow label, 
    .page-template-template-dinner2023 .chai-soc-check-secondrow label, 
    .page-template-template-dinner2023 .chai-soc-check-thirdrow label {
        font-size: 24px;
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .page-template-template-dinner2023 .chai-soc-check-secondrow p,
    .page-template-template-dinner2023 .chai-soc-check-secondrow p,
    .page-template-template-dinner2023 .chai-soc-check-secondrow p {
        font-size: 17px;
    }

    .page-template-template-dinner2023 .chai-soc-check-secondrow li,.page-template-template-dinner2023 .chai-soc-check-thirdrow li, {
        box-shadow: 0 5px 20px 0 rgb(0 35 63 / 20%);
        padding: 24px 26px 0;
        margin-left: 3%;
        width: 31%;
    }
    .page-template-template-dinner2023 .chai-soc-check-firstrow li:first-child, .page-template-template-dinner2023 .chai-soc-check-secondrow li:first-child, .page-template-template-dinner2023 .chai-soc-check-thirdrow li:first-child {
        margin-left: 0px;
    }

    .page-template-template-dinner2023 .chai-soc-check-firstrow ,
    .page-template-template-dinner2023 .chai-soc-check-secondrow {
        margin-top: 0;
        margin-bottom: 45px;
    }
	.page-template-template-dinner2023 .advertising-category-wr {
	    padding: 80px 0;
	}
    .page-template-template-dinner2023 .chai-checkbox input {
        float: right;
    }
    .dinner-couvert-amount input {
    	display: inline-block !important;
    	vertical-align: middle !important;
    }
    .page-template-template-dinner2023 .chai-checkbox input + label, .after-party-check ul li input +label {
    	border: solid 2px #5fa0db;
    	height: 22px;
    	width: 22px;
    	border-radius: 43px;
    	float: right;
    	margin: 0px;
    	transition: 0.3s;
    	cursor: pointer;
    }
    .after-party-check ul li input +label{
    	float: left;
    }
    .page-template-template-dinner2023 .chai-checkbox input:checked + label , .after-party-check ul li input:checked + label{
    	border-width: 5px;
    }
    .page-template-template-dinner2023 .chai-checkbox input {
    	display: none;
    }
    .guardian-chai-society .dinner2021-req-inner-msg {
    	padding: 0px 0;	
	}
	.guardian-chai-society .dinner2021-req-inner-msg p {
		font-weight: bold;
	}
	.dinner2021-required-message.your_guardian.guardian-chai-society {
	    padding: 70px 0px;
	}
	.jewel-friend-2021.dining-journal-jewel-frnd-wr .inner-jewel-fri-wr {
		color: #000000;
	}
	.page-template-template-dinner2023 .chai-checkbox input + label, .page-template-template-dinner2023 .inner-jewel-fri-wr input + label, .page-template-template-dinner2023 .chai-checkbox input + label, .page-template-template-dinner2023 .inner-jewel-fri-wr input + label {
	    border: solid 2px #5fa0db;
	    height: 22px;
	    width: 22px;
	    border-radius: 43px;
	    float: right;
	    margin: 0px;
	    transition: 0.3s;
	    cursor: pointer;
	}
	 .page-template-template-dinner2023 .inner-jewel-fri-wr input+label {
	    float: none;
	    display: inline-block;
	    vertical-align: top;
	    margin-top: 3px;
	}
	.page-template-template-dinner2023 .inner-jewel-fri-wr input + label {
	    float: left;
	}
	.page-template-template-dinner2023 .inner-jewel-fri-wr input {
	    display: none;
	}
	.page-template-template-dinner2023 .inner-jewel-fri-wr input:checked + label {
	    border-width: 5px;
	}
	body .dining-advetiser-wr h3, body .dining-advetiser-wr .inner-advertise h2 {
		color: #000000;
	}
	.advetiser-wr.dinner2021-advertiser-wr.dining-advetiser-wr h3, .advetiser-wr.dinner2021-advertiser-wr.dining-advetiser-wr input {
		color: #000;
	}
	.dinner2021-total-am-wr.dining-total-am-wr {
		background-color: #000000;
	}
	.page-template-template-dinner2023 .dinner2021-total-am-wr.dining-total-am-wr .submit-btn-wr > input {
	    background-color: #fff !important;
	    color: #2c465d;
	    width: auto;
	    font-size: 16px;
	    line-height: 20px;
	    font-weight: bold;
	    padding: 15px 40px;
	}
	.dinner2021-total-am-wr.dining-total-am-wr .your-info-fifth-row .guardian-wr.infocomm > textarea {
		color: #000;
	}
	.about-dinner-journal-wr .about-dinner2021-inner-wr h3 {
	    color: #070707;
	    font-family: 'Cinzel';
	}
	.about-dinner-journal-wr .about-dinner2021-inner-wr h2 {
	    font-size: 47px;
	    line-height: 60px;
	    font-family: 'Cinzel';
	    color: #000;
	    letter-spacing: normal;
	    margin-bottom: 29px;
	    margin-top: 50px;
	}
	.about-dinner-journal-wr .about-dinner2021-inner-wr p {
	    color: #000;
	    font-size: 18px;
	    line-height: 30px;
	}
	.board-director-wr .dinner2021-directors-inner-wr {
	    color: #000;
	    width: 100%;
	}
	ul.late_governors li label {
	    letter-spacing: 0.39px;
	    font-size: 15px;
	    line-height: 26px;
	}
	span.past_presidents {
	    font-size: 16px;
	    line-height: 22px;
	    letter-spacing: 0.42px;
	    text-align: center;
	    display: block;
	    border-top: 1px solid rgba(112, 112, 112,0.15);
	    padding: 20px 0;
	}


	.page-template-template-dinner2023 .directors-block li {
	    width: 24%;
	    text-align: left;
	    font-size: 16px;
	    line-height: 20px;
	    letter-spacing: 0.42px;
	}
	.dinner-black-box-wr {
	    background-color: #000000;
	    color: #fff;
	    padding: 60px 0;
	    text-align: center;
	}
	.dinner-black-top-innerblock {
	    display: inline-block;
	    vertical-align: middle;
	}
	.dinner-black-top-innerblock li {
		list-style-type: none;
	}
	.dinner-black-top-innerblock h4 {
	    font-size: 30px;
	    line-height: 40px;
	    letter-spacing: 0.48px;
	    font-family: 'Cinzel';
	    font-weight: bold;
	}
	.dinner-black-top-innerblock li {
	    list-style-type: none;
	    font-size: 20px;
	    line-height: 26px;
	    font-family: 'Cinzel';
	    font-weight: bold;
	    letter-spacing: 0.52px;
	}
	.dinner-black-top-innerblock {
	    display: inline-block;
	    vertical-align: middle;
	    width: 49%;
	}
	.dinner-black-top-innerblock.full-width-block {
	    width: 100%;
	}
	.dinner-black-top-innerblock ul li {
	    display: inline-block;
	    vertical-align: middle;
	}
	.dinner-black-top-block {
	    margin-bottom: 48px;
	}
	.dinner-black-top-block:nth-last-child(1){
		margin-bottom: 0;
	}
	.dinner-black-top-innerblock.space-between-list ul li {
	    margin-left: 40px;
	} 
	.dinner-black-top-innerblock.space-between-list ul li:first-child {
	    margin-left: 0;
	}
	.black-dinner-committee-blk ul {
	    text-align: left;
	    margin: 0;
	    padding: 0;
	}
	.black-dinner-committee-blk ul li {
	    width: 49%;
	    margin-bottom: 40px;
	    padding-left: 61px;
	}
	.black-dinner-committee-blk ul li:nth-child(2n+1){
		padding-left: 0;
	}
	.dinner-black-top-innerblock ul {
	    margin-top: 18px;
	}
	.page-template-template-dinner2023 .dinner2022-popup {
		border-color: #939296 !important;
	}

/*24/03/2023*/
 .dinner-2203-banner{
 	background-size: 100%;
 }
 .dinner-2203-banner .address-fold-block {
     text-align: center;
     color: #e4e4e4;
     margin-top: -6px;
 }
.view_bio_btn {
    font-family: 'Didot Bold';
}
.page-template-Dinner_2023 .dinner2021-req-inner-msg p {
    letter-spacing: normal;
    margin-top: 15px;
    font-weight: bold;
    padding: 0px 10px;
}
.page-template-Dinner_2023 .dinner2021-required-message{
	padding: 50px 0px;
}
.page-template-Dinner_2023 .dinner-2021-form-wr .dinner-rsvp-title {
    margin-bottom: 54px;
}
.dinner2021-req-inner-msg .small-checkbox input{
	display: none;
}
.page-template-Dinner_2023  .black-dinner-committee-blk ul li:nth-last-child(1) {
    margin-bottom: 0;
}
.page-template-Dinner_2023 .dinner2021-directors-wr {
    margin-top: 60px;
}
.dinner2021-req-inner-msg .small-checkbox label{
	width: 30px;
	height: 30px;
	box-shadow: 0 5px 20px 0 rgb(0 35 63 / 20%);
	border-radius: 5px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
}
.dinner2021-req-inner-msg .small-checkbox input:checked + label:before {
    background-color: #00233f;
    opacity: 1;
}
.dinner2021-req-inner-msg .small-checkbox label:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border-radius: 5px;
    opacity: 0;
}
.page-template-Dinner_2023 .check-block label{
	margin-bottom: 20px;
}
.page-template-Dinner_2023  .jewel-friend-wr.jewel-friend-2021.dining-journal-jewel-frnd-wr {
    padding-bottom: 92px;
}
.page-template-Dinner_2023 .advetiser-wr.dinner2021-advertiser-wr textarea {
    height: 53px;
}
.page-template-Dinner_2023 .card-details-wr {
    margin-bottom: 23px;
}
.page-template-Dinner_2023 .dinner2021-contact-info {
    margin-bottom: 65px;
}
.page-template-Dinner_2023 .dinner-black-top-innerblock.full-width-block h4 {
    margin-bottom: 30px;
}
.page-template-Dinner_2023 .dinner-black-top-innerblock.full-width-block.list-wrapper-80-wrapper ul {
    width: 80%;
    margin: 0px auto;
}
.page-template-Dinner_2023 .dinner2021-directors-inner-wr h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
}
.page-template-Dinner_2023 .directors-block ul{
	text-align: center;
}
.page-template-Dinner_2023 .directors-block.governors ul {
    text-align: left;
}
.view_bio_btn:hover{
	text-decoration: none;
}
.honoring-card-img img {
    width: 100%;
    border: 10px solid;
}
.honoring-card-img {
    background-image: linear-gradient(218deg, #818080 , #e2e2e2 , #9f9f9f , #d3d3d3 , #fff , #fff , #666 , #6c6c6c , #7d7d7d , #999 , #c0c0c0 , #f1f1f1 , #fff , #4d4d4d , #fff , #818080 );
    padding: 14px;
}
.page-template-Dinner_2023 .dinner-black-top-innerblock{vertical-align: top;}
.page-template-Dinner_2023  .advetiser-wr.dinner2021-advertiser-wr.dining-advetiser-wr h3,  .page-template-Dinner_2023  .advetiser-wr.dinner2021-advertiser-wr.dining-advetiser-wr input{
	font-family: 'Cinzel';
}
.page-template-Dinner_2023  .payment-box .web-form-field select {
    font-family: 'Cinzel';
    appearance: none;
    background: url('../images/Black_down_Errow.svg') no-repeat 95% 50%, #fff;
}
.form-err-msg {
    position: relative;
    top: 10px;
}
.form-err-msg, .err-msg.payment-err {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #ff0000;
    font-weight: bold;
}
.err-msg.payment-err {
    bottom: -25px;
}
.page-template-Dinner_2023 .dinner2021-total-am-wr .err-msg {
    font-size: 13px;
    line-height: 19px;
}
.page-template-Dinner_2023 .seprator-border {
    margin-top: -27px;
}
.page-template-Dinner_2023 .dinner2021-advertiser-wr h2{
	font-size: 38px;
	line-height: 47px;
}
.page-template-Dinner_2023 .form-group.submit-btn-wr {
    margin-top: 30px;
}
.page-template-Dinner_2023 .about-dinner2021-inner-wr {
    margin-top: 77px;
}
/*27/03/2023*/
.page-template-Dinner_2023 .fold-top-content-wr .date-field {
    position: relative;
}
.page-template-Dinner_2023 .fold-top-content-wr .date-field:before, .page-template-Dinner_2023 .fold-top-content-wr .date-field:after {
    width: 175px;
    height: 171px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -84%;
	background: url('../images/Right_Cards.png') no-repeat center;
}
.page-template-Dinner_2023 .fold-top-content-wr .date-field:after {
	right: -84%;
	left: auto;
}
.author-admission {
    text-align: center;
    margin-top: 20px;
}
.author-admission p {
    color: #001e4c;
    font-size: 24px;
    line-height: 25px;
    margin: 10px 0;
}
.admission-title-header p a {
    font-weight: 600;
    color: #F7DA1A;
    transition: 0.5s;
}
.admission-title-header p a:hover {
	color: #fff;
} 
form.post-password-form {
    text-align: center;
    margin: 40px 0 55px;
}
/*30march*/
.bottom-text p a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: 0.3s;
    opacity: 0.5;
}
.bottom-text p a:hover {
    opacity: 1;
}
.bottom-text .dinner2021-req-inner-msg {
    padding: 0;
}
.page-template-template-submitAD2024 .dinner2021-required-message.guardian-2024-chai-donation.bottom-text {
    background-color: #432060 !important;
}
.bottom-text .dinner2021-req-inner-msg {
    max-width: 90%;
    margin:0 auto;
}
/*30march*/




/*12 Dec Guardian Of Kesher 2025*/
.gurdian-kesher-event-wr .guardian-subheading-content {
    font-size: 24px;
    line-height: 30px;
    color: #1C1C1C;
    font-family: 'pt_sansregular';
    font-style: italic;
    margin-bottom: 57px;
}
.gurdian-kesher-event-wr .common-title {
	max-width: 720px;
	margin: 0 auto 40px;
	padding-top: 90px;
}
.guardian-support-content h4 {
	font-size: 24px;
	line-height: 40px;
	font-style: italic;
	font-family: 'pt_sansregular';
	font-weight: 700;
	color: #fff;
	max-width: 85%;
	margin: 0 auto;
	text-align: center;
}
.guardian-support-content {
	padding: 45px;
	background-size: 100% 100%;
	margin-bottom: 56px;
}
.consideration-section-heading {
    font-size: 22px;
    color: #032E65;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    font-family: 'carlitobold';
    margin: 0 0 32px;
}
.renew-content {
    display: flex;
    gap: 36px;
    justify-content: center;
}
.renew-content .renew-box {
    background: radial-gradient(50% 53.71% at 50% 50%, #0047A2 0%, #032E65 100%);
    border-radius: 15px;
    width: 31.5%;
    padding: 24px 24px 49px 24px;
    text-align: center;
    position: relative;
}
.renew-box-content {
    position: relative;
    padding: 16px 0 0;
    border-radius: 15px;
    background: transparent; /* Important */
    box-shadow: 2px 2px 4px 0px #595959;
}

/* Default */
.renew-box-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(70.6deg, #CECFD0 -2.57%, #EBEBEC 6.19%, #6F7072 18.01%, #EBEBEC 29.37%, #A6A8A9 37.73%, #E2E2E3 46.3%, #58585A 60.05%, #BBBCBE 66.93%, #ABACAE 70.16%, #9C9D9F 73.1%, #939496 75.26%, #919294 76.5%, #919294 79.59%, #898A8C 85.17%, #767779 95.83%, #6F7072 98.87%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    box-sizing: border-box;
}
.renew-box:nth-child(2) .renew-box-content::before {
    background: linear-gradient(70.6deg, 
        #CECFD0 -2.57%, #EBEBEC 6.19%, #6F7072 18.01%, #EBEBEC 29.37%, 
        #A6A8A9 37.73%, #E2E2E3 46.3%, #58585A 60.05%, #BBBCBE 66.93%, 
        #ABACAE 70.16%, #9C9D9F 73.1%, #939496 75.26%, #919294 76.5%, 
        #919294 79.59%, #898A8C 85.17%, #767779 95.83%, #6F7072 98.87%
    );
}
.renew-box:nth-child(3) .renew-box-content::before {
    background: linear-gradient(66.79deg, 
        #EAB522 -2.22%, #E5AD20 -0.33%, #D99A1A 3.46%, #CA8013 7.26%, 
        #CC8214 10.1%, #D38B19 12%, #DE9A22 12.95%, #EFAF2E 14.84%, 
        #FFC33A 15.79%, #CA801F 28.12%, #EFE0AB 38.55%, #F5BC36 48.03%, 
        #FFEBBC 55.61%, #CC8028 61.3%, #EFE1AB 71.73%, #F1C540 92.59%
    );
}
p.renew-price {
    color: #fff;
    font-size: 65px;
    line-height: 65px;
    margin: 0 0 20px;
    font-family: 'carlitobold';
    font-weight: 700;
}
p.renew-type {
    margin: 0;
    padding: 15px 0;
    background: #D9D9D9;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #000000;
    font-size: 26px;
    letter-spacing: 3.9px;
    text-transform: uppercase;
    font-family: 'carlitobold';
    position: relative;
}
p.renew-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(70.6deg, #CECFD0 -2.57%, #EBEBEC 6.19%, #6F7072 18.01%, #EBEBEC 29.37%, #A6A8A9 37.73%, #E2E2E3 46.3%, #58585A 60.05%, #BBBCBE 66.93%, #ABACAE 70.16%, #9C9D9F 73.1%, #939496 75.26%, #919294 76.5%, #919294 79.59%, #898A8C 85.17%, #767779 95.83%, #6F7072 98.87%);
    width: 100%;
    height: 2px;
}
.renew-box:nth-child(3) .renew-box-content p.renew-type {
    background: #DAA42E;
}
.renew-box:nth-child(3) .renew-box-content p.renew-type::before {
	background: linear-gradient(66.79deg, 
	    #EAB522 -2.22%, #E5AD20 -0.33%, #D99A1A 3.46%, #CA8013 7.26%, 
	    #CC8214 10.1%, #D38B19 12%, #DE9A22 12.95%, #EFAF2E 14.84%, 
	    #FFC33A 15.79%, #CA801F 28.12%, #EFE0AB 38.55%, #F5BC36 48.03%, 
	    #FFEBBC 55.61%, #CC8028 61.3%, #EFE1AB 71.73%, #F1C540 92.59%
	);
}
.renew-box:nth-child(2) .renew-box-content p.renew-type::before {
	background: linear-gradient(70.6deg, 
	    #CECFD0 -2.57%, #EBEBEC 6.19%, #6F7072 18.01%, #EBEBEC 29.37%, 
	    #A6A8A9 37.73%, #E2E2E3 46.3%, #58585A 60.05%, #BBBCBE 66.93%, 
	    #ABACAE 70.16%, #9C9D9F 73.1%, #939496 75.26%, #919294 76.5%, 
	    #919294 79.59%, #898A8C 85.17%, #767779 95.83%, #6F7072 98.87%
	);
}
.renew-box:nth-child(2) .renew-box-content p.renew-type {
    background: #787878;
}
button.renew-btn {
    font-size: 18px;
    width: 88%;
    background: linear-gradient(90deg, #CECFD0 -99.39%, #EBEBEC -55.62%, #6F7072 -3.09%, #EBEBEC 14.42%, #A6A8A9 37.76%, #E2E2E3 66.94%, #58585A 99.04%, #BBBCBE 136.98%, #ABACAE 142.82%, #9C9D9F 148.65%, #939496 154.49%, #919294 163.24%, #898A8C 169.08%, #767779 183.67%, #6F7072 192.42%);
    padding: 18px;
    border-radius: 30px;
    box-shadow: 0px 2px 2px 0px #00000080;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-family: 'pt_sansregular';
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    margin: 0 auto;
    transform: translateY(50%);
}
.renew-box:nth-child(3) button.renew-btn {
	background: linear-gradient(106.66deg, #EAB522 -128.67%, #E5AD20 -121.41%, #D99A1A -106.9%, #CA8013 -92.38%, #CC8214 -81.5%, #D38B19 -74.24%, #DE9A22 -70.61%, #EFAF2E -63.36%, #FFC33A -59.73%, #CA801F -12.56%, #EFE0AB 27.35%, #F5BC36 63.63%, #FFEBBC 92.66%, #CC8028 114.43%, #EFE1AB 154.34%, #F1C540 234.17%);
}
.renew-box:nth-child(2) button.renew-btn {
	background: linear-gradient(90deg, #6F7072 -33.94%, #767779 -29.29%, #898A8C -21.54%, #919294 -18.44%, #939496 -13.79%, #9C9D9F -6.95%, #BBBCBE -0.92%, #898989 14.61%, #AFAFAF 27.4%, #A6A8A9 48.21%, #898989 65.78%, #6F7072 82.85%, #EBEBEC 97.81%, #CECFD0 121.06%);
}
.guardianship-include-addmission-content {
    display: block;
    color: #1C1C1C;
    font-size: 20px;
    line-height: 26px;
    font-family: 'pt_sansregular';
    font-style: italic;
    text-align: center;
    max-width: 76%;
    margin: 0 auto;
}
.renew-content {
	margin-bottom: 122px;
}
.gurdian-kesher-event-wr .general-donation-form {
    width: 100%;
    margin-top: 10px;
}
.thank-you-guardianship {
    font-size: 24px;
    color: #1A1A1A;
    font-style: italic;
    margin-top: 30px;
    line-height: 30px;
}