/*
Theme Name: MJ PTSA
Theme URI: http://mjhsptsa.org/
Description: A WordPress theme for the Maynard Jackson PTSA site
Version: 1.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

@import url('css/bootstrap.css');

/*-------------------------------------------------------------------------*/

/*
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
*/

/*-------------------------------------------------------------------------*/

/* RESET - http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 */

/*-------------------------------------------------------------------------*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* orange = #A32138 */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
	font-size: 87.5%;
}
body {
	background: #FFF;
	font: normal 14px/160% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5E69;
}
a {
	color: #FCB824;
	text-decoration: none;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
a:hover {
	color: #323232;
	text-decoration: underline;
}
p, ul, ol {
	margin-bottom: 24px;
}
strong, b {
	font-weight: 600 !important;
}
em, i {
	font-style: italic !important;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}
.skip, .ineffable {
	left: -1000em;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}
hr {
	clear: both;
	background-color: #DBD9D4;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 6px 0 18px 0;
}
/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
table {
	margin: 0 0 20px 0;
}
th, td {
	/* border-bottom: 1px solid #EEE; */
	padding: 10px 0 0 0;
	vertical-align: top;
}
embed,
object,
video {
	max-width: 100%;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

aside.callout {
  padding: 20px;
  /* color: #A52238; */
  font-weight: bold;
  text-align: center;
  font-style: italic;
  font-size: 1.1em;
  margin: auto;
  color: #111;
}

.button-link {
  border-radius: 2px;
  border: #fc0 solid 2px;
  color: #930;
  background-color: #fc0;
  display: inline-block;
  padding: 1px 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.button-link:hover {
  background-color: #f2be04;
  text-decoration: none;
}
/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

#wrapper {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#main {
	clear: both;
	background: transparent;
	margin: 0 auto 5px auto;
	padding: 0;
	width: 90%; /* 980px */
	overflow: hidden;
}
/*
#primary-home {
	clear: both;
	margin: 40px auto 0 auto;
	padding: 0;
	width: 100%;
}
*/
#primary-full-width {
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 100%; /* 980px / 980px */
}
#primary {
	float: left;
	margin: 40px 0 30px 0;	/* 30px 0 15px 0 / 980px */
	padding: 0;
	width: 64.6938775%; /* 634px / 980px */
}
#secondary {
	float: left;
	margin: 40px 0 30px 6.1224489%; /* 30px 0 20px 60px / 980px */
	padding: 0 0 20px 0;
	width: 29.1836734%; /* 286px / 980px */
}
#colophon {
	clear: both;
	background: #FDB924;
	border-top: 5px solid #FFF;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#branding {
	background: #FFF;
	border-bottom: 5px solid #5A5E69;
	margin: 0;
	padding: 0;
	width: 100%; /* full browser */
	position: fixed;
	top: 0;
	z-index: 1000;
}
.branding-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 90%; /* 980px */
}
.branding-logo {
	float: left;
	margin: 23px 0 26px 0;
	max-width: 27.5510204%; /* 270px / 980px */
	/* height: 74px; */
}
.branding-logo a, .branding-logo a:hover {
	text-decoration: none;
	background: none;
}
.menu-quick-links {
	float: right;
	text-align: right;
	margin: 28px 0 11px 0;
	width: 71.4285714%; /* 700px / 980px */
}
.header-image {
	clear: both;
	border-bottom: 5px solid #5A5E69;
	width: 100%;
	min-height: 380px;
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* Menu Bar */
#megaMenu {
	float: right !important;
	width: 98% !important; /* 700px / 980px */
	overflow: hidden !important;
}

/* Inner Menu Bar (UL) - This can be useful for positioning the menu items within the menu bar */
#megaMenu ul.megaMenu {
	width: 100%;
	margin: 0;
}

/* Top Level Items */
#megaMenu ul.megaMenu > li.menu-item {
	float: right !important;
}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle {
	color: #3E424E;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

/* Top Level Items - Hover */
#megaMenu ul.megaMenu > li.menu-item:hover > a,
#megaMenu ul.megaMenu > li.menu-item > a:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
	color: #A82935 !important;
	border-bottom-color: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
    color: inherit;
    font-size: 1.1em;
    font-weight: bold;
}

/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current_page_item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a,
#megaMenu ul.megaMenu > li.menu-item.current-page-ancestor > a {
	color: #3E424E !important;
	text-decoration: underline !important;
}

