/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
	margin  : 0;
	padding : 0;
}

html {
	background : #eeeeee;
	min-height : 100%;
}

body {
	background  : #fff;
	height      : auto;
	position    : relative;
}

#container {
}

#popupWindowCaller {
	display : none;
}

img {
	border : none;
}

::selection {
	background : #ec008c;
	color      : #FFF;
}

::-moz-selection {
	background : #ec008c;
	color      : #FFF;
}

/* ================================= */
/* Defaults */
/* ================================= */

.rounded {
	-moz-border-radius    : 4px;
	-webkit-border-radius : 4px;
	-o-border-radius      : 4px;
	-ms-border-radius     : 4px;
	border-radius         : 4px;
}

.transition {
	-moz-transition    : all linear 0.2s;
	-webkit-transition : all linear 0.2s;
	-o-transition      : all linear 0.2s;
	transition         : all linear 0.2s;
}

.clear {
	width: 100%;
}

.collapse_header {
	cursor: pointer;
}

.collapse_header:after {
	display:            inline-block;
	font-family:        "FontAwesome";
	font-weight:        normal;
	content:            "\f0d8";
	margin-left:        5px;
	float: right;

	-webkit-transform:  rotate(0deg);
	-moz-transform:     rotate(0deg);
	-ms-transform:      rotate(0deg);
	-o-transform:       rotate(0deg);
	transform:          rotate(0deg);

	-webkit-transition: -webkit-transform ease 0.2s;
	-moz-transition:    -moz-transform ease 0.2s;
	-ms-transition:     -ms-transform ease 0.2s;
	-o-transition:      -o-transform ease 0.2s;
	transition:         transform ease 0.2s;
}

.collapse_header.closed:after {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}

.no-csstransforms .collapse_header.closed:after {
	content: "\f0d7";
}

/* ================================= */
/* Typography */
/* ================================= */

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
	content : '';
	display: none;
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
	text-indent : 0;
	margin-left : 0;
}

/* ================================= */
/* Header */
/* ================================= */

.header_fill {
	/*height   : 66px;
	position : relative;
	float    : left;
	width    : 100%;*/
	display  : none;
}

#header {
	background-color : #ffffff;
	display          : block;
	width            : 100%;
	float            : left;
	padding          : 30px 0px;
	position         : relative;
}

#header .logo {
	margin: -20px 0px -11px 0px;
	display: block;
}

#header .logo img {
	display: block;
	width: 228px;
	max-width: 100%;
	height: auto;
}

#header_donations a.button {
	width: 100% !important;
	text-align: center;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#header_donations img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

#header_search input[type="text"]:focus {
	border-color: #f7941e !important;
}

#header_cart {
	position: relative;
	color: #b2b2b2;
	padding-left: 45px;
	padding-top: 9px;
	line-height: 18px;
}

#header_cart img.cart_icon {
	position: absolute;
	left: 0px;
	top: 12px;
}

#header_cart a {
	text-transform: uppercase;
	font-size: 12px;
	color: inherit;
	text-decoration: none;
}

#header_cart .price {
	color: #f7941e;
	font-weight: bold;
}

#header_login {
	float: right;
}

#header_login a {
	color: #b2b2b2;
	font-weight: bold;
	display: block;
}

#header_login a:hover {
	color: #a1cd41;
}

#header_login a img {
	margin-right: 5px;
	vertical-align: sub;
}

#header_donations,
#header_search,
#header_cart {
	margin-left: 2%;
}

#header_search_mobile {
	border-bottom: 1px solid #8cb339;
}

#header_search_mobile input[type="text"] {
	padding: 10px 5% !important;
	padding: 10px calc(5% + 10px) !important;
}

#header_search_mobile input[type="text"],
#header_search_mobile input[type="text"]:focus {
	border: 0px none transparent !important;
	/*border-bottom: 1px solid #8cb339 !important;*/
}

#header_search_mobile button {
	left: auto;
	right: 5%;
	color: #a1cd41 !important;
	font-size: 20px;
}

#header_search_mobile button:before {
	font-family: "FontAwesome";
	content: "\f054";
}

#header_search_mobile button:hover {
	background: transparent;
}

#header_search_mobile button img {
	display: none;
}


/* ================================= */
/* Main Navigation */
/* ================================= */

#navigation {
	height: 70px;
	background: #a1cd41;
	border-bottom: 2px solid #8cb339;
	clear: both;
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
}

#mainNav {
	width : 100%;
}

#mainNav li {
	list-style: none;
	float: left;
	position: relative;
}

#mainNav > li {
	margin : 0 0 0 0px;
	width: 11.1%;
	border-right: 1px solid #8cb339;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#mainNav > li.first {
	margin-left : 0;
	border-left : 1px solid #8cb339;
}

#mainNav li a {
	font-size   : 15px;
	margin      : 0px 0px;
	font-weight : bold;
	color       : #FDFDFD;
	display     : block;
}

#mainNav > li > a {
	padding: 10px 10px;
	height: 49px;
	font-weight: bold;
	font-size: 14px;
	font-family : 'Open Sans', sans-serif;
	line-height: 18px;
	border-top: 1px solid #a1cd41;

	-webkit-transition : background 0.1s linear, color 0.1s linear;
	-moz-transition    : background 0.1s linear, color 0.1s linear;
	-ms-transition     : background 0.1s linear, color 0.1s linear;
	-o-transition      : background 0.1s linear, color 0.1s linear;
	transition         : background 0.1s linear, color 0.1s linear;
}

#mainNav li a:hover {
	background: #ffffff;
	color: #a1cd41;
}

#mainNav li a:active, #mainNav li.current > a {
	background         : #ffffff;
	color              : #555555;
	border-bottom      : 2px solid #555555;
}

#mainNav > li > a .vert_center {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}

#mainNav ul {
	position           : absolute;
	width              : 160px; /* left offset of submenus need to match (see below) */
	top                : -999px;
}

#mainNav ul li {
	width : 100%;
}

#mainNav ul li + li {
	border-top: 1px solid #e3e2e1;
}

#mainNav li:hover {
	visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
	left    : 0;
	top     : 72px; /* match top ul list item height */
	z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
	top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
	left : 160px; /* match ul width */
	top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
	top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
	left : 160px; /* match ul width */
	top  : 0;
}

/* Drop Down UL */
#mainNav ul li a {
	margin           : 0;
	padding          : 7px 11px;
	font-size        : 13px;
	font-weight      : normal;
	color            : #555555;
	background-color : #ffffff;
	border           : none;
	text-shadow      : none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
	background : #fcfbfa !important;
	border     : none;
	filter     : none;
	color      : #555555;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
	color              : #EFC6BB;
	-webkit-box-shadow : none;
	-moz-box-shadow    : none;
	-o-box-shadow      : none;
	box-shadow         : none;
}

/* ================================= */
/* Mobile Navigation */
/* ================================= */

/* Resets for container */
#mobile_nav {
	position : absolute;
	top      : 0;
	z-index  : 9999;
	right    : 0;
	float    : left;
	margin   : 0;
	padding  : 0;
}

/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap {
	background-color : #a1cd41;
}

#mobile_nav ul li,
#mobile_nav ul li a {
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	-ms-box-sizing     : border-box;
	-o-box-sizing      : border-box;
	box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav .mobile_nav_link {
	display         : block;
	height          : 61px !important;
	width           : 50px !important;
	line-height     : 60px;
	border-radius   : 0;
	cursor          : pointer;
	z-index         : 99;
	text-align      : center;
	font-size       : 25px;
	color           : #a1cd41;
	border-bottom   : 2px solid transparent;
	float           : left;

	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	-ms-box-sizing     : border-box;
	-o-box-sizing      : border-box;
	box-sizing         : border-box;
}

#mobile_nav .mobile_nav_link:hover {
	color: #8cb339;
}

#mobile_nav .mobile_nav_link.active {
	border-bottom: 1px solid #555555;
	background: #ffffff;
	color: #555555;
}


/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
	position   : fixed;
	width      : 80%;
	float      : left;
	right      : -80%;
	height     : 100%;
	z-index    : 98;
	overflow   : auto;
	display    : block;
	-webkit-overflow-scrolling: touch;
	border-left: 1px solid #8cb339;

	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	-ms-box-sizing     : border-box;
	-o-box-sizing      : border-box;
	box-sizing         : border-box;
}

#mobile_nav .mobile_nav_wrap_active {
	right: 0;
}

html,
#mobile_nav .mobile_nav_wrap {
	-webkit-transition : right 0.2s linear;
	-moz-transition    : right 0.2s linear;
	-ms-transition     : right 0.2s linear;
	-o-transition      : right 0.2s linear;
	transition         : right 0.2s linear;
}

html {
	position : relative !important;
	width    : 100%;
	right    : 0;
}

html.mobile_nav_is_active {
	right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
	/* overflow : hidden; */
	position : relative;
	height   : 100%;
}

#mobile_nav ul {
	float         : left;
	position      : relative;
	top           : 0;
	left          : 0;
	display       : block;
	width         : 100%;
	list-style    : none;
	margin        : 0 auto !important;
	padding       : 5px 0 0 !important;
}

