/*
Theme Name: GCSA Conference Fifteen
Theme URI: http://georgiacharterconference.org/
Description: A WordPress theme for the GCSA Conference site
Version: 2.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

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

/* COLORS & FONTS */

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

/* peach = #FCBC69 */
/* green = #95B963 */

/* peach = #FCBC69; */
/* font-family: 'Source Sans Pro', sans-serif; */

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

/* GLOBAL ELEMENTS */

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

html {
    position: relative;
    min-height: 100%;
}
body {
	background: #fff;
	font: 300 18px/160% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	margin-bottom: 0;
}
header, a, img, li{
    -moz-transition: all 0.3s ease; /* Firefox 4 */
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
a {
	color: #95B963;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a:active,
a:focus {
	color: #95B963;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	opacity: 0.6;
}
p, ul, ol {
	margin-bottom: 24px;
}
li {
	line-height: 156%;
	margin: 0 0 8px 0;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
	font-weight: 600;
}
em, i {
	font-style: italic;
}
blockquote {
	color: #525252;
	background-color: #f4f4f4;
	padding: 20px 30px 30px 30px;
	margin: 0 0 24px 0;
	font-size: 18px;
	/* border-top: 10px solid #eee; */
	border-left: none;
}
hr {
	clear: both;
	background-color: #d5d5d5;
	border: 0;
	height: 1px;
	margin: 40px 0 40px 0;
}
embed,
object,
video {
	max-width: 100%;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.peach {
	color: #FCBC69;
}

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

/* STRUCTURE */

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

[role="main"] {
	padding-top: 140px;
}
@media (max-width: 992px) {
	[role="main"] {
		padding-top: 0;
	}
}
#content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.home #content {
	padding-top: 0;
	padding-bottom: 0;
}
#content:after {
	content: "";
	display: block;
	height: 180px;
}
footer {
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 220px;
    width: 100%;
}
@media (max-width: 992px) {
	#content:after {
		height: 380px;
	}
	footer {
	    height: 380px;
	}
}

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

/* HEADER */

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

.navbar-fixed-top {
	background-color: #FFFFFF;
	border: none;
	-moz-box-shadow:    0 4px 12px 0 rgba(0, 0, 0, 0.35);
	box-shadow:         0 4px 12px 0 rgba(0, 0, 0, 0.35);
}
.navbar-fixed-top a {
	border-bottom: none;
}
.navbar-fixed-top a:hover {
	border-bottom: none;
}
.navbar-default {
	background-color: #fff;
	border: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}
.navbar-fixed-top .logo {
	height: 100%;
}
.navbar-fixed-top .logo h1 {
	font-size: 24px;
	line-height: 140px;
	margin: 0;
}
.navbar-fixed-top .logo > a {
	display: block;
	height: 80px;
	margin: 23px 0 33px 15px;
}
.navbar-fixed-top .logo > a img {
	max-height: 100%;
}
.navbar-fixed-top .logo > a.hide-logo {
	display: block;
}
.navbar-fixed-top .logo > a.show-logo {
	display: none;
}

/* --- SMALL NAV BAR --- */