/* Menu Items with Dropdowns */
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a,
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator,
#megaMenu ul li.menu-item.mega-with-sub > a,
#megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator,
#megaMenu ul li.menu-item.ss-nav-menu-mega > a,
#megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
 	padding: 0 0 0 25px !important;
}

/* Menu Items with Dropdowns - hide dropdown arrows */
#megaMenu ul li.ss-nav-menu-reg > li.megaReg-with-sub > a::after,
#megaMenu ul li.mega-with-sub > a::after,
#megaMenu ul li.ss-nav-menu-mega > a::after,
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator::after,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator::after,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator::after{
	display: none!important;
	border: none !important;
}

/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
	border: none !important;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

/* Horizontal Sub Menus */
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu {
	border-top: none;
}

/* Sub Menu Links & Fake Links */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator,
#megaMenu ul ul.sub-menu li.menu-item > a,
#megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
	color: #A32138 !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 6px 13px !important;
}

/* Sub Menu Link Hover */
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul ul.sub-menu > li.menu-item:hover > a {
	color: #FFF !important;
	background-color: #A32138 !important;
	text-decoration: none !important;
}

/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu {
  *border-bottom: none;
}
#megaMenu.megaMenuVertical ul.megaMenu {
  *border-right: none;
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	color: #A32138;
	font: normal 36px/100% "PT Serif","Bitter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 1.0);
	margin: 0 0 24px 0;
	padding: 0;
	font-weight: 700 !important;
}
h2 {
	/* post titles */
	color: #3E424E;
	font: normal 32px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	margin: 0 0 24px 0;
	padding: 0;
}
h3 {
	/* paragraph title  - with spacing below */
	clear: both;
	color: #3E424E;
	font: normal 22px/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 1.0);
	margin: 0 0 18px 0;
	padding: 0;
}
h4 {
	/* paragraph title - no spacing below */
	clear: both;
	color: #3E424E;
	font: normal 22px/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 1.0);
	margin: 0;
	padding: 0;
}
h5 {
	/* smaller title  - with spacing below */
	clear: both;
	color: #3E424E;
	font: normal 18px/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 1.0);
	margin: 0 0 18px 0;
	padding: 0;
}
h6 {
	/* smaller title - no spacing below */
	clear: both;
	color: #3E424E;
	font: normal 18px/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 1.0);
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

#content {
	clear: both;
}
#content .entry-header {
	clear: both;
	margin: 0;
	padding: 0;
}
#content .entry-content img {
	background: #FFF;
/* 	padding: 10px; */
}

/* --- POSTS --- */

#content .post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #DDD;
	margin: 0 0 30px 0;
	padding: 0;
}
#content .post-excerpt {
	margin: 0;
}
#content .download-button {
	margin-bottom: 20px;
}

/* --- POSTMETADATA IN LISTINGS --- */

#content .post-listing-info {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}
#content .post-listing-info a {
	color: #999;
	font-weight: 400;
}
#content .post-listing-info a:hover {
	color: #A32138;
	text-decoration: underline;
}
#content .post-listing-info img {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

#content .postmetadata {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	margin: 6px 0 24px 0;
	padding: 0;
}
#content .postmetadata a {
	color: #999888;
	font-weight: 400;
}
#content .postmetadata a:hover {
	color: #A32138;
	text-decoration: underline;
}
#content .postmetadata img {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

/* --- POST TAGS LISTING & SINGLE PAGES --- */

#content .post-tags {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	padding: 0;
}
#content .post-tags a {
	color: #999;
	background-color: #EEE;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	margin: 6px 3px 6px 0;
	padding: 3px 8px;
}
#content .post-tags a:hover {
	background-color: #A32138;
	border: none;
	color: #FFF;
}

/* --- ORDERED / UNORDERED LISTS --- */

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px 0;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}

/* --- FIXES ANCHORS FALLING BEHIND STICKY NAV BAR --- */

a.anchor {
	position: relative;
	top: -153px;
	display: block;
}

a.anchor-home {
	position: relative;
	top: -128px;
	display: block;
}

/* --- MISCELLANEOUS --- */

.caps {
	text-transform: uppercase;
}
.orange {
	color: #A32138 !important;
}

/*-------------------------------------------------------------------------*/

/* CALENDAR PLUGIN */

/*-------------------------------------------------------------------------*/