#mobile_nav ul li {
	width         : 100%;
	display       : block;
	padding       : 0px;
	float         : left;
	width         : 100%;
	border-bottom : 1px solid #8cb339;
}

#mobile_nav ul li a {
	color       : #ffffff;
	font-size   : 18px;
	display     : block;
	float       : left;
	width       : 100%;
	padding     : 12px 20% 12px 20px;
	position: relative;
}

#mobile_nav ul li a:active {
	background: #ffffff;
	color: #a1cd41;
}

#mobile_nav ul ul {
	padding-left : 20px;
}

#mobile_nav .mobile_nav_wrap > ul > li > ul {
	display: none; /* HIDE INITIALLY */
}

#mobile_nav ul ul li {
	border-bottom: 0;
	padding: 0 0 0 20px;
}

#mobile_nav ul ul li a {
	font-weight  : normal;
	font-size    : 15px;
}

span.mobile_nav_down_more {
	position: absolute;
	height: 100%;
	width: 20%;
	text-align: right;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	display: block;
	z-index: 999;
	right: 0;
	top: 0;
	padding: 10px 10% 0px 0px;
	outline: none;
}

span.mobile_nav_user_icon {
	position: absolute;
	height: 100%;
	width: 20%;
	text-align: right;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	display: block;
	z-index: 999;
	right: 0;
	top: 0;
	padding: 10px 10% 0px 0px;
	outline: none;
}


/* ================================= */
/* Sidebar */
/* ================================= */

#sidebar {
	margin-top : 35px;
}

#subNav {
	border-bottom : solid 1px #E6E6E6;
}

#sidebar #subNav li.subNavHeading a {
	color           : #FFFFFF;
	padding         : 0px;
	margin          : 0px;
	text-transform  : capitalize;
	text-decoration : none;
	font-size       : 24px;
	line-height     : 26px;
	display         : block;
}

#sidebar #subNav li.subNavHeading a:hover {
	color : #FFFFFF;
}

#content #sidebar #subNav li.subNavHeading {
	padding      : 15px 0px 15px 15px;
	margin       : 0px;
	text-indent  : 0px;
	text-align   : left;
	background   : #a1cd41;
	border       : 0px none transparent;
}

#content #sidebar #subNav li.subNavHeading:before {
	content : none;
	display: none;
}

#sidebar #subNav {
	background-color : #fcfbfa;
}

#content #sidebar ul#subNav li {
	padding      : 0 0 0 32px;
	text-indent  : -15px;
	margin       : 0px;
	border-left  : solid 1px #e3e2e1;
	border-right : solid 1px #e3e2e1;
}

#sidebar #subNav li a {
	color           : #555555;
	padding         : 8px 0px;
	text-decoration : none;
	width: 100%;
	display: block;
}

#sidebar #subNav li a:hover {
	color : #a1cd41;
}

#content #sidebar #subNav li:before {
	content: "";
	display: none;
}

#content #sidebar ul#subNav {
	padding : 0;
	margin  : 0px 0px 25px 0px;
}

#content #sidebar #subNav li.down a {
	color       : #a1cd41;
	font-weight : bold;
}

#content #sidebar #subNav li.down:before {
	color       : #a1cd41;
	font-weight : bold;
}

#content #sidebar #subNav li.child a {
}

#content #sidebar #subNav li.child {
	border-top   : none;
	padding-top  : 4px;
	padding-left : 32px;
}

#content #sidebar #subNav li.childChild {
	font-size    : 12px;
	border-top   : none;
	padding-top  : 4px;
	padding-left : 50px;
	line-height  : 16px;
}

#content #sidebar #subNav li.childChild:before {
	font-size   : 11px;
	margin-left : 28px;
}

#sidebar #subNav li.child:before {
	font-size   : 11px;
	margin-left : 14px;
}

.sidebar_form {
	margin-bottom: 25px;
}

.sidebar_form .sidebar_form_field {
	float: left;
	margin-bottom: 10px;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar_form .sidebar_form_field.half {
	width: 50%;
	padding-right: 5px;
}

.sidebar_form .half + .sidebar_form_field.half {
	padding-left: 5px;
	padding-right: 0px;
}

.sidebar_card_icons {
	margin-bottom: 25px;
}

.sidebar_card_icons img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.sidebar_card_icons .left {
	text-align: left;
	padding-right: 4px;
}

.sidebar_card_icons .center {
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

.sidebar_card_icons .right {
	text-align: right;
	padding-left: 4px;
}


/* ================================= */
/* Content */
/* ================================= */

#content {
	padding-bottom : 10px;
	width          : 100%;
	display        : block;
	clear          : both;
}

#copy {
	padding-top: 30px;
}

#copy p, #copy table, #copy ul, #copy ol {
	margin : 0 0 12px 0;
}

#copy ul, #copy ol {
	margin-left : 18px;
}

/* ================================= */
/* Home */
/* ================================= */

#content ul#homeNav {
	margin        : 0 0 15px;
	padding       : 7px;
	background    : #ccc;
	border-radius : 8px;
}

#content #homeNav li {
	margin      : 0;
	padding     : 1px 0;
	text-align  : center;
	text-indent : 0;
	margin-left : 0 !important;
}

#content #homeNav li:before {
	content : '' !important;
}

#homeNav a {
	display          : block;
	background       : #EEEEEE;
	background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
	background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
	background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
	background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
	background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
	background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
	padding          : 13px 15px;
	text-decoration  : none;
	margin           : 0;
	color            : #fff;
	font-weight      : bold;
	text-align       : center;
	text-transform   : uppercase;
	text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
	box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
	outline    : none !important;
}

#homeNav li:first-child a {
	border-top-left-radius  : 5px;
	border-top-right-radius : 5px;
}

#homeNav li:last-child a {
	border-bottom-left-radius  : 5px;
	border-bottom-right-radius : 5px;
}

/* Home Page Banner */
#homeBanner {
	background: url(images/icons/ajax-loader-alt.gif) no-repeat center center;
	z-index: 1;
}

#home_tiles {
	position: relative;
	border-top: 1px solid #ffffff;
}

#home_tiles h3,
#home_tiles a h3 {
	font-size: 20px;
	line-height: 1.0;
	color: #fff;
	display: block;
	margin-bottom: 0;
}

#home_tiles ul.banner_tiles {
	margin: 0px;
}

#home_tiles ul.banner_tiles li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	position: relative;
	border-right: 1px solid #ffffff;
}

#home_tiles ul.banner_tiles li .overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;

	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	-ms-transition: opacity linear 0.2s;
	-o-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
}

#home_tiles ul.banner_tiles li.blue .overlay { background: rgba(14,118,188,0.5); }
#home_tiles ul.banner_tiles li.pink .overlay { background: rgba(236,0,140,0.5); }
#home_tiles ul.banner_tiles li.green .overlay { background: rgba(161,205,65,0.5); }
#home_tiles ul.banner_tiles li.orange .overlay { background: rgba(247,148,30,0.5); }


#home_tiles ul.banner_tiles li:hover .overlay {
	opacity: 0;
}

#home_tiles ul.banner_tiles .tile_text {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	color: #ffffff;
	line-height: 1.1;
}

#home_tiles ul.banner_tiles .tile_text h3 {
	color: #ffffff;
	margin-bottom: 0px;
}

#home_tiles ul.banner_tiles .tile_text p {
	margin: 5px 0px 0px 0px;
}

.event_banner_wrapper {
	background: #f7941e;
	position: relative;
	height: 100%;
	width: 100%;
	right: 0px;
}

.event_banner_sidebar_wrapper {
	margin-bottom: 74px;
}

#event_banner {
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.event_banner_wrapper #event_banner {
	overflow: visible;
	width: 100%;
}

.event_banner_wrapper > h3 {
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	z-index: 99;
}

.event_banner_sidebar_wrapper > h3 {
	text-align: center;
	font-size: 22px;
	top: 53px;
}

.event_banner_wrapper h3 {
	color: #ffffff;
	margin-bottom: 0;
}

.event_banner_wrapper > h3 a img {
	float: right;
	vertical-align: middle;
	height: 1em;
	width: auto;
}

.event_calendar_icon {
	display: none !important;
}

.event_banner_sidebar_wrapper .event_calendar_icon {
	display: block !important;
	margin-bottom: 15px;
	width: 100%;
}

.event_banner_sidebar_wrapper .event_calendar_icon img {
	height: 1.5em;
}

.event_banner_sidebar_wrapper > h3 > a {
	display: none;
}

#event_banner a {
	position: relative;
	display: block;
	color: #fff;
}

a.banner_next_button {
	position: absolute;
	right: 0;
	background: #FFF;
	z-index: 99;
	color: #F7941E;
	top: 46%;
	display: block;
	padding: 4px 11px;
	font-size: 30px;
	border-left: 3px solid #F7941E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	transition: opacity linear 0.2s;
}

.event_banner_sidebar_wrapper a.banner_next_button {
	top: 30%;
}