.navbar-fixed-top.small {
	top: 0 !important;
}
.admin-bar .navbar-fixed-top.small {
	top: 28px !important;
}
.navbar-fixed-top.small .logo h1 {
	line-height: 80px;
	margin: 0;
}
.navbar-fixed-top.small .logo > a {
	height: 60px;
	margin: 15px 0;
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-fixed-top .mobile-menu-toggle {
	height: 100%;
	display: none;
	cursor: pointer;
}
.navbar-fixed-top .mobile-menu-toggle span {
	display: block;
	border: 1px solid #e5e5e5;
	float: right;
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	text-align: center;
	width: 35px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/*
@media (max-width: 1200px) {
	.navbar-fixed-top .logo > a {
		margin: 25px 0 16px 0;
	}
}
*/
@media (max-width: 992px) {
	.navbar-fixed-top .logo > a.hide-logo {
		display: none;
	}
	.navbar-fixed-top .logo > a.show-logo {
		display: block;
	}
	.navbar-fixed-top {
		position: relative !important;
		height: auto !important;
	}
	.admin-bar .navbar-fixed-top {
		top: 0 !important;
	}
	.navbar-fixed-top .logo > a {
        height: 60px;
		margin: 15px 0 20px 0;
	}
	.navbar-fixed-top + [role="main"] {
		padding-top: 0 !important;
	}
	.admin-bar .navbar-fixed-top + [role="main"] {
		padding-top: 20px !important;
	}
	.navbar-fixed-top .sf-menu {
		margin: 0 !important;
	}
	.navbar-fixed-top .desktop-menu {
		display: none;
	}
	.navbar-fixed-top .mobile-menu-toggle {
		display: block;
	}
}
@media (max-width: 767px) {
	.navbar-fixed-top .logo > a {
		margin: 15px 0 15px -15px;
	}
}

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

/* MAIN MENU */

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

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu {
	float: right;
	height: 50px;
	margin: 35px 0;
}
.small .sf-menu {
	margin: 12px 0 0 0;
}
.sf-menu ul {
	min-width: 12em;
}
.sf-menu li {
	white-space: nowrap;
	margin-top: 10px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #95B963;
	border-radius: 0;
	transition: all 0.3s ease;
}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	color: #fff;
	text-decoration: none;
}
.sf-menu li:hover > a:after,
.sf-menu li.sfHover > a:after {
	display: none;
}
.sf-menu li:hover + li > a:after,
.sf-menu li.sfHover + li > a:after {
	display: none;
}
/*
.sf-menu li.current-menu-item {
	background: #f2f2f2;
}
.sf-menu li.current-menu-item > a {
	color: #222;
}
.sf-menu li.current-menu-item > a:after {
	display: none;
}
.sf-menu li.current-menu-item + li > a:after {
	display: none;
}
*/
.sf-menu li.first-menu-item > a:after {
	display: none;
}
.sf-menu li a {
	color: #626262;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 10px;
}
.sf-menu li > a {
	position: relative;
}
.sf-menu li > a:after {
	content: '';
	display: block;
	height: 13px;
	width: 0;
	position: absolute;
	left: 0;
	top: 20px;
	border-left: none;
}

/* --- DROP DOWN MENUS --- */

.sf-menu li ul {
	margin: 0;
/*
	-moz-box-shadow:    0 3px 7px 0 rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.50);
	box-shadow:         0 3px 7px 0 rgba(0, 0, 0, 0.50);
*/
}
.sf-menu li ul li {
	background: #95B963;
	margin: 0;
}
.sf-menu li ul li:hover {
	background: #f2f2f2;
	border-radius: 0;
}
.sf-menu li ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 15px;
}
.sf-menu li ul li a:hover {
	color: #626262;
}
.sf-menu li ul li a:after {
	display: none;
}

/* --- MOBILE MENU --- */

.mobile-menu {
	clear: both;
	display: none;
	background: #fff;
	padding: 15px 0 30px 15px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #e5e5e5;
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 1;
}
.glyphicon-align-justify:before {
	/* icon in toggle */
	color: #929292;
}
.mobile-menu ul li a {
	display: block;
	color: #525252;
	padding: 15px 0 15px 15px;
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #95B963;
}
.mobile-menu ul li a.active span {
	color: #95B963;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #e5e5e5;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
 	padding-left: 32px;
 	text-transform: none;
 	font-size: 15px;
 	font-weight: 300;
}
.mobile-menu input,
.mobile-menu input:focus {
	border: none;
	background: #f4f4f4;
	margin: 10px 0 20px 0;
	color: #717171;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mobile-menu input::-webkit-input-placeholder,
.mobile-menu input:focus::-webkit-input-placeholder {
	color: #717171;
}
.mobile-menu input:-moz-placeholder,
.mobile-menu input:focus:-moz-placeholder {
	color: #717171;
}

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

/* HEADER IMAGE  */

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

#header-image {
	clear: both;
	position: relative;
	width: 100%;
	height: 420px;
}

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

/* HEADING TAGS */

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