.gce-change-month {
	font-size: 30px;
}
.gce-month-title {
	font-size: 24px;
}
.gce-list {
	font-size: 12px;
}
.gce-list .date {
	font: normal 15px/160% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.gce-list .event-title {
	font: normal 13px/160% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.gce-list .event-link {
	margin: 0 0 10px 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#secondary {
	font-size: 13px;
	line-height: 140%;
	overflow: hidden;
}
#secondary .widget  {
	background: #F2F2F0;
	color: #626262;
	margin: 0 0 30px 0;
	padding: 20px;
	overflow: hidden;
}
#secondary .widget h3  {
	color: #3E424E;
	font: normal 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 24px 0;
	padding: 0;
}
#secondary ol,
#secondary ul {
	margin: 0 0 24px 0;
}
#secondary ul ul,
#secondary ol ol,
#secondary ul ol,
#secondary ol ul {
	margin-bottom: 0;
}
#secondary ul {
	list-style: disc outside;
}
#secondary ol {
	list-style: decimal outside;
}
#secondary li {
	margin: 0 0 0 20px;
	padding-top: 3px;
}
#secondary img.alignleft {
	margin: 0 12px 24px 0;
	/* margin: 0.857142857rem 1.714285714rem 0.857142857rem 0; */
}
/*
#secondary .widget-area {
	margin: 30px 0 0 0;
}
#secondary .textwidget {
	padding: 8px 0 0 0;
}
*/
/*
#secondary .widget_categories ul, #secondary .widget_archive ul {
	list-style: none;
	border-bottom: 1px solid #D0CAB7;
	margin: 15px 20px 0 0;
	padding: 0;
}
#secondary .widget_categories ul li a, #secondary .widget_archive ul li a {
	display: block;
	color: #A32138;
	border-top: 1px solid #DDD;
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	text-decoration: none;
	padding: 12px 10px 12px 12px;
}
#secondary .widget_categories ul li a:hover, #secondary .widget_archive ul li a:hover {
	color: #A32138;
	background-color: #FAFAFA;
	text-decoration: none;
}
*/




/*   ---  DONATE SIDEBAR   ---   */

article.donate-sidebar, article.donate-full-page {
	text-align: center;

	width: 234px;
	position: relative;
	margin: 20px auto;
	font-weight: bold;
	color: #FFF;
	font-family: 'Bitter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	background: #A42137;
	line-height: 1.1em;
	padding: 8px;
	border-radius: 4px;
}

article.donate-full-page {
	width: 90%;
	border-radius: 9px;
}

article.donate-sidebar strong, article.donate-full-page strong {
	font-family: 'Bitter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 22px;
line-height: 1.1em;
margin-bottom: 20px;
display: block;
width: 90%;
}

article.donate-sidebar span, article.donate-full-page span {
	font-family: 'Bitter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
}

article.donate-sidebar #donateBox, article.donate-full-page #donateBox {
	webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
	height: 150px;
	width: 150px;
	padding: 30px 30px 23px;
	background: #FFF;
	border-radius: 120px;
	border: 10px solid #FCB924;
	text-align: center;
	margin: 20px auto;
	font-weight: normal;
	font-size: 20px;
	color: #EA7808;
}

article.donate-sidebar #donateBox:hover, article.donate-full-page #donateBox:hover {
	height: 150px;
	width: 150px;
	background: #FFF;
	border: 20px solid #FDB925;
	margin: -2px auto 30px -7px;
}
article.donate-full-page #donateBox, article.donate-full-page #donateBox:hover {
	webkit-transition: none;
	-o-transition: none;
	transition: none;
	width: 250px;
	margin-left: -50px;
}
article.donate-full-page #donateBox:hover {
	margin-left: -56px;
	margin-bottom: 2px;
}

article.donate-sidebar #donateBox form {
	margin: 35px auto;
}

article.donate-full-page #donateBox form {
margin: -56px auto auto 16px;
}


/*   ---  JOIN PAGE DONATION BOX   ---   */

#post-227 #donateBox {
    webkit-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
    height: 300px !important;
    width: 450px !important;
    padding: 0 30px 23px;
    border-radius: 20px;
    margin: 20px auto 0;
}

#post-227 #donateBox:hover {
	height: 300px !important;
	width: 450px !important;
	border: 11px solid #FDB925 !important;
	margin: 19px auto 0;
}


#post-227 article.donate-sidebar {
    width: 534px !important;
    margin: 20px auto !important;
    padding: 8px !important;
   border-radius: 6px !important;
}

#post-227 article.donate-sidebar #donateBox form {
    margin: 5px auto;
}