a.banner_next_button:hover {
	opacity: 0.9;
	color: #F7941E;
}

#event_banner a.home_event_text {
	z-index: 2;
	position: absolute;
	display: block;
	bottom: 0;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/*background: #F7941E;*/
	padding: 15px 20px;
	color: #fff;
}

.event_banner_sidebar_wrapper #event_banner a.home_event_text {
	background: #F7941E;
	position: relative;
	display: inline-block;
}

a.home_event_image_background {
	display: block;
	float: left;
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: 100% auto;
	background-position: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.home_section {
	padding: 50px 0px;
	background: #ffffff;
}

.home_section .section_title {
	text-align: center;
}

.home_section h1 {
	color: inherit;
	font-size: 36px;
}

.home_section.green {
	background: #a1cd41 url(/images/backgrounds/home_bg_green.png) no-repeat 10% center;
	color: #ffffff;
}

.home_section.green .section_title {
	text-align: left;
}

.home_table {
	width: 50%;
	float: left;
}

.home_table td {
	padding: 0px 5px;
	color: inherit;
}

.home_table h3,
.home_table h3 a {
	color: inherit;
}

.home_table img {
	margin: 30px 0px;
}

.home_table hr {
	width: 20px;
	margin: 15px 0px;
}


/* ================================= */
/* Widgets */
/* ================================= */

.widget {
	margin-top    : 15px;
	margin-bottom : 10px;
}

.widget_title {
	padding    : 10px 15px 10px 20px;
	background : #a1cd41;
}

.widget_title h2 {
	color  : #fff;
	margin : 0;
}

.widget_content h2 a, .widget_content h2 {
	font-size     : 13px;
	line-height   : 17px;
	color         : #000;
	margin-bottom : 0;
}

.widget_content {
	background : #fcfbfa;
	padding    : 10px 15px 15px 15px;
	border     : 1px solid #e3e2e1;
	border-top : 0px none transparent;
}

.home_page .widget_content {
	min-height : 162px;
}

.widget_content ul {
	margin-bottom : 0 !important;
}

.widget_content ul li {
	font-weight   : bold;
	margin-left   : 0px !important;
	margin-bottom : 5px;
}

.widget_content ul li:before {
	margin-right : 3px;
	font-size    : 13px !important;
}

.widget_date {
	padding          : 8px 0 13px;
	margin           : 4px 8px 10px 10px;
	text-align       : center;
	width            : 72px;
	background-color : #a1cd41;
	text-transform   : uppercase;
	float            : right;
	color            : #FFF;
	font-size        : 22px;
	font-weight      : bold;
}

.widget_date h2 {
	font-weight    : bold;
	font-size      : 30px;
	text-transform : none;
	color          : #fff;
	margin         : 10px;
}

.widget .blogDate {
	color         : #000;
	font-style    : italic;
	display       : block;
	margin-bottom : 13px;
	line-height   : 14px;
}

.widget_content p {
	margin-bottom : 10px !important;
}

.widget .blogLink {
	text-decoration : underline;
}

.widget_form_row {
	margin     : 3px 0;
	text-align : right;
}

.widget_form_row label {
	width        : 21.5%;
	text-align   : left;
	margin-right : 2%;
	display      : inline-block;
}

.widget_form_input {
	text-align    : right;
	width         : 73%;
	padding-right : 1%;
	display       : inline-block;
}

.widget_form_button {
	margin-top    : 7px;
	padding-right : 1%;
	text-align    : right;
}

/* ================================= */
/* Blog */
/* ================================= */

.displaying {
	text-align : center;
}

.nextprevnav {
	display    : block;
	text-align : center;
	margin     : 18px 0 0 0;
}

.blogListingThumb {
	float        : left;
	width        : 17%;
	margin-right : 4%;
	text-align   : center;
}

.blogListingContainerWImage {
	float : left;
	width : 79%;
}

#content .blogListingContainer p {
	margin : 0 0 10px 0;
}

.blogDate {
	color : #ccc;
}

.blogAddThisTop {
	float : right;
	width : 124px;
}

.blogMetaInfo {
	background-color : #F5F5F5;
	margin           : 10px 0;
	overflow         : hidden;
	padding          : 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
	color : #999;
}


/* ================================= */
/* Resource View */
/* ================================= */

.resource_view {
	width: 100%;
}

.resource_view_title {
	float: left;
	margin-bottom: 0px;
}

.resource_view_share {
	float: right;
	margin-bottom: -5px !important;
	margin-top: 5px !important;
}

.resource_view_date {
	clear: left;
	float: left;
	font-size: 12px;
}

.resource_view_tags {
	clear: right;
	float: right;
	font-size: 12px;
}

.resource_view_tags a {
	color: #f7941e;
}

.resource_view_tags a:hover {
	color: #eb8308;
}

.resource_view_buttons {
	margin-bottom: 30px;
}

.resource_view_buttons .button {
	height: 50px;
	line-height: 32px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.resource_view_buttons .button img {
	vertical-align: text-top;
	margin-right: 5px;
}

.resource_view_buttons .button:last-child {
	margin-right: 0px;
}

.resource_view_related {
	overflow: hidden;
}

.resource_view_related h2 {
	font-size: 24px;
	color: #a1cd41;
}

.resource_view_related_container {
	margin: 0px -20px;
}

.resource_view_related_item {
	padding: 0px 20px;
}

.resource_view_related_item h4 {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}

.resource_view_related_item h4 span {
	float: right;
	font-weight: normal;
}

.resource_view_related_item p {
	color: #999999;
	font-size: 12px;
	line-height: 1.5;
}


/* ================================= */
/* Resource Listing */
/* ================================= */

.resource_list {
	margin-bottom: 30px;
}

.resource_list_title {
	margin-bottom: 10px;
}

.resource_list_title {
	margin: 5px 0px 5px 0px ;
}

.resource_list_title .title_text {
	color: inherit;
}

.resource_list_title .title_text,
.resource_list_title .members_only,
.resource_list_title .icons {
	float: left;
	margin: 5px 20px 5px 0px;
}

.resource_list_title .button {
	float: right;
}

.resource_list_title .members_only,
.resource_list_title .icons {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.resource_list_title .members_only img,
.resource_list_title .icons img {
	margin: 0px 1px;
	vertical-align: middle;
}

.resource_list_title .members_only {
	font-family : 'Open Sans', sans-serif;
	color: #a1cd41;
	font-size: 14px;
}


/* ================================= */
/* Resource  */
/* ================================= */

.resource_search,
.resource_sidebar_list {
	margin-bottom: 25px;
}

.resource_search h2,
.resource_sidebar_list h2 {
	color: #a1cd41;
	font-size: 24px;
}

.resource_search .form_field {
	width: 100%;
}

.resource_search .button {
	margin-top: 10px;
}

.resource_sidebar_item {
	background: #ffffff;
	padding: 6px 10px;
	display: block;
}

.resource_sidebar_item:nth-child(2n) {
	background: #fcfbfa;
}

.resource_sidebar_item:hover,
.resource_sidebar_item:nth-child(2n):hover {

}

.resource_sidebar_item + .resource_sidebar_item {
	border-top: 1px solid #e3e2e1;
}

.resource_sidebar_item h4 {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
}

.resource_sidebar_item h4 span {
	float: right;
	font-weight: normal;
	margin-left: 5px;
}

.resource_sidebar_item p {
	clear: both;
	color: #999999;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}


/* ================================= */
/* Members  */
/* ================================= */

.signup_box {
	position: relative;
	border: 1px solid #e3e2e1;
	background: #fcfbfa;
	padding: 20px;
}

.signup_box .dividing_line {
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	bottom: 20px;
	width: 0px;
	border-right: 1px solid #e3e2e1;
}


/* ================================= */
/* Gallery  */
/* ================================= */

/* General Gallery Styles & Fixes */
#content ul.gallery_cat_list, #content ul.thumbs {
	margin: 0;
}
#content .gallery_cat_list li, #content .gallery_thumbs li {
	text-indent: 0;
	margin-left: 0;
	padding: 0;
}
#content .gallery_cat_list li:before, #content .gallery_thumbs li:before {
	display: none;
}

/* Category Styles  */

.gallery_cat_list li {
	float: left;
	width: 32%;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

#content .gallery_cat_list li.gallery_middle {
	margin-right: 2%;
	margin-left: 2%;
}

.gallery_cat_list li a {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #000;
	display: block;
	-moz-transition: all linear 100ms;
	-webkit-transition: all linear 100ms;
	-o-transition: all linear 100ms;
	transition: all linear 100ms;
}

.gallery_cat_list li a:hover {
	position: relative;
	z-index: 99;
}