h1 {
	/* page title */
	color: #3E4044;
	font-size: 40px;
	font-weight: 300;
	line-height: 100%;
	margin: 0 0 32px 0;
	padding: 0;
}
h2 {
	/* post titles */
	color: #3E4044;
	font-size: 32px;
	font-weight: 300;
	line-height: 100%;
	margin: 0 0 4px 0;
	padding: 0;
}
h3 {
	/* paragraph title - no spacing below */
	color: #3E4044;
	font-size: 26px;
	font-weight: 300;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
h4 {
	/* paragraph title  - with spacing below */
	color: #3E4044;
	font-size: 26px;
	font-weight: 300;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h5 {
	/* smaller title - no spacing below */
	clear: both;
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 4px 0;
	padding: 0;
}
h6 {
	/* smaller title  - with spacing below */
	clear: both;
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: none;
	border-bottom: none;
}

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

/* SECTION BACKGROUNDS  */

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

.white-bg-first {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
}
.white-bg {
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.white-bg .video-wrapper {
	background-color: #F2F2F2;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	background-color: #F2F2F2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.gray-bg .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.blue-bg {
	background-color: #0093B2;
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6,
.blue-bg h1 a, .blue-bg h2 a, .blue-bg h3 a, .blue-bg h4 a, .blue-bg h5 a, .blue-bg h6r a {
	color: #FFF;
}
.blue-bg a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.blue-bg a:hover {
	color: #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	text-decoration: none;
}
.blue-bg a:active {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.blue-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}

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

/* CALLOUTS  */

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

.callout {
	background: url(images/icon_blockquote.png) no-repeat center -10px / 58px 58px;
	text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: -20px;
	padding-top: 70px;
	padding-bottom: 60px;
	overflow: visible !important;
}
.callout p {
	color: #4A4A4A;
	font-family: 'Amatic SC', cursive;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 6px;
}
.blue-bg .callout p {
	color: #FFF;
}
.callout span {
	color: #828282;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}
@media (max-width: 767px) {
	.callout p {
		font-size: 20px;
	}
}

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

/* MAIN COLUMN */

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

/* --- TWO COLUMN LIST --- */

#two-column-list .one-column {
	padding-bottom: 30px;
}
#two-column-list p {
	margin: 0 0 36px 0;
}

/* --- TWO COLUMN BLUE VIDEO BOX --- */

.blue-bg.full-width {
	background-color: #0093B2;
	color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
}
.blue-bg.full-width .video-wrapper {
	background-color: transparent;
	border-radius: none;
	margin-bottom: 0;
	padding: 0;
}
.blue-bg.full-width .copy-video {
	position: relative;
	color: #FFF;
	font-size: 26px;
	font-weight: 300;
	line-height: 150%;
	text-align: right;
	margin: 0;
	padding: 6% 60px 0 60px;
}
/*
.blue-bg.full-width .copy-video:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 	margin-right: -0.25em;
}
.blue-bg.full-width .copy-video p {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
*/
@media (max-width: 992px) {
	.blue-bg.full-width .copy-video {
		font-size: 20px;
		padding: 7% 30px 0 30px;
	}
}
@media (max-width: 767px) {
	.blue-bg.full-width .copy-video {
		text-align: center;
		padding: 40px 40px 20px 40px;
	}
}

/* --- THREE COLUMN LIST --- */

#three-column-list .one-column {
	padding-bottom: 20px;
}
a.three-column-list-box {
	display: block;
	color: #726056;
	border-bottom: none;
	font-size: 15px;
	line-height: 160%;
	text-decoration: none;
	padding: 10px;
}
a:hover.three-column-list-box {
	background-color: #e2e2e2;
	border-bottom: none;
	opacity: 0.8;
}
.three-column-list-columns {
	text-align: center;
	margin-bottom: 30px;
}
.three-column-list-columns a h4 {
	font-size: 24px;
	margin: 8px 0 4px 0;
}
.three-column-list-columns p {
	margin-bottom: 0;
}

/* --- ADD SPACE TO COLUMNS --- */

.copy {
	padding-right: 30px;
}
@media (max-width: 767px) {
	.copy {
		padding-right: 15px;
	}
}



/* --- POSTS --- */

h3.post-title {
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 12px 0;
	padding: 0;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #DDD;
	margin: 16px 0 40px 0;
	padding: 0;
}
.post-listing-info {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 140%;
	margin: 0 0 10px 0;
	padding: 0;
}
.post-listing-info a {
	font-weight: 300;
}
.post-listing-image {
	/* background-color: #f4f4f4; */
	margin: 0 0 20px 0;
	/* padding: 10px; */
}
.post-excerpt p {
	margin: 12px 0 0 0;
}

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

.postmetadata {
	color: #525252;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 0 24px 0;
	padding: 0;
}
.postmetadata a {
	font-weight: 300;
}
.postmetadata a:hover {
	text-decoration: underline;
}
.postmetadata img {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

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

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

/* --- ADD SPACE TO SPONSORS LOGOS --- */

.sponsors-logo-lg {
	margin: 0 30px 60px 30px !important;
	max-height: 240px;
	vertical-align: middle;
}
.sponsors-logo-sm {
	margin: 0 30px 60px 10px !important;
	max-height: 120px;
	vertical-align: middle;
}

/* --- ADD SPACE TO PARTNER LOGOS ON PARTNERSHIP PAGES (SVGs) --- */

.sponsors-flex-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:1em;
	flex-wrap: wrap;
}
.sponsors-flex-logos-container-lg {
	width: 21.5em;
	height: 16.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sponsors-flex-logos-container-lg img {
	max-width: 19em;
	max-height: 70%;
}
.sponsors-flex-logos-container-md {
	width: 18.5em;
	height: 13.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sponsors-flex-logos-container-md img {
	max-width: 16em;
	max-height: 70%;
}
.sponsors-flex-logos-container {
	width: 17.5em;
	height: 12.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sponsors-flex-logos-container img {
	max-width: 15em;
	max-height: 70%;
}

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

/* REGISTER */

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

.register {
	text-align: left;
}
.register h4 {
	background-color: #F6F6F6;
	color: #FCBC69;
	margin: 0;
	padding: 20px 20px 0 20px;
}
.register h5 {
	background-color: #F6F6F6;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 20px 20px 20px;
}
.register h6 {
	font-size: 18px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}
.register p {
	font-size: 16px;
	padding: 0 20px 20px 20px;
}
.col-md-4.register,
.col-sm-12.register,
.col-xs-12.register  {
	border-left: 1px dashed #CCC;
}

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

/* CONFERENCE AT A GLANCE */

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

.glance {
	text-align: left;
}
.glance h4 {
	background-color: #F6F6F6;
	color: #FCBC69;
	margin: 0 0 20px 0;
	padding: 20px;
}
.glance p {
	font-size: 16px;
	padding: 0 20px 20px 20px;
}
.glance p strong {
	font-size: 20px;
	font-weight: 400;
}
.col-md-4.glance,
.col-sm-12.glance,
.col-xs-12.glance  {
	border-left: 1px dashed #CCC;
}



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

/* MASONRY */

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

.masonry-wrapper {
	padding: 30px 0;
}
.masonry-wrapper a {
	border-bottom: none;
}
.masonry-grid {
	overflow: hidden;
}
.masonry-entry {
	width: 31.9658%;
	background-color: transparent;
	border: 3px solid #FFF;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 992px) {
	.masonry-entry {
	  width: 47%;
	}
}
@media (max-width: 767px) {
	.masonry-entry {
		width: 100%;
	}
	.masonry-entry {
		left: 0 !important;
	}
}
.masonry-details {
	background-color: #FFF;
	border: 8px solid #F2F2F2;
	color: #7E8083;
	font-size: 15px;
	line-height: 150%;
	padding: 16px 16px 20px 16px;
	overflow: hidden;
}
.masonry-details a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.masonry-details img {
	margin-bottom: 12px;
}
.masonry-details h5 {
	clear: both;
	line-height: 120%;
	margin: 4px 0 6px 0;
	padding: 0;
}
.masonry-details span {
	color: #4A4A4A;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 18px 0;
}

/* --- MASONRY FOR BULLETS --- */

.masonry-grid-list {
	overflow: hidden;
}
.masonry-grid-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.masonry-list li {
	width: 31.9658119%;
	background-color: #FFF;
	border: 8px solid #F2F2F2;
	border-radius: 12px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	overflow: hidden;
}
.masonry-list li strong:after {
	font-family: "streamline";
	color: #DF4A36;
	content: "\e300";
	padding-left: 8px;
	font-weight: 300;
}
@media (max-width: 992px) {
	.masonry-list li {
		width: 47%;
	}
}
@media (max-width: 767px) {
	.masonry-list li {
		width: 100%;
		left: 0 !important;
	}
}

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

/* SIDEBAR */

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

#sidebar {
	color: #727272;
	font-size: 13px;
	line-height: 160%;
	padding: 54px 0 0 0;
}
#sidebar .widget  {
	background: #F4F4F4;
	color: #626262;
	margin: 0 0 10px 0;
	padding: 20px;
	overflow: hidden;
}
#sidebar .widget h3  {
	color: #626262;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar ol,
#sidebar ul {
	margin: 0 0 24px 0;
	padding-left: 24px;
}

/* --- RECENT POSTS WIDGET --- */

#sidebar .widget_recent_entries ul {
	list-style-type: none !important;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar .widget_recent_entries ul li a {
	display: block;
	color:#FCBC69;
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar .widget_recent_entries ul li a:hover {
	color:#FCBC69;
	background-color: #fff;
	text-decoration: none;
}

/* --- CATEOGORY WIDGET --- */

#sidebar .widget_categories ul,
#sidebar .widget_archive ul {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar .widget_categories ul li a,
#sidebar .widget_archive ul li a {
	display: block;
	color:#FCBC69;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	text-decoration: none;
	border-bottom: none;
	padding: 10px 10px 10px 12px;
}
#sidebar .widget_categories ul li a:hover,
#sidebar .widget_archive ul li a:hover {
	color:#FCBC69;
	background-color: #fff;
	text-decoration: none;
}

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

#sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li a {
	display: block;
	color:#FCBC69;
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px 10px 12px;
}
#sidebar ul.menu li a:hover {
	color:#FCBC69;
	background-color: #fff;
	text-decoration: none;
}
#sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li li a {
	color:#FCBC69;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	border-bottom: none;
	padding: 10px 10px 10px 24px;
}
#sidebar ul.menu li li a:hover {
	color:#FCBC69;
	background-color: #fff;
	text-decoration: none;
}
#sidebar ul.menu .current-menu-item > a,
#sidebar ul.menu .current-menu-ancestor > a,
#sidebar ul.menu .current_page_item > a,
#sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	text-decoration: none;
}
@media (max-width: 992px) {
	#sidebar .widget_nav_menu {
		display: none;
	}
}

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