/* --- SIDEBAR MENUS --- */

#secondary ul.menu {
	list-style: none;
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 0;
}
#secondary ul.menu li {
	margin: 0;
	padding: 0;
}
#secondary ul.menu li a {
	display: block;
	color: #A32138;
	border-top: 1px solid #DDD;
	font-size: 15px;
	font-weight: normal;
	line-height: 125%;
	text-decoration: none;
	padding: 12px 10px 12px 12px;
}
#secondary ul.menu li a:hover {
	color: #A32138;
	background-color: #F2F2F2;
	text-decoration: none;
}
#secondary ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary ul.menu li li a {
	color: #A32138;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 10px 10px 24px;
}
#secondary ul.menu li li a:hover {
	color: #A32138;
	background: #F2F2F2;
	text-decoration: none;
}
#secondary ul.menu .current-menu-item > a,
#secondary ul.menu .current-menu-ancestor > a,
#secondary ul.menu .current_page_item > a,
#secondary ul.menu .current_page_ancestor > a {
	color: #000 !important;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- HOMEPAGE SLIDER --- */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flex-container { position: relative; background: transparent; margin: 123px auto 0 auto; padding: 0; width: 100%; border-bottom: 5px solid #5A5E69; }

.flexslider {max-height: 360px; background: #F2F2F0; margin: 0; padding: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading {max-height: 360px; background: #F2F2F0 url(images/loader.gif) no-repeat center center !important;}

.flex-caption-wrapper {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -470px; /* Half the width */
	width: 90%;
}
.flex-caption-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.flex-caption {
	float: right;
	font: normal 20px/110% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	margin: 0;
	width: 425px; /* 450px / 980px */
}
.flex-caption a {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	display: block;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	width: auto; /* fixing ie bug*/
}
.flex-caption a:hover {
	color: #FFF;
	text-decoration: none;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	width: auto; /* fixing ie bug*/
}
.flex-caption a img {
	float: left;
	width: 24px !important;
	height: 11px !important;
	margin: 7px 0 0 0;
	padding: 0;
}
.flex-caption h2 {
	font: normal 36px/90% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-shadow: none;
	margin: 0 0 7px 0;
	padding: 0;
}
.flex-caption p {
	margin: 0 0 10px 0;
	line-height: 130%;
}

.flexslider .slides {zoom: 1;}

/* .carousel li {margin-right: 5px} */

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 40px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
/*
.flex-control-nav {width: 100%; position: absolute; bottom: -42px; text-align: center; padding: 7px 0; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.flex-control-nav {
		bottom: -35px;
	}
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; background: rgba(255,255,255,1.0); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #48809D; cursor: default; }
*/

/*
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
*/
@media screen and (max-width: 975px) {
	#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
		font-size: 0.98em;
	}
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* --- HOMEPAGE TEXT --- */

.homepage-text {
	clear: both;
	background: #FDB924;
	border-top: 5px solid #FFF;
	margin: 0 auto;
	padding: 0;
	width: 100%; /* full browser */
	overflow: hidden;
}
.homepage-text-wrapper {
	font-weight: normal;
	line-height: 140%;
	margin: 0 auto;
	padding: 55px 0;
	width: 90%; /* 980px */
	overflow: hidden;
}
.homepage-text-left {
	float: left;
	border-right: 1px solid #3E424E;
	margin: 0;
	padding: 0 3.0612244% 0 0; /* 0 30px 0 0 / 980px */;
	width: 72.8571428%; /* 714px / 980px */
}
.homepage-text-left h2 {
  /* color: #3E424E; */
  text-align: left;
  font: 800 39px/100% "PT Serif", "Bitter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 8px 0;
}
.homepage-text-left p {
	color: #5B5B5B;
	font-size: 15px;
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.homepage-text-right {
	float: left;
	text-align: center;
	margin: 45px 0 0 3.0612244%; /* 45px 0 0 30px / 980px */
	padding: 0;
	width: 20.9183673%; /* 205px / 980px */
}

/* --- HOMEPAGE COLUMNS --- */

.homepage-columns {
	clear: both;
	background: #3E424E;
	border-top: 5px solid #FFF;
	margin: 0 auto;
	padding: 0;
	width: 100%; /* full browser */
	overflow: hidden;
}
.homepage-columns-wrapper {
	margin: 0 auto;
	padding: 60px 0 36px 0;
	width: 90%; /* 980px */
	overflow: hidden;
}
.homepage-columns-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.homepage-columns-wrapper li {
	float: left;
	margin: 0 0 0 32px;
	padding: 0;
	width: 30%; /* 294px / 980px */
}
.homepage-columns-wrapper li:first-child {
	margin: 0;
}
.homepage-columns-wrapper li img {
	background: #5A5E69;
	margin: 0 0 18px 0;
	padding: 10px;
	max-width: 272px;
}
.homepage-columns-wrapper h3 {
	color: #FFF;
	font: normal 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: none;
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
}
.homepage-columns-wrapper p {
	color: #9EA0A8;
	font-size: 14px;
	padding: 0 18px 0 10px;
}
.homepage-columns-wrapper a:hover {
	color: #FCB824;
}
.homepage-columns-wrapper ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.homepage-columns-wrapper ul ul li {
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: 100%; /* 294px / 980px */
}
.homepage-columns-wrapper .gce-page-list {
	font-size: 12px;
}
.homepage-columns-wrapper .gce-page-list .date {
	color: #FFF;
	font: normal 15px/160% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.homepage-columns-wrapper .gce-page-list .event-title {
	color: #9EA0A8;
	font: normal 13px/160% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: none;
	margin: 0;
	padding: 0;
}

/* --- HOMEPAGE COLUMNS --- */

.homepage-sponsors {
	clear: both;
	background: #FFF;
	border-top: 5px solid #3E424E;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%; /* full browser */
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

.colophon-wrapper {
	color: #3E424E;
	font-size: 12px;
	font-weight: 400;
	margin: 0 auto;
	padding: 20px 0 40px 18px; /* 40px 0 40px 16px / 980px */
	width: 90%; /* 980px */
	overflow: hidden;
}
.colophon-wrapper a {
	color: #3E424E;
	text-decoration: none;
}
.colophon-wrapper a:hover {
	color: #3E424E;
	text-decoration: underline;
}
.colophon-wrapper .first {
	float: left;
	margin: 0 6.1224489% 0 0; /* 0 60px 0 0x / 980px */
	padding: 0;
	width: 45%; /* 440px / 980px */
}
.colophon-wrapper .second {
	float: right;
	margin: 0;
	padding: 0;
	width: 45%; /* 440px / 980px */
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 6px 24px 12px 0;
	/* margin: 0.857142857rem 1.714285714rem 0.857142857rem 0; */
}
img.alignright {
	margin: 6px 0 12px 24px;
	/* margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; */
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 11px;
	/* font-size: 0.857142857rem; */
	line-height: 1;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

/* --- ALBUMS --- */

#content .gallery-listings {
	float: left;
	margin: 0 2.5% 30px 0;	/* 0 15px 30px 0 / 600px */
	width: 30.8333333%;	/* 185px / 600px */
	height: auto;
}
#content .gallery-listings img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
#content .gallery-listings h5 {
	clear: both;
	margin: 8px 0 0 4px;
}
#content .gallery-listings .post-listing-info  {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 4px;
	padding: 0;
}

/* --- GALLERY PAGE --- */

#content .gallery {
	clear: both;
	margin: auto;
	padding: 0;
}
#content .gallery-item {
	float: left;
	margin: 10px 3.3333333% 0 0;	/* 10px 20px 0 0 / 600px */
	text-align: left;
	vertical-align: top;
	width: 21.6666666%;	/* 130px / 600px */
}
#content .gallery-item img {
	background: #EEE;
	padding: 5px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#comments {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
}
#comments h2#comments-title {
	padding: 30px 0 20px 0;
}
#comments p.write-comment-link {
	padding: 0 0 20px;
}
#comments .comment-body p {
	padding: 0;
}
#comments p.moderation {
	font-family: 'Droid Serif',  Times, serif;
	font-style: italic;
}
#content #comments ol {
	clear: both;
	padding: 0;
}
#content #comments ol li {
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#content #comments ol li ul.children {
	padding:0;
}
/*
#content #comments ol li.depth-1 {
	padding: 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
*/
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin: 0 0 0 20px;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: none;
	overflow: hidden;
}
.comment-meta a {
	padding: 0 0 12px;
	font-size: 11px;
	text-decoration: none;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-content {
	padding: 12px 0;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:right;
}
a.comment-reply-link {
	font-size: 12px;
}
#comments ol li.post.pingback {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin: 0 20px 8px 0;
	float: left;
}
#comments .bypostauthor {
}