.gallery_cat_list li a img {
	width: 100%;
	height: auto;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.gallery_cat_list li a:hover img {
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position:relative;
}

.gallery_cat_list li a:active img {
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position:relative;
}

.gallery_cat_list li .gallery_title_overlay_container {
	display: none;
}

.gallery_cat_list li .gallery_title_overlay {
	display: none;
}

.gallery_cat_list li a:hover .gallery_title_overlay_container {
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 100;
	text-align: center;
	display: table-cell;
}

.gallery_cat_list li a:hover .gallery_title_overlay {
	text-align: center;
	display: inline-block;
	padding: 7px;
}

/****NOTE*** Change the height to the height of the image
- this is so the label will be able to be set at a vertical centered position  */
.gallery_cat_list li a:hover .gallery_title_label {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	height: 215px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

/* THUMBS - ALBUM STYLES */
#content .gallery_thumbs {
	margin: 0;
	padding: 0;
}


#content .gallery_thumbs li {
	width: 24.2%;
	float: left;
	margin-right: 1%;
	margin-bottom: 7px;
}
#content .gallery_thumbs li.gallery_divider, #content .gallery_cat_list li.gallery_divider {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
}
#content .gallery_thumbs li a {
	display: block;
	background: #000;
}

#content .gallery_thumbs li a:hover img {
	opacity: 0.7;
}

#content .gallery_thumbs li a:active img {
	opacity: 0.5;
}

#content .gallery_thumbs li.gallery_last {
	margin-right: 0;
}

.gallery_thumbs .gallery_caption {
	padding: 15px 0 7px;
}

.gallery_thumbs .gallery_caption h2 {
	font-size: 14px;
	color: #000;
	line-height: 18px;
}


/* ================================= */
/* Sponsors */
/* ================================= */

.sponsor_container {
	margin: 0px -5px;
}

.sponsor_container h3 {
	color: inherit;
	padding: 0px 5px 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.sponsor_container_full_page.sponsor_container h3 {
	padding: 0;
}

.sponsor_container .logo_wrap {
	padding: 0px 5px;
	margin-bottom: 10px;
	position: relative;
}

.sponsor_container_full_page.sponsor_container .tile_text {
	padding: 0 5px;
}

.sponsor_container .spacer {
	width: 100%;
	height: auto;
}

.sponsor_container .logo_border {
	border: 1px solid #d3d6db;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 5px;
	right: 5px;
	bottom: 0px;

	/* IE10 */
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-wrap: no-wrap;
	-ms-flex-direction: column;

	/* Webkit */
	display: -webkit-flex;
	-webkit-flex-wrap: no-wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;

	/* Good Browsers */
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.sponsor_container .logo_border img {
	/*width: 100%;
	max-width: 70%;
	height: auto;*/
}

.sponsor_container .logo_border .vert_center {
	display: block;
	padding: 15%;
	max-width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.no-flexbox.no-csstransforms .sponsor_container .logo_border .vert_center {
	vertical-align: middle;
}

.no-flexbox.no-csstransforms .sponsor_container .logo_border {
	/* Rubbish browsers */
	height: 150px;
	line-height: 100px;
}

.no-flexbox.csstransforms .sponsor_container .logo_border .vert_center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Events */

.event_view_toggle {
	margin-top: 20px;
	clear: both;
}

.event_view_toggle .button {
	float: left;
}

.event_view_toggle .button + .button {
	border-left: 1px solid #8cb339;
}

.event_view_toggle .button img {
	margin-top: -3px;
}

.event_listing {
	margin-top: 30px;
}

.event_listing .event_image_container a {
	background: #FCFBFA;
	display: block;
	text-align: center;
}

.event_listing .event_image_container img {
	max-height: 200px;
}

.event_listing .event_details {
	margin-bottom: 10px;
	line-height: 18px;
}

.event_listing .event_details span {
	font-size: 12px;
	display: block;
}

.event_listing .event_presenter {
	float: right;
}

.event_listing .event_date {
	float: left;
}

.event_listing .event_price {
	font-weight: bold;
	clear: both;
}

.event_view_share {
	float: right;
	padding-top: 5px;
	margin-bottom: 0px !important;
}

.event-view {
	width: 100%;
}

.event-view .event_image {
	max-width: 60%;
	height: auto;
}

.event-view .event_details {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
}

.event-view .event_details p,
#copy .event-view .event_details p {
	margin-bottom: 10px;
}

.event-view .event_details strong {
	color: #a1cd41;
}

.event-view .event_details .button {
	margin-top: 10px;
}

.event-view .upcoming_events {
	margin-top: 30px;
}

.event-view .upcoming_events h2 {
	margin-bottom: 10px;
}

.upcoming_event_image {
	display: block;
	height: 250px;
	position: relative;
	background-color: #fcfbfa;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.upcoming_event_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #a1cd41;
	padding: 15px;
	color: #ffffff;
	font-size: 12px;
}

.upcoming_event_text h3 {
	color: #ffffff;
	margin-bottom: 0px;
}



#registrant_table .delete_registrant {
	color: #ed1c24;
	font-size: 25px;
}

.event_register_preview_header {
	background: #fcfbfa;
	border: 1px solid #e3e2e1;
	padding: 15px;
	margin-bottom: 0px;
}

.event_register_preview {
	border: 1px solid #e3e2e1;
	border-top: 0px none transparent;
	padding: 15px;
}

.event_register_preview + .event_register_preview_header {
	border-top: 0px none transparent;
}


/* FullCalendar */

.eventCalendar .event_view_toggle {
	margin: 0px 0px 20px 0px;
	float: left;
}

#calendar .fc-header {
	float: right;
	width: 60% !important;
	margin-top: 7px;
}

#calendar .fc-header .fc-header-left {
	padding-left: 20px;
	float: right;
	width: auto;
}

#calendar .fc-header .fc-header-right {
	display: none;
}

#calendar .fc-header-title h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 30px;
	color: #a1cd41;
}

#calendar .fc-day-header {
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	padding: 10px 0px;
	border-top: 0px none transparent;
	border-left: 0px none transparent;
	border-right: 0px none transparent;
}

#calendar .fc-other-month {
	background: #fcfbfa;
}

#calendar .fc-grid .fc-day-number {
	float: left;
	padding-left: 5px;
}

#calendar.fc-ltr .fc-event-hori.fc-event-end,
#calendar.fc-rtl .fc-event-hori.fc-event-start,
#calendar.fc-ltr .fc-event-hori.fc-event-start,
#calendar.fc-rtl .fc-event-hori.fc-event-end {
	background: transparent;
	border: 0px none transparent;
	border-radius: 0px;
	color: #a1cd41;
	font-size: 14px;
	font-family : 'Open Sans', sans-serif;
}

.tooltipevent {
	border: 1px solid #cccccc;
	border-bottom: 3px solid #a1cd41;
	box-shadow: none;
	background: #ffffff;
	width: 200px;
	min-height: 100px;
	position: absolute;
	padding: 5px 10px;
	z-index: 10001;
	font-size: 12px;
	line-height: 16px;
}

.tooltipevent h3 {
	margin-bottom: 5px;
	font-weight: normal;
}

.tooltipevent span {
	display: block;
	margin-bottom: 5px;
}

.tooltipevent p {
	margin-bottom: 0px;
}


/* ================================= */
/* Products */
/* ================================= */

.product_categories {
	margin: 0px -10px;
}

.product_category {
	margin-bottom: 20px;
}

.product_category .product_image_container {
	position: relative;
}

.product_category .product_image_container a {
	display: block;
	background-color: #FCFBFA;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.product_category .product_image_container a:before {
	content: '';
	display: block;
	background: transparent;
	padding-top: 100%;
}

.product_category .product_image_container h3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	font-size: 20px;
	line-height: 1.0;
	margin-bottom: 0px;
	padding: 15px;
	color: #ffffff;
	background: #a1cd41;
	background: rgba(161, 205, 65, 0.8);
}

.product_listing .product_image_container a {
	background: #FCFBFA;
	display: block;
	text-align: center;
	/*border-bottom: 3px solid #a1cd41;*/
}

.product_category .product_image_container img {
	width: 100%;
	height: auto;
	border-bottom: 3px solid #a1cd41;
}

.product_listing .product_image_container img {
	max-height: 200px;
}

.product_listing {
	margin-top: 0px;
	clear: both;
}

.product_listing + .product_listing {
	margin-top: 30px;
}

.product_listing h3 {
	margin-bottom: 5px;
}

.product_listing .product_details {
	margin-bottom: 9px;
	line-height: 18px;
}

.product_listing .product_details strong,
.product_listing .product_details span {
	font-size: 12px;
	display: block;
}

#productImgContainer {
	border-bottom: 3px solid #a1cd41;
	background: #FCFBFA;
}

#productImgContainer .flex-viewport,
#productImgContainer .slide img {
	max-height: 248px;
}

#productImgContainer a.slide {
	display: block;
	text-align: center;
}

#productImgContainer .slide img {
	display: inline-block;
}

#productImgContainer,
#product_options_form {
	margin-bottom: 20px;
}

table#product_options_table {
	margin-bottom: 10px;
	width: 100%;
}

#product_options_table td {
	vertical-align: middle;
	padding-bottom: 10px;
}

.product_view .price {
	color: #999999;
	margin-bottom: 15px;
}

.product_view .price.member {
	color: #a1cd41;
	font-weight: bold;
}