/* HOMEPAGE */

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

/* --- FLEXSLIDER --- */

/* --- RESETS --- */

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

/* --- BASE STYLES --- */

.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    height: 540px;
}

/* --- FLEXSLIDER THEME --- */

.flexslider {
    position: relative;
    margin: 0;
    zoom: 1;
}
/*
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides:before {
    height: auto;
}
*/
.flexslider .slide {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 540px;
}
.flexslider .slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.flexslider .details {
    position: relative;
    display: inline-block;
    /* background: rgba(0, 0, 0, 0.20); */
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 4%, rgba(0,0,0,0.50) 49%, rgba(0,0,0,0.00) 100%);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.70);
    margin: 0 auto;
    padding-top: 180px;
    padding-right: 60px;
    padding-left: 60px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.flexslider .details a {
    color: #FFFFFF;
}
.flexslider h2 {
    color: #FFFFFF;
    font-size: 54px;
    line-height: 100%;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.70);
    margin: 0 0 24px 0;
}
.flexslider h3 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 110%;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.70);
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
@media (max-width: 992px) {
    .flexslider h2 {
        font-size: 48px;
    }
    .flexslider h3 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .flexslider .slide {
        height: 380px;
    }
    .flexslider .details {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 100px;
    }
    .flexslider h2 {
        font-size: 36px;
    }
    .flexslider h3 {
        font-size: 28px;
    }
}