/* --- COMMENT REPLY --- */

#content #comments #respond {
	margin: 30px 0 0;
	padding: 20px 20px 20px 0;
	background-color: #F8F8F8;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: 11px;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding: 0;
	font-size: 11px;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding: 15px 0 0;
}
input#submit {
	color: #FFF !important;
	background-color: #C37B13;
	font: normal 11px/11px Arial, Helvetica, sans-serif !important;
	border: none;
	font-family: inherit;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold !important;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px; /* Links */
}
input#submit:hover {
	background-color: #333 !important;
	border: none;
	color: #FFF !important;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size: 14px;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}

.page-join-the-ptsa input {
	width:375px;
}
.page-join-the-ptsa input[name="submit"] {
	width:150px;
}
.page-join-the-ptsa select{
	width:390px;
}


/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

/* BLUE BUTTONS */
a.orange.button {
	color: #FFF !important;
	background-color: #A32138;
	border: none;
	text-decoration: none;
	cursor: pointer;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* future proofing */
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px; /* Links */
}
a.orange.button:hover {
	background-color: #333 !important;
	border: none;
	color: #FFF !important;
}

/* GRAY */
a.gray.button {
	display: block;
	color: #FFF !important;
	background-color: #EEE;
	border: none;
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* future proofing */
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px; /* Links */
}
a.gray.button:hover {
	background-color: #333 !important;
	border: none;
	color: #FFF !important;
}