.product_view .price .price_type {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.product_view .price .price_value {
	font-size: 24px;
	font-weight: bold;
}

.related_products {
	margin: 30px -10px 0px -10px;
}

.related_products h2 {
	margin-bottom: 0px;
	padding: 0px 10px;
}

.related_product_wrap {
	padding: 0px 10px;
	margin-top: 20px;
}

.related_product_image {
	display: block;
	height: 250px;
	position: relative;
	background-color: #fcfbfa;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.related_product_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #a1cd41;
	padding: 15px;
	color: #ffffff;
	font-size: 12px;
}

.related_product_text h3 {
	color: #ffffff;
	margin-bottom: 0px;
}

.nextprevnav span,
.nextprevnav a {
	border: 1px solid #e3e2e1;
	padding: 5px 10px;
}

.shipping_select {
	margin-bottom: 20px;
}

.total_table,
#copy .total_table {
	width: 100%;
	margin: 0 0 20px 0;
}

.total_table td,
.total_table th {
	text-align: right;
}

.total_table th {
	font-weight: bold;
	padding-left: 5px;
}

.total_table .total td,
.total_table .total th {
	padding-top: 10px;
	font-size: 1.3em;
	color: #a1cd41;
}



/* =============================================[ Credit Cards ] */
#cc-image {
	width:               56px;
	height:              30px;
	display:             inline-block;
	position:            absolute;
	right:               5px;
	top:                 50%;
	margin-top:          -15px;
	background-image:    url("/images/icons/default.png");
	background-repeat:   no-repeat;
	background-position: top center;
	background-size:     contain;
	bottom:              0;
}

#cc-image.card-mastarcard {
	background-image: url("/images/icons/mastercard.png") !important;
}

#cc-image.card-visa {
	background-image: url("/images/icons/visa.png") !important;
}

#cc-image.card-amex {
	background-image: url("/images/icons/amex.png") !important;
}

#cc-image.card-diners {
	background-image: url("/images/icons/diners.png") !important;
}


/* ================================= */
/* Footer */
/* ================================= */


#footer_signup {
	clear            : both;
	text-align       : right;
	background-color : #a1cd41;
	display          : block;
	width            : 100%;
	float            : left;
	padding          : 10px 0px;
	color            : #ffffff;
}

#footer_signup .signup_message {
	font-size   : 14px;
	line-height : 20px;
	padding     : 9px 0px;
	margin-right: 15px;
	display     : inline-block;
}

#footer_signup .signup_message p {
	margin  : 0px;
	padding : 0px;
}

#footer_signup form {
	display: block;
	width: auto;
}

#footer_signup input {
	display       : inline-block;
	font-size     : 14px;
	line-height   : 16px;
	height        : 50px;
	padding       : 10px 10px !important;
	border-radius : 0px;
	vertical-align: middle;
}

#footer_signup .textinput {
	color         : #a1cd41 !important;
	background    : #ffffff;
	width         : 25%;
	border        : 0px none transparent;
}

#footer_signup .textinput:focus {
	border        : 0px none transparent !important;
}

#footer_signup .submit {
	background: #789931;
	text-shadow: none;
	font-weight: normal;
	border-color: #648029;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: 5px;
}

#footer_signup .submit:hover {
	background: #647f29;
	border-color: #506621;
}

.footer_social a {
	display         : block;
	float           : left;
	margin          : 5px 10px 5px 0px;
	font-size       : 24px;
	width           : 40px;
	height          : 40px;
	line-height     : 40px;
	border-radius   : 50%;
	color           : #ffffff;
	text-align      : center;
	text-decoration : none;
	background      : transparent;

	-webkit-transition : background 0.2s ease;
	-moz-transition    : background 0.2s ease;
	-ms-transition     : background 0.2s ease;
	-o-transition      : background 0.2s ease;
	transition         : background 0.2s ease;
}

.footer_social a:hover {
	text-shadow: 0px 0px 1px #ffffff;
	color: #ffffff;
}

.footer_social a.twitter:hover     { background: #55acee; }
.footer_social a.facebook:hover    { background: #4862A3; }
.footer_social a.pinterest:hover   { background: #CD2D34; }
.footer_social a.instagram:hover   { background: #4E7BA0; }
.footer_social a.youtube:hover     { background: #CC181E; }
.footer_social a.rss:hover         { background: #E5AF0C; }


#footer {
	clear            : both;
	text-align       : left;
	background-color : #fcfbfa;
	display          : block;
	width            : 100%;
	float            : left;
	padding          : 40px 0px 20px 0px;
}

#footer h3 { margin-bottom: 18px; }

#footer h3.green { color: #a1cd41; }
#footer h3.blue { color: #0e76bc; }
#footer h3.purple { color: #ab58a9; }
#footer h3.pink { color: #ec008c; }
#footer h3.red { color: #ed1c24; }

#footer a {
	color: #555555;
}

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

#footer li {
	list-style : none;
	margin     : 0px 0px 12px 0px;
	line-height: 18px;
}

#footer .footer_column {
	float: left;
	width: 20%;
	margin-bottom: 15px;
	padding-right: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_left {
	float: left;
}

.footer_right {
	text-align: right;
}

#footer_bottom {
	background: #e3e2e1;
	color: #888888;
	font-size: 12px;
	padding: 14px 0px;
	clear: both;
}

#footer_bottom a {
	color: inherit;
}

#footer_bottom img {
	vertical-align: sub;
}

#footer_bottom .secure_payments {
	margin-right: 30px;
}


/* ================================= */
/* Sitemap */
/* ================================= */

#content ul.sitemap {
	list-style : none;
	margin     : 0px;
	padding    : 0px;
}

ul.sitemap li a {
	padding : 5px 0px 3px;
	display : block;
}

ul.sitemap a:hover {
	color : #000;
}

ul.sitemap li.sitemapHeading > a {
	font-size     : 16px;
	padding       : 10px 5px;
	margin        : 0px 0px 0px;
	border-bottom : 1px solid #dddddd;
	font-weight   : bold;
	display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
	background    : #eee;
	border-bottom : 1px solid #aaa;
}

.byLine {
	white-space : nowrap;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

#breadcrumb_wrapper {
	background: #fcfbfa;
	border-bottom: 1px solid #e3e2e1;
	font-size: 1px;
	font-size: 0px;
	line-height: 0px;
}

#breadcrumbs {
	display   : block !important;
	width     : 100%;
	font-size : 14px;
}

#content #breadcrumbs ul {
	list-style : none;
	margin     : 20px 0;
	display    : block;
	position   : relative;
	float      : left;
	width      : 95%;
}

#content #breadcrumbs ul li {
	display : inline;
	padding : 0px;
}

#content #breadcrumbs ul li a {
	color          : #999999;
	line-height    : 16px;
}

#content #breadcrumbs ul li a:hover {
	color : #a1cd41;
}

#content span.breadcrumbDivider {
	padding     : 0;
	display     : inline-block;
	color       : #999999;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
	color          : #a1cd41;
	text-transform : none;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */

.required_fields_heading {
	font-size : 11px;
}

.form_required i, .required_fields_heading i {
	color : #ff0000;
}

.form_label, .form_required, .form_field {
	margin : 10px 0;
}

.form_label {
	width   : 20%;
	padding : 15px 0 0 0;
	clear   : both;
}

.form_required {
	width   : 5%;
	padding : 15px 0 0 0;
}

.form_field {
	width      : 75%;
	min-height : 55px;
}

.compact_form .form_label,
.compact_form .form_required {
	padding-top: 4px;
}

.compact_form .form_field {
	min-height : 34px;
}

#content .errorInput,
#content .custom_select select.errorInput + span {
	background: url(/images/icons/error.gif) no-repeat right 3px center #fff;
	box-shadow: #E59595 0 0 4px;
	border: 1px solid #CC0000;
}

#content .custom_select select.errorInput + span {
	background-position: right 50px center;
}

.imageVerification * {
	vertical-align  : middle;
	margin          : 0 5px 0 0;
	text-decoration : none !important;
}

.imageVerification input,
.imageVerification input[type="text"] {
	width : 25%;
}

.errorText {
	color : #CC0000;
}

input.hintText, .form_note {
	color : #999999;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px;
	outline     : none;
	width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], textarea, select, .custom_select span {
	background            : #ffffff;
	width                 : 100%;
	padding               : 17px 15px;
	border                : 1px solid #e3e2e1;
	font-family           : 'Open Sans', sans-serif;
	font-size             : 14px;
	color                 : #555555;
	line-height           : 19px;
	height                : 55px;

	-webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
	-moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
	-ms-transition        : box-shadow linear 0.2s, border linear 0.2s;
	-o-transition         : box-shadow linear 0.2s, border linear 0.2s;
	transition            : box-shadow linear 0.2s, border linear 0.2s;

	-webkit-box-sizing    : border-box;
	-moz-box-sizing       : border-box;
	-ms-box-sizing        : border-box;
	-o-box-sizing         : border-box;
	box-sizing            : border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #a1cd41 !important;
}

input[type="text"]:disabled, input[type="email"]:disabled, input[type="tel"]:disabled, input[type="number"]:disabled, input[type="url"]:disabled, input[type="password"]:disabled, textarea:disabled {
	background: #fcfbfa;
}