.flexslider .btn-clear {
    background-color: #FFF;
    color: #2a2a2a !important;
    font-size: 18px;
    font-weight: 300;
}
.flexslider .arrow-down {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 110;
    zoom: 1;
}
.flexslider .arrow-down a {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 100%;
}
.flexslider .arrow-down a img {
    vertical-align: middle;
}
.flexslider .arrow-down:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.flexslider .arrow-down a {
    border-bottom: none;
}
@media (max-width: 767px) {
    .flexslider .arrow-down {
        display: none;
    }
}

/* --- DIRECTION NAV --- */

.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* --- CONTROL NAV --- */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 4px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.flex-control-paging li a:hover {
    background: #95B963;
    /* background: rgba(60, 85, 126, 0.7); */
}
.flex-control-paging li a.flex-active {
    background: #95B963;
    /* background: rgba(60, 85, 126, 1.0); */
    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%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* --- RESPONSIVE --- */

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

/* --- for homepage with no slider --- */


/* @media (max-width: 1280px) {
    .slideshow {
    	padding: 0;
    }
    .flexslider.loading {
        min-height: 444px;
    }
}
@media (max-width: 992px) {
    .slideshow {
    	padding: 0;
    }
    .flexslider.loading {
        min-height: 344px;
    }
}
@media (max-width: 767px) {
    .flexslider.loading {
        min-height: 219px;
    }
}
@media (max-width: 480px) {
    .flexslider.loading {
        min-height: 160px;
    }
} */

/* --- HOMEPAGE DATE --- */

.homepage-date {
	color: #FFF;
    background-color: #95B963;
    background-image: url(images/mark_white.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.homepage-date h2 {
	color: #FFF;
    font-size: 44px;
	font-weight: 300;
	margin: 0 0 10px 0;
}
.homepage-date h3 {
	color: #FFF;
    font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px 0;
}
@media (max-width: 767px) {
	.homepage-date h2 {
		font-size: 34px;
	}
}

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

.homepage-text {
	clear: both;
    background-color: #F2F2F2;
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
    overflow: hidden;
}

/* --- HOMEPAGE SPONSORS --- */

.homepage-sponsors {
	font-size: 15px;
	text-align: center;
	line-height: 160%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.homepage-sponsors h4 {
	clear: both;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
/* 	border-top: 1px solid #e5e5e5; */
	margin-top: 30px;
	margin-bottom: 24px;
	padding-top: 30px;
}

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

/* FOOTER */

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

#colophon {
	background: #95B963;
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 160%;
	padding-top: 35px;
	padding-bottom: 35px;
}
#colophon img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 12px;
	max-height: 100%;
	width: 220px;
}
@media (max-width: 992px) {
	#colophon img.logo {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

/* --- SOCIAL --- */

.footer-links-social {
	text-align: center;
    margin-bottom: 28px;
}
.footer-links-social a {
	border-bottom: none;
	text-decoration: none;
}
.footer-links-social img {
	margin: 0 6px 0 0;
}
.footer-links-social img:hover,
.footer-links-social a:hover,
.footer-links-social a:active {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: underline;
    border-bottom: none;
}


.copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#colophon .register-btn {
	text-align: right;
}
#colophon .register-btn .btn-default {
	color: #95B963;
}
#colophon #toTop {
	color: #FFFFFF;
	line-height: 240%;
}
@media (max-width: 992px) {
	#colophon {
		text-align: center;
	}
	#colophon .register-btn {
		text-align: center;
		margin-top: 30px;
	}
}

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