/*-------------------------------------------------------------------------*/

/* SEARCH FORM */

/*-------------------------------------------------------------------------*/

/*
#searchwrapper {
	float: right;
	position: relative;
	background: url(images/search_bg.png) no-repeat left top;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 37px;
}
#searchwrapper form {
	display: inline;
}
#searchbox {
	position: relative;
	color: #B2B2B2 !important;
	font-size: 10px !important;
	background: #fff;
	box-shadow: none !important;
	text-transform: uppercase;
	margin: 0 35px 0 0 !important;
	padding-left: 7px !important;
	width: 200px !important;
}
#searchbox:focus {
	color: #464646 !important;
	font-size: 15px !important;
	text-transform: none;
	margin: 6px 0 0 0;
}
#searchsubmit {
	position: absolute;
	background-color: transparent;
	border: 0;
	top: 0;
	left: 217px;
	width: 32px;
	height: 28px;
}
h4.search-title {
	margin: 0;
}
*/

/*-------------------------------------------------------------------------*/

/* RESULTS PAGE */

/*-------------------------------------------------------------------------*/

/*
.search-title {
	margin: 0;
}
ul#results {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
ul#results li {
	background-image: none;
	line-height: 20px;
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
}
ul#results li strong {
	background-color: #FFFFCC;
}
ul#results .post-line {
	clear: both;
	margin: 10px 0 15px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #CCC;
}
*/

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */
/* WP-PageNavi 2.40 by Lester "GaMerZ" Chan	 */

/*-------------------------------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	font-size: 12px;
	/* border-top: 1px solid #DDD; */
	margin: 30px 0;
	padding: 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #A32138;
	border: 1px solid #A32138 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 9px;
	color: #999;
	font-weight: normal;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: normal;
	color: #FFF;
	background-color: #A32138;
	border: 1px solid #FFF !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.extend {
	padding: 6px 9px 5px 9px;
	font-weight: normal;
	color: #999;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table th {
	background: #f2f2f2;
	font-weight: bold;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/

/* COLLAPSE, ACCORDION, CLOSE BUTTON */

/*-------------------------------------------------------------------------*/

.accordion {
	margin-bottom: 20px;
}
/*
.accordion .gform_wrapper {
	padding: 12px 10px !important;
}
p.gform_label_top {
	margin: 0 !important;
	padding: 18px 0 0 0 !important;
}
*/
.accordion-group {
 	background: #f6f6f6;
 	margin-bottom: 5px;
 	border: 1px solid #e5e5e5;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
}
.accordion-heading {
 	font-size: 18px;
 	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
 	display: block;
 	padding: 8px 15px;
}
.accordion-toggle {
 	cursor: pointer;
}
.accordion-inner {
 	border-top: none;
 	padding: 0 15px;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES */

/*-------------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
/*input[type="search"],*/
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #727272 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 100% !important;
	background-color: #F5F5F5 !important;
    border: 1px solid #CCC !important;
	border-radius: 4px !important;
	margin: 0 !important;
	padding: 12px 8px !important;
	height: 48px !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
/*input[type="search"]:focus,*/
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #4A4A4A !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 100% !important;
	background-color: #E5E5E5 !important;
	border: 1px solid #CCC !important;
	border-radius: 4px !important;
	padding: 12px 8px !important;
}