textarea,
select[multiple] {
	height: auto;
}

textarea:invalid {
	background-color: #ffffff;
}

input.invisible_inputs {
	display: inline-block;
	padding: 0px;
	border: 0px none transparent;
	font-size: inherit;
	color: inherit;
	line-height: auto;
	height: auto;
	width: auto;
	background: transparent !important;
}

.compact_form input,
input.small_input {
	width: auto;
	padding: 8px 8px;
	line-height: 16px;
	height: 34px;
	vertical-align: middle;
}

.compact_form input {
	width: 100%;
}

/* Custom Select Boxes */
.custom_select {
	position: relative;
}

.custom_select select {
	position:    relative;
	z-index:     10;
	width:       100% !important;
}

/* dynamically created SPAN, placed below the SELECT */
.custom_select span {
	position:      absolute;
	bottom:        0;
	top:           0;
	left:          0;
	right:         0;
	z-index:       1;
}

/* Button on the side of the select box */
.custom_select span:after {
	content: "";
	background: url(/images/backgrounds/select_arrow.png) no-repeat center bottom;
	background-size: 100%;
	display: block;
	position: absolute;

	right: 20px;
	top: 50%;
	margin-top: -5px;
	width: 16px;
	height: 9px;
}

.custom_select.small_input {
	display: inline-block;
	width: auto;
}

.compact_form .custom_select select,
.compact_form .custom_select span,
.custom_select.small_input select,
.custom_select.small_input span {
	padding: 8px 8px;
	line-height: 16px;
	height: 34px;
}

.compact_form .custom_select span:after {
	right: 10px;
}

.custom_select.small_input span:after {
	display: none;
}


/* Custom Inputs */

input[type="radio"].custom_input,
input[type="checkbox"].custom_input {
	display:none;
}

.lt-ie9 input[type="radio"].custom_input,
.lt-ie9 input[type="checkbox"].custom_input {
	width: auto;
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
}

input[type="radio"].custom_input + label,
input[type="checkbox"].custom_input + label {
	display: block;
	padding-right: 16px;
	cursor: pointer;
	text-align: left;
	margin-bottom: 6px;
}

input[type="radio"].custom_input + label:before,
input[type="checkbox"].custom_input + label:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 0px 1px #e3e2e1;
	float: left;
	margin: 5px 10px 0px 0px;
	-webkit-transition: background 0.1s ease;
	-moz-transition: background 0.1s ease;
	-ms-transition: background 0.1s ease;
	-o-transition: background 0.1s ease;
	transition: background 0.1s ease;
}

.no-boxshadow input[type="radio"].custom_input + label:before,
.no-boxshadow input[type="checkbox"].custom_input + label:before {
	outline: 1px solid #e3e2e1;
}

input[type="radio"].custom_input + label:before {
	border-radius: 13px;
}

input[type="radio"].custom_input + label:hover:before,
input[type="checkbox"].custom_input + label:hover:before {
	background: #e3e2e1;
}

input[type="radio"].custom_input + label.active:before,
input[type="radio"].custom_input:checked + label:before,
input[type="radio"].custom_input:checked + label:hover:before,
input[type="checkbox"].custom_input + label.active:before,
input[type="checkbox"].custom_input:checked + label:before,
input[type="checkbox"].custom_input:checked + label:hover:before {
	background: #a1cd41;
}

.lt-ie9 input[type="radio"].custom_input + label:before,
.lt-ie9 input[type="checkbox"].custom_input + label:before {
	display: none;
}

/* Large, boxy inputs */

input[type="radio"].custom_input.box + label,
input[type="checkbox"].custom_input.box + label {
	border: 1px solid #e3e2e1;
	padding: 10px;
}

input[type="radio"].custom_input.box + label.active,
input[type="radio"].custom_input.box:checked + label,
input[type="radio"].custom_input.box:checked + label:hover,
input[type="checkbox"].custom_input.box + label.active,
input[type="checkbox"].custom_input.box:checked + label,
input[type="checkbox"].custom_input.box:checked + label:hover {
	border-color: #a1cd41;
}


/* Combined Inputs & images */
.icon_box {
	position: relative;
}

.icon_box input[type="text"] {
	padding-left: 40px !important;
}

.icon_box.after input[type="text"] {
	padding-left: 15px !important;
	padding-right: 40px !important;
}

.icon_box .icon_container {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0px 10px 0px 15px !important;
	background: transparent;
	border: 0px none transparent;
	height: 100%;
}

.icon_box.after .icon_container {
	padding: 0px 15px 0px 10px !important;
	left: auto;
	right: 0px;
}

.icon_box .icon_container:hover {
	background: transparent;
}

.icon_box .icon_container:focus {
	outline: 0;
}

.icon_box .icon_container img {
	vertical-align: top;
}

.icon_box .icon_container_image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
}

.icon_box.after .icon_container_image {
	left: auto;
	right: 0px;
}

.icon_box .icon_container_image.grey {
	background-color: #e3e2e1;
}

.icon_box input:focus + .icon_container_image.grey {
	background-color: #a1cd41;
}

/* jQuery UI Datepicker */

.ui-datepicker {
	z-index: 11 !important; /* Above .custom_select boxes */
}

/* jQuery UI Slider */

.ui-slider.ui-slider-horizontal {
	margin-top: 20px;
}

.ui-slider.ui-widget-content {
	background: #555555;
	border-color: #555555;
}

.ui-slider.ui-widget-content.ui-slider-horizontal {
	height: 0.3em;
}

.ui-slider .ui-widget-header {
	background: #ffffff;
	border: 1px solid #e3e2e1;
}

.ui-slider.ui-widget-content .ui-slider-handle {
	top: -0.45em;
	border-radius: 50%;
	z-index: 1;
}

.ui-slider .ui-slider-handle.ui-state-default {
	background: #a1cd41;
	border: 0px none transparent;
}

.ui-slider .ui-slider-handle.ui-state-active {
	background: #789931;
}

.ui-slider .ui-slider-handle.ui-state-focus {
	outline: 0;
}

.range_labels {
	text-align: center;
	font-size: 12px;
}

.range_labels span {
	display: inline-block;
	padding-top: 5px;
}

.range_labels input,
.range_labels input[type="text"] {
	height: 30px;
	width: 30%;
	padding: 5px;
	font-size: 12px;
	border-color: transparent;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
}

.range_labels .min_label { float: left; text-align: left; margin-left: -5px; }
.range_labels .max_label { float: right; text-align: right; margin-right: -5px; }

.range_labels input:hover,
.range_labels input:active {
}

.range_labels input:hover {
	border-color: #EDEEEF;
}

.range_labels input:active {
	border-color: #231F20;
}


/* ================================= */
/* Donations Form */
/* ================================= */

.donation_form_sponsor_box {
	border: 1px solid #E6E6E6;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.donation_form_sponsor_box h3 {
	float: left;
	margin-right: 30px;
	margin-bottom: 0!important;
}
.donation_form_sponsor_box p {
	color: #000;
	margin-top: 0;
	margin-bottom: 0!important;
	float: left;
}
.d_f_s_box_row {
	width: 99%;
	margin: 5px;
	padding: 11px 10px 10px;
	background: #EDF3F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form_x_two {
	width: 47%;
	margin-right: 5%;
	display: block;
	float: left;
}
.form_x_two .form_label {
	width: 24%;
}
.form_x_two.second {
	margin-right: 0;
}
.form_x_two .form_field {
	width: 71%;
}
.form_x_two.full {
	width: 75%;
}
.form_x_two.full .form_label {
	width: 13%;
}
.form_x_two.d_ammount .form_label {
	width: 22%;
}
.form_x_two.d_ammount {
	width: 51%;
}
.form_x_two.d_ammount .form_field{
	width: 38%;
}
#form_other_amount_box {
	width: 47%;
}
#form_other_amount_box .form_label{
	width: 22%;
}
#form_other_amount_box .form_field{
	width: 38%;
}


/* ================================= */
/* Tables */
/* ================================= */