/* IMAGES */

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

.alignleft {
	float: left;
	margin: 6px 30px 12px 0;
}
.alignright {
	float: right;
	margin: 6px 0 12px 30px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignleft.icon {
	margin: 0 12px 0 0;
}
img.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter {
	margin: 12px 0 24px 0;
}
@media (max-width: 767px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 auto 24px auto !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 auto 24px auto !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.entry-caption {
	font-style: italic;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	color: #626262;
	padding-top: 12px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* GALLERIES */

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

.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-xs-6,
.gallery .col-sm-3,
.gallery .col-md-3 {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	/*font-size: 13px;
	text-align: center;
	line-height: 15px;
	color: #727272;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

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

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

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

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

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

.wp-pagenavi {
	clear: both;
	font-size: 14px;
	border-top: 1px solid #ddd;
	margin: 30px 0 10px 0;
	padding: 30px 0 0 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:#FCBC69;
	border: 1px solid#FCBC69 !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:#FCBC69;
	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 {
	border-color: #fff !important;
}
.table th {
	background: #f6f6f6;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.table td {
	font-size: 14px;
}

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

/* BUTTONS */

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

.btn-default {
  color: #5D7BA4;
}


/* --- BLUE --- */

.btn-primary {
  color: #ffffff;
  background-color: #95B963;
  border-color: #95B963;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

/* --- BLACK --- */

.btn-black {
  color: #ffffff;
  background-color: #414141;
  border-color: #414141;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  color: #ffffff;
  background-color: #95B963;
  border-color: #95B963;
}
.btn-black:active,
.btn-black.active {
  background-image: none;
}

/* --- WHITE --- */

.btn-white {
  color: #95B963;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  color: #ffffff;
  background-color: #95B963;
  border-color: #95B963;
}
.btn-white:active,
.btn-white.active {
  background-image: none;
}

/* --- CLEAR --- */

.btn-clear {
 	color: #FFFFFF;
 	background-color: transparent;
 	border-color: #FFFFFF;
 	text-shadow: none;
}
.btn-clear:hover,
.btn-clear:focus,
.btn-clear:active,
.btn-clear.active,
.open .dropdown-toggle.btn-clear {
 	color: #FFFFFF;
 	background-color: #95B963;
 	border-color: #95B963;
}
btn-clear:active,
.btn-clear.active,
.open .dropdown-toggle.btn-clear {
 	background-image: none;
}

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

/* CUSTOMIZED GRAVITY FORM STYLES */

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

.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"],
.gform_wrapper .uneditable-input {
	color: #727272;
	font-size: 18px !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 8px !important;
}

.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="checkbox"]:focus,
.gform_wrapper input[type="radio"]:focus,
.gform_wrapper input[type="datetime"]:focus,
.gform_wrapper input[type="datetime-local"]:focus,
.gform_wrapper input[type="date"]:focus,
.gform_wrapper input[type="month"]:focus,
.gform_wrapper input[type="time"]:focus,
.gform_wrapper input[type="week"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="color"]:focus,
.gform_wrapper .uneditable-input:focus {
	background-color: #efefef;
	outline: 5px auto -webkit-focus-ring-color;
	padding-left: 8px !important;
}

.gform_wrapper input[disabled] {
	background-color: #f2f2f2;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	margin: 20px 0 4px 0 !important;
	font-weight: 400 !important
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: 300 !important;
}

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

.gform_wrapper .gsection {
	border-bottom: 1px solid #e5e5e5 !important;
	margin: 40px 0 4px 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #4A4A4A !important;
	font-size: 26px !important;
	font-weight: 100 !important;
	line-height: 120% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 24px !important;
	font-weight: normal !important;
	padding: 30px 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 24px !important;
	font-weight: 400 !important;
}
/*
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 1px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
		margin-top: 4px !important;
		margin-left: 2px !important;
	}
}
*/
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
	font-weight: normal !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: 14px !important;
	font-style: normal !important;
	line-height: 120% !important;
	margin: -3px 0 0 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: 100 !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: 100 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

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

.gform_wrapper .gform_body .gform_fields .gfield select {
	padding: 8px 0 0 8px;
	height: 44px;
}

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

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #727272;
	font-size: 18px;
	border: 1px solid #ccc;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	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;
}
#gforms_confirmation_message {
	background-color: #FFFFCC !important;
	font-size: 16px !important;
	color: #626262 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 20px 10px !important;
	overflow: hidden !important;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

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

.gform_wrapper input.button {
	color: #fff;
	background-color: #FCBC69;
	border-color: #FCBC69;
  	display: inline-block;
	margin-bottom: .5em !important;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 14px;
	font-size: 16px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	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);
}

/* --- HIDE BIG INVISIBLE RECAPTCHA BANNER --- */

.gf-recaptcha-div {
    display: none;
}


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

/* 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;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    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 0 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 0 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 0 no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxClose.hover{background-position:-25px -25px !important;}

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

/* PRINT STYLES */

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

@media print {
	body {background:white;
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#primary {
		width: 90%;
		border: none;
		background: none;
	}
	.navbar-fixed-top { 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 }
	#sidebar { 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; }
}