.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper ul li.gfield {
    margin-top: 20px !important;
    padding-top: 0;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 14px !important;
	margin: 20px 0 4px 0 !important;
	font-weight: 400 !important
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #E5E5E5 !important;
	padding: 48px 16px 0 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #4A4A4A !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 26px !important;
	font-weight: 400 !important;
	padding: 30px 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 22px !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    font-size: 16px !important;
	margin-top: 4px !important;
    margin-right: 7px !important;
    vertical-align: text-top !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
    vertical-align: text-top !important;
    max-width: 90% !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    margin: 0 0 12px 0 !important;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
    font-weight: 400 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	height: 48px;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #727272;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 14px;
	padding: 8px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_confirmation_wrapper {
	background-color: transparent !important;
	font-size: 18px !important;
	color: #727272 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 130px 0 0 0 !important;
	overflow: hidden !important;
}
@media (max-width: 992px) {
	.gform_confirmation_wrapper {
		padding: 0 !important;
	}
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: #fff;
	background-color: #A32138;
  	display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- HTML FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1.5em 2.5em !important;
    padding-left: 0 !important;
}

/*-------------------------------------------------------------------------*/

/* LIGHTBOX-PLUS THEME FOR ELEGANT */

/*-------------------------------------------------------------------------*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background-color:#000 !important;}

#colorbox{background-color:#FFF !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	#cboxContent{background:#FFF !important; margin-top:0 !important; padding:20px 20px 30px 20px !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	    #cboxLoadedContent{margin-bottom:28px !important; background: #FFF !important; padding: 0 !important; border: 5px solid #F3F1EB !important; overflow: hidden !important;}
	    #cboxLoadedContent img{max-width: 100%; height: auto; width: auto\9; zoom:1; vertical-align: bottom;}/* IE8 */
	    #cboxTitle{position:absolute !important; top: auto !important; bottom:30px !important; left:20px !important; color:#666 !important;}
	    #cboxTitle .white{color:#FFF !important;}
	    #cboxCurrent{position:absolute !important; top: auto !important; bottom:10px !important; left:20px !important; color:#666 !important;}
	    #cboxSlideshow{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxSlideshow.hover{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxPrevious{position:absolute !important; top: auto !important; bottom:30px !important; right:66px !important; background:url(images/elegant-lightbox/controls.png) -75px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxPrevious.hover{background-position:-75px -25px !important;}
	    #cboxNext{position:absolute !important; top: auto !important; bottom:30px !important; right:42px !important; background:url(images/elegant-lightbox/controls.png) -50px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxNext.hover{background-position:-50px -25px !important;}
	    #cboxLoadingOverlay{background-color: #FFF !important;}
	    #cboxLoadingGraphic{background:url(images/elegant-lightbox/loading.gif) center center no-repeat !important;}
	    #cboxClose{position:absolute !important; top: auto !important; bottom:30px !important; right:18px !important; background:url(images/elegant-lightbox/controls.png) -25px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxClose.hover{background-position:-25px -25px !important;}

/*-------------------------------------------------------------------------*/

/* MEDIA QUERIES */

/*-------------------------------------------------------------------------*/

/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}

/* --- LARGEST - OVER 1025 PIXELS--- */
@media screen and (min-width: 1025px) {

	#main, .branding-wrapper, .colophon-wrapper, .homepage-text-wrapper, .flex-caption-wrapper, .homepage-columns-wrapper {
		width: 980px;
	}

}

/* --- BELOW 1024 LIKE IPAD IN LANDSCAPE -- */
@media screen and (max-width: 1024px) {
	#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle {
		font-size: 13px !important;
	}
	/* Menu Items with Dropdowns */
 	#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a,
 	#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator,
 	#megaMenu ul li.menu-item.mega-with-sub > a,
 	#megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator,
 	#megaMenu ul li.menu-item.ss-nav-menu-mega > a,
 	#megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
 	 	padding: 0 0 0 20px !important;
 	}
}