table.invisibleTable tr:hover .mceLayout td {
	border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
	margin : 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */

input[type="submit"], button, .button, .fc-button, .fc-button.fc-state-default  {
	padding            : 8px 17px !important;
	background-color   : #a1cd41;
	border             : 0px none transparent;
	border-bottom      : 2px solid #8cb339;
	display            : inline-block;
	font-size          : 14px;
	line-height        : 16px;
	color              : #ffffff !important;
	font-weight        : bold;
	font-family        : 'Open Sans', sans-serif;
	cursor             : pointer;
	width              : auto !important;
	text-shadow        : none;
	box-shadow         : none;

	-webkit-transition : background 0.1s linear, border-color 0.1s linear;
	-moz-transition    : background 0.1s linear, border-color 0.1s linear;
	-ms-transition     : background 0.1s linear, border-color 0.1s linear;
	-o-transition      : background 0.1s linear, border-color 0.1s linear;
	transition         : background 0.1s linear, border-color 0.1s linear;

	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	-ms-box-sizing     : border-box;
	-o-box-sizing      : border-box;
	box-sizing         : border-box;
}

input[type="submit"]:hover, button:hover, .button:hover, .fc-button:hover,
input[type="submit"].current, button.current, .button.current, .fc-button.fc-state-hover {
	text-decoration  : none;
	background-color : #90bb31;
	border-color     : #789931;
	box-shadow       : none;
}

input[type="submit"]:active, button:active, .button:active, .fc-button:active, .fc-button.fc-state-down {
	background-color : #789931;
	border-color     : #648029;
	outline          : 0;
	box-shadow       : none;
}

input[type="submit"].disabled, button.disabled, .button.disabled,
input[type="submit"]:disabled, button:disabled, .button:disabled {
	background-color : #fcfbfa;
	border-color     : #e3e2e1;
	color            : #e3e2e1 !important;
	cursor           : default;
}

input[type="submit"].full_width, button.full_width, .button.full_width {
	width: 100% !important;
	text-align: center;
}

input[type="submit"].large, button.large, .button.large {
	padding: 17px !important;
}

input[type="submit"].pink, button.pink, .button.pink {
	background-color    : #ec008c;
	border-color        : #ba0070;
}

input[type="submit"].pink:hover, button.pink:hover, .button.pink:hover {
	background-color    : #ca0078;
	border-color        : #98005c;
}

input[type="submit"].pink:active, button.pink:active, .button.pink:active {
	background-color    : #a80064;
	border-color        : #760047;
}

input[type="submit"].white, button.white, .button.white {
	background-color    : #ffffff;
	border-color        : #f7941e;
	color               : #f7941e !important;
}

input[type="submit"].white:hover, button.white:hover, .button.white:hover {
	background-color    : #eeeeee;
	border-color        : #eb8308;
}

input[type="submit"].white:active, button.white:active, .button.white:active {
	background-color    : #dddddd;
	border-color        : #ca7107;
}

input[type="submit"].red, button.red, .button.red {
	background-color    : #ed1c24;
	border-color        : #c61017;
	color               : #ffffff !important;
}

input[type="submit"].red:hover, button.red:hover, .button.red:hover {
	background-color    : #d61119;
	border-color        : #a70d13;
}

input[type="submit"].red:active, button.red:active, .button.red:active {
	background-color    : #b70e15;
	border-color        : #870b10;
}

.fc-button {
	background-image: none;
	height: auto;
}

.fc-button .fc-icon {
	font-size: 1.8em;
	line-height: 0.5em;
}

.fc-state-default.fc-corner-left,
.fc-state-default.fc-corner-right {
	border-radius: 0px;
}

@media screen and (max-width:1024px) {
	.btn-group .button,
	#copy p a .button {
		margin-bottom: 10px;
	}
	
	.btn-group a:last-child .button,
	#copy p a:last-child .button {
		margin-bottom: 0;
	}
}

/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.error_box, .info_box {
	text-align   : center;
	margin       : 0 0 15px 0;
	padding      : 10px 0px;
	border-width : 1px;
	border-style : solid;
	color        : #ffffff;
	font-weight  : bold;
	display      : block;
}

.error_box {
	border-color     : #F0BA1A;
	background-color : #F7CA00;
}

.info_box {
	color            : #a1cd41;
	border-color     : #D5F296;
	background-color : #F2FCDC;
}

.error_box a, .info_box a,
.error_box a:hover, .info_box a:hover {
	color: inherit;
	text-decoration: underline;
}

#content .error_box ul {
	margin-bottom : 0;
}

.info_box i {
	margin : 0 8px 0 0;
}

/* ================================= */
/* Message Boxes */
/* ================================= */

.msg_box {
	position     : relative;
	margin       : 20px 0;
	padding      : 10px 10px 10px 45px;
	width        : 100%;
	border-width : 2px;
	border-style : solid;
	/* border-radius: 5px; */
	color        : #555555;

	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.msg_box.info {
	background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
	border-color : #C5E4ED;
}

.msg_box.success {
	background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
	border-color : #D5F296;
}

.msg_box.caution {
	background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
	border-color : #F5F0AE;
}

.msg_box.error {
	background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
	border-color : #F5C2AE;
}

.msg_box a.close {
	position : absolute;
	top      : 3px;
	right    : 0px;
	padding  : 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */

.small-icon {
	font-size : 14px;
}

.medium-icon {
	font-size      : 22px;
	vertical-align : middle;
}

.large-icon {
	font-size      : 35px;
	vertical-align : middle;
}



/* ================================= */
/* Form Fields Inputs */
/* ================================= */

.form_row_container {
	margin: 20px 0;
}
.form_row_container.last {
	margin: 0 0 20px;
}

.form_row {
  width:         100%;
  float:         left;
  margin-bottom: 20px;
}
.form_row i {
	margin-left: 10px;
	color: #ff0000;
}
.form_row label {
	font-weight: 700;
}
.form_row input, .form_row textarea, .form_row .custom_select{
  margin-top: 5px;
}
.form_row input.member_username {
  padding-left: 45px;
  background:   url('/images/icons/user-ic.png') 16px center no-repeat #FBFDFC;
}
.form_row.member_password {
	padding-left: 45px;
	background:   url('/images/icons/lock-white-ic.png') 16px center no-repeat #FBFDFC;
}

.form_row.dual {
	width:        48%;
	margin-right: 3.5%;
}
.form_row.dual.last{
	margin-right: 0;
}
.form_row.second {
	margin-left:  1%;
	margin-right: 0;
}

.form_row.triple {
	width:        31%;
	margin-right: 3.5%;
}

.form_row.quad {
	width:        24%;
	margin-right: 0.5%;
}

.form_row.checkbox {
	margin-bottom: 10px;
}

.form_row.checkbox input,
.form_row .checkbox input {
	width: 12px;
	height: 12px;
	margin-right: 8px;
	text-align: left;
}

.form_row.checkbox label,
.form_row .checkbox label {
	font-weight: 400;
}

.form_row .radio_inline {
	display: inline-block;
	white-space: nowrap;
	margin-right: 20px;
	margin-top: 5px;
}

.checkbox_grid {
	padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px 20px;
}

.single_column_checkboxes .checkbox_grid,
.wider_checkboxes .checkbox_grid {
	grid-template-columns: 1fr;
}

@media screen and (min-width: 500px) {
	.wider_checkboxes .checkbox_grid {
		grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	}
}

.inline_checkboxes .checkbox_grid {
	display: flex;
	flex-wrap: wrap;
}

.inline_checkboxes.text_align_center .checkbox_grid {
	justify-content: center;
}

.form_row.triple.last, .form_row.quad.last {
	margin-left:  0%;
	margin-right: 0;
}

.form_row.captcha img,
.form_row.captcha a {
	  margin: 5px 0;
	  float:  left;
}
.form_row.captcha a {
	 margin: 12px 0 10px 3%;
}
.form_row.captcha input {
	  width:       50% !important;
	  float:       left;
	  margin-left: 4% !important;
}
select.ui-datepicker-year, select.ui-datepicker-month{
	padding: 5px!important;
    height: 33px;
}

.form_gate {
	display: none;
}


/* ================================= */
/* JS File Uploader  */
/* ================================= */

#drop-zone {
	width: 100%;
	min-height: auto;
	border: 3px dashed rgba(0, 0, 0, .3);
	border-radius: 5px;
	font-family: Arial;
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #7E7E7E;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#drop-zone input {
	position: absolute;
	cursor:   pointer;
	left:     0px;
	top:      0px;
	opacity:  0;
}

#drop-zone p {
	display: inline-block;
	margin: 0 10px 0 0;
}

	/*Important*/

#drop-zone.mouse-over {
	border:     3px dashed $prim_color;
	color:      #7E7E7E;
	background: rgba($prim_color, 0.1)
}

	/*If you dont want the button*/

#clickHere {
	z-index:  99;
	position: relative;
	width: 170px !important;
	height: 45px;
}

#clickHere a {
	color: inherit;
}

#filename {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

.file-preview {
	background: #CCCCCC;
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}


/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
	width : 100%;
}

.mini_editor { }

#content .mceEditor table {
	margin : 0;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* People / Staff / Team Module */
/* ================================= */

.people_wrapper {
}

.people_person {
	display: block;
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
	display       : block;
	border-bottom : 1px solid transparent;
	padding       : 0 0 8px;
	margin        : 0 0 8px;
}

.people_person a[href]:hover {
	border-bottom : 1px solid #a1cd41;
}