/* --- BELOW 1024 LIKE IPAD IN LANDSCAPE -- */
@media screen and (max-width: 970px) {
	.homepage-text-left {
		float: none;
		border-right: none;
	}
	.homepage-text-right {
		float: none;
		text-align: left;
		margin: 20px 0 0 0;
	}
 	.homepage-columns-wrapper li {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

}

/* --- BELOW 868px LIKE IPAD IN PORTRAIT --- */
@media screen and (max-width: 867px) {

	#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle {
		font-size: 12px !important;
	}
	/* Menu Items with Dropdowns */
 	#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a,
 	#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator,
 	#megaMenu ul li.menu-item.mega-with-sub > a,
 	#megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator,
 	#megaMenu ul li.menu-item.ss-nav-menu-mega > a,
 	#megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
 	 	padding: 0 0 0 14px !important;
 	}
	.flex-caption-wrapper {
		position: absolute;
		top: 15px;
		left: 0;
		margin-left: 40px; /* Half the width */
		width: 90%;
	}
	.flex-caption {
		float: none;
		width: 80%; /* 450px / 980px */
	}

}

/* --- MOBILE --- */
@media screen and (max-width: 767px) {

	#branding {
		position: relative;
	}
	.branding-wrapper {
		width: 100%;
	}
	.branding-logo {
		float: left;
		margin: 23px 0 20px 20px;
		max-width: 35.202086%; /* 270px / 767px */
		/* height: 74px; */
	}
	.menu-quick-links {
		float: left;
		text-align: right;
		margin: 38px auto 11px auto;
		width: 60%;
	}
	#megaMenu {
		float: none !important;
		width: 100% !important;
		/* background: #DBD9D4; */
		background: #f2f2f2;
		margin-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	/* MENU TOGGLE BUTTON */
	#megaMenu #megaMenuToggle {
	    color: #424242 !important;
	    padding: 20px 15px 15px 15px !important;
	    cursor: pointer !important;
	    font-size: 16px !important;
	    text-transform: uppercase !important;
	    text-align: left !important;
	}
	#megaMenu #megaMenuToggle .megaMenuToggle-icon, #megaMenu #megaMenuToggle .megaMenuToggle-icon:before, #megaMenu #megaMenuToggle .megaMenuToggle-icon:after {
		background: #424242 !important;
		font-size: 14px !important;
	}
	#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
		padding: 8px 0 !important;
	}
	.flex-container {
		margin: 0 auto;
	}
	#primary {
		float: none;
		padding: 0 0 0 12px;
		width: 94%;
	}
	#secondary {
		float: none;
		margin-left: 0;
		padding: 0 0 0 12px;
		width: 94%;
	}
	.colophon-wrapper {
		padding: 20px 12px;
		width: 86%;
	}
	.colophon-wrapper .first, .colophon-wrapper .second {
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

}

/* MOBILE LANDSCAPE */
@media screen and (max-width: 671px) {

	/* REMOVE CAPTION ON SLIDER */
	.flex-caption-wrapper {
		display: none;
	}

}

/* MOBILE LANDSCAPE */
@media screen and (max-width: 480px) {

	.branding-logo {
		float: none;
		margin: 23px auto 20px auto;
		max-width: 70%; /* 270px / 320px */
		/* height: 74px; */
	}
	.menu-quick-links {
		float: none;
		text-align: center;
		margin: 28px auto 11px auto;
		width: 90%;
	}
	.alignleft {
		float: none;
	}
	.alignright {
		float: none;
	}

}

/* MOBILE LANDSCAPE */
@media screen and (max-width: 320px) {

}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white;
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#primary {
		width: 90%;
		border: none;
		background: none;
	}
	#header { display:none; }
	#access { display:none; }
	#quick-links { display:none; }
	#searchwrapper { display:none; }
	#main { margin-left:0;
	     float:none;
	     width:auto }

	a {
	     color:#333;
	     text-decoration:underline }
	#secondary { display:none; }
	#commentform { display:none }
	.divider-wide { display:none }
	#colophon { display:none }
	#advertisements { display:none }
	h1, h2, h3, h4, h5, h6 { wrapper-break-after:avoid;
	     wrapper-break-inside:avoid }
	blockquote, table, pre { wrapper-break-inside:avoid }
	ul, ol, dl  { wrapper-break-before:avoid }
	img.centered { display: block;
	     margin-left: auto;
	     margin-right: auto; }
	img.right { padding: 4px;
	     margin: 0 0 2px 7px;
	     display: inline; }
	img.left { padding: 4px;
	     margin: 0 7px 2px 0;
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { wrapper-break-inside:avoid;
	     wrapper-break-after:avoid; }
}