.people_person img {
	display    : block;
	text-align : center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.people_person_image {
	display: block;
	width: 100%;
	padding-top: 100%;
	border-bottom: 3px solid #a1cd41;

	background-color: #fcfbfa;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.people_person a[href]:hover p {
	color : #a1cd41;
}

.people_person p {
	display     : block;
	font-weight : bold;
	font-size   : 13px;
	margin      : 0 !important;
	padding     : 8px 0 0;
	color       : #111;
}

.people_person p span {
	font-weight : normal;
	font-style  : italic;
	font-size   : 12px;
}

.specialist_listing {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.specialist_listing > * {
	padding: 10px;
}

.specialist_listing .people_person {
	padding: 15px;
	background: #fcfbfa;
	border: 1px solid #e3e2e1;
	transition: 0.2s ease all;
	color: #555555;
}

.specialist_listing .people_person:hover {
	background-color: #a1cd41;
	border-color: #a1cd41;
	color: #ffffff;
}

.specialist_listing .people_person h3 {
	color: inherit;
	margin-bottom: 0.2em;
}

.specialist_listing .people_person h4 {
	color: inherit;
}

.specialist_listing .people_person .learn_more {
	margin-top: 0.5em;
	display: inline-block;
}

.people_search_form {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	margin-bottom: 35px;
}

.people_search_form > * {
	margin: 5px;
	flex-grow: 1;
}

.people_search_form .custom_select {
	min-width: 100px;
}

.people_search_form .button {
	min-height: 45px;
}

@media screen and (min-width: 600px) {
	.people_search_form > .range_select {
		max-width: 120px;
	}
}

@media screen and (max-width: 599px) {
	.people_search_form {
		flex-direction: column;
	}
}

.person_content_box {
	padding: 20px;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
}

.person_content_box .inline {
	display: inline;
}

.person_content_box .detail {
	margin-bottom: 10px;
}

.person_content_box .people_contact {
	margin-top: 20px;
	text-align: right;
}

.specialist_banners {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -10px;
}

.specialist_banners > a {
	width: calc(50% - 20px);
	position: relative;
	margin: 10px;
	flex-grow: 1;
}

.specialist_banners > a .tile_text {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	color: #ffffff;
	line-height: 1.1;
}

.specialist_banners > a .tile_text h3 {
	color: #ffffff;
	margin-bottom: 0px;
}

.specialist_banners > a .tile_text p {
	margin: 5px 0px 0px 0px;
}

.specialist_banners > a .overlay {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity linear 0.2s;
}

.specialist_banners > a.blue .overlay { background: rgba(14,118,188,0.5); }
.specialist_banners > a.pink .overlay { background: rgba(236,0,140,0.5); }
.specialist_banners > a.green .overlay { background: rgba(161,205,65,0.5); }
.specialist_banners > a.orange .overlay { background: rgba(247,148,30,0.5); }

.specialist_banners > a:hover .overlay {
	opacity: 0.5;
}

@media screen and (max-width: 599px) {
	.specialist_banners {
		flex-direction: column;
	}
}

.specialist_map {
	height: 60vh;
	margin-bottom: 30px;
}

.specialist_map button {
	color: #222222 !important;
	padding: 0 20px !important;
}


/* ================================= */
/* FAQs Module */
/* ================================= */

#content .faqs, #content .faqs li {
	margin: 0;
	padding: 0;
}

#content .faqs {
	margin-bottom: 20px;
}

.faq_title {
	cursor: pointer;
	background: #EC028D;
	color: #fff;
	border-bottom: 1px solid #C40276;
	padding: 10px;
	margin: 0;
	font-size: 16px;
}

.active_faq_title,
.faq_title:hover {
	background: #92278F;
}

.faq_title i {
	float: right;
	margin: 2px 4px 0 0;
}

.faq_content {
	display:none;
	padding: 10px 10px 0;
}


/* ====================================== PLUGINS ====================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* 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
*********************************/
#content .flexslider ul, .flexslider { margin : 0 0 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: auto; max-width: 100%; display: block; max-height: none; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

/* Main Banner - Home ============= */
.banner_text_wrapper { position: absolute; top: 30%; left: 0px; width: 100%; height: 80%; }

.banner_text_wrapper .container_24 { position: relative; }

.banner_text_wrapper .banner_text { position: relative; top : 0px; left: 0px; display: inline-block; max-width: 700px; }

.banner_text { text-align: center; display : block; position : absolute; top : 27%; left : 4%; text-shadow: 1px 1px 2px rgba(0,0,0,0.6); }

.banner_text h2 { font-size : 30px; line-height : 1.2; color : #ffffff; }

.banner_text p { font-weight: normal; font-size: 16px; margin-bottom: 15px; color: #ffffff; }

/* Sidebar Banner ============= */
#sidebar_banner { margin-bottom: 25px;}

#sidebar_banner .banner_text_wrapper { top: 8%; }

#sidebar_banner .banner_text_wrapper .banner_text { width: 100%; text-align: left; padding: 0 40px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
 }

#sidebar_banner .banner_text p { font-size: 14px; line-height: 18px; }

#sidebar_banner .banner_text h2 { font-size: 24px; line-height: 28px; }

/* 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:gallery_first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 0px; background: transparent; position : relative; zoom : 1; overflow : visible; }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.flexslider.multiple .slides li { margin-right: 20px; }

.carousel li { margin-right : 5px }

.flexslider ul, .flexslider ol {
	margin-bottom : 0 !important;
}

.flexslider ul li {
	margin-bottom : 0 !important;
	padding       : 0 !important;
}

/* Cropped Slides */
/* Requires some tuning depending on the size of the banners you're working with. */

.flexslider.slide_crop li {
	overflow: hidden;
	text-align: center;
}

.flexslider.slide_crop .slide {
	float:             none;
	display:           inline-block;
	height:            auto;
	width:             auto;
	min-width:         100%;
	max-width:         190%; /* Adjust this value to set the cutoff point */
	max-height:        50vh;

	position:          relative;
	left:              50%;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}

.no-csstransforms .flexslider.slide_crop  .slide {
	/* Center the banner for older browsers like IE8. */
	width:       1900px; /* Set to the slide width */
	left:        -950px; /* Half of the slide width */
	margin-left: 50%;
}


/* Direction Nav */
.flex-direction-nav li { position: static; height: 0px; }

.flex-direction-nav a { width : 24px; height: 100%; margin: 0; padding: 0px 0px; display: block; position: absolute; z-index: 99; top: 0px; cursor: pointer; text-indent: -9999px; opacity: 1; transition: all .3s ease; }

.flex-direction-nav .flex-next,
.direction_inside .flex-direction-nav .flex-next { background: url(/images/backgrounds/direction_nav_next.png) no-repeat center center; right: 0px; }
.flex-direction-nav .flex-prev,
.direction_inside .flex-direction-nav .flex-prev { background: url(/images/backgrounds/direction_nav_prev.png) no-repeat center center; left: 0px; }

.direction_outside .flex-direction-nav .flex-next { z-index: 99; right: auto; left: 100%; }
.direction_outside .flex-direction-nav .flex-prev { z-index: 99; left: auto; right: 100%; }

.direction_fixed .flex-direction-nav .flex-next,
.direction_fixed .flex-direction-nav .flex-prev { background-size: 12px 24px; width: 12px; height: 24px; top: auto; bottom: 10%; right: 4%; left: auto; opacity: 1; padding: 0px 10px; }
.direction_fixed .flex-direction-nav .flex-prev { margin-right: 30px; }

html.touch .flexslider .flex-next, html.touch .flexslider .flex-prev, /* Show buttons by default if the browser is touch enabled. */
.flexslider:hover .flex-next, .flexslider:hover .flex-prev { opacity: 1; padding: 0px 10px; }

.flex-direction-nav .disabled { opacity: .3 !important; filter: alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav, #content .flex-control-nav {
	position: absolute;
	z-index: 98;
	bottom: 4%;
	left: 0%;
	right: 0%;
	text-align: center;
	margin: 0px;
}

.flex-control-nav.container_24, #copy .flex-control-nav.container_24 { position: relative; z-index: 99; top: -50px; bottom: auto; bottom: auto; left: auto; text-align: center; margin: 0px auto; height: 0px; text-align: left; }

.control_outside .flex-control-nav, #copy .control_outside .flex-control-nav { padding: 5px 0px; margin: 0px auto; position: relative; top: auto; right: auto; bottom: auto; left: auto; }

.flex-control-nav li, #copy .flex-control-nav li { display: inline-block; zoom: 1; *display: inline; margin-left: 3px; margin-right: 3px; padding: 0px; }

.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #ffffff;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;

	-webkit-transition : background linear 0.2s;
	-moz-transition    : background linear 0.2s;
	-ms-transition     : background linear 0.2s;
	-o-transition      : background linear 0.2s;
	transition         : background linear 0.2s;
}

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active { background: #eb8308; background: rgba(255,255,255,1); 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 .active { opacity : 1; cursor : default; }


/* **********************************************************************************
	Tipsy
	********************************************************************************** */

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }

	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
	.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
	.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
	.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
	.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

  #regionMap {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#regionContent {
    margin: auto;
    display: block;
    text-align: center;
}

#regionContent > img {
    max-height: 85vh;
    text-align: center;
}

.regionsTooltip {
	cursor: pointer;
}

.regionsTooltip:hover {
	text-decoration: underline;
}

.hint-teacher-form {
	margin-bottom: 10px;
	font-size: 12px;
}


.specialist_teacher_form {
	padding: 20px;
}

.specialist_teacher_form .field_wrapper {
	margin-top: 20px;
}