@import "../css/bootstrap/bootstrap.css";
@import "../css/bootstrap/responsive.css";
/* --------------------------------------------------------	*/
/*	Base */
/* --------------------------------------------------------	*/
@import "../css/font-awesome/font-awesome-ie7.min.css";
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
html {
  overflow-y: scroll;
  background: #fff;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.67857143;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  background: #e9eff0 url("../img/fofc-background-image.png") no-repeat 160% -10%;
  background-color: #c8d2ad;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  font-weight: normal;
  line-height: 1.25;
  color: #333333;
  margin: 0px;
  padding: 15px 0;
  clear: both;
}
h1 {
  font-size: 24.5px;
  font-weight: 600;
  color: #66998e;
  padding: 10px 0 35px 0;
}
h2 {
  font-size: 21px;
  padding: 0 0 15px 0;
}
h3 {
  font-size: 17.5px;
  color: #323232;
  padding: 12px 0;
}
h4 {
  font-size: 14px;
  color: #323232;
  padding: 10px 0;
}
hr {
  height: 0px;
  border: 1px solid #cbcfd1;
}
p {
  margin: 0px 0px 15px 0;
}
blockquote {
  color: #adb0b2;
  margin: 15px 0px;
}
a {
  color: #66998e;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
/* --------------------------------------------------------	*/
/*	Main Classes */
/* --------------------------------------------------------	*/
.main {
  background: url(../img/pw_maze_white.png) #f3f3f3;
  overflow: hidden;
}
.content {
  width: 100%;
  overflow: hidden;
}
.site {
  padding: 60px 40px;
  background: #fff;
  border: 1px solid #d9dddf;
}
.gray {
  color: #8c8e90;
}
.gray2 {
  color: #5e6061;
}
.gray3 {
  color: #c8ccce;
}
.gray4 {
  color: #505050;
}
.green {
  color: #66998e;
}
.red {
  color: #ff3333;
}
.white {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.space5 {
  height: 5px;
  clear: both;
}
.space10 {
  height: 10px;
  clear: both;
}
.space15 {
  height: 15px;
  clear: both;
}
.space20 {
  height: 20px;
  clear: both;
}
.space25 {
  height: 25px;
  clear: both;
}
.space30 {
  height: 30px;
  clear: both;
}
.space50 {
  height: 50px;
  clear: both;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right;
}
.pad1 {
  padding-top: 6px;
}
.pad2 {
  padding-top: 18px;
}
.c-b {
  clear: both;
}
/* --------------------------------------------------------	*/
/*	Header	*/
/* --------------------------------------------------------	*/
.logo img {
  width: auto;
  float: left;
  margin-bottom: 0px;
}
.slogan {
  font-style: italic;
  line-height: 48px;
  color: #cbcfd1;
  padding-left: 30px;
  float: left;
}
.social-top {
  padding-top: 6px;
  text-align: right;
}
/* --------------------------------------------------------	*/
/*	Search	*/
/* --------------------------------------------------------	*/
.search-box {
  position: relative;
}
/*
	 * Change by racl101: Added class selector (.search-form-input-field) to better
	 * target the element. The styles were being overriden due to insufficient 
	 * specificity. Updated selector '.search' given that it's too generic and
	 * gets applied to the body tag when on the search results template causing
	 * subtle CSS bugs.
	 */
input.search,
input.search-form-input-field {
  width: 80%;
  height: 30px;
  border: 1px solid #cbcfd1;
  color: #8c8e90;
  background: url(../img/search-back.png) left bottom repeat-x #f5f7f8;
  padding-left: 5%;
  padding-right: 15%;
}
.search-icon {
  position: absolute;
  font-size: 20px;
  top: 6px;
  right: 8px;
  color: #cbcfd1;
}
/*
	 * Added by racl101: Added class selector (.search-icon-button) to target
	 * button tag. Don't want to wrap icon in a tags and have to rely on JavaScript
	 * to submit. The button tag was the next best thing.
	 */
.search-icon-button {
  position: absolute;
  font-size: 20px;
  top: 6px;
  right: 8px;
  color: #cbcfd1;
  background-color: transparent;
  border: 0;
}
.search-icon-button:active,
.search-icon-button:focus,
.search-icon-button:hover {
  color: #66998e;
  text-decoration: none;
}
/* --------------------------------------------------------	*/
/*	Slider	*/
/* --------------------------------------------------------	*/
#slider1 {
  width: 100%;
  border-bottom: 2px solid #cbcfd1;
}
/* --------------------------------------------------------	*/
/*	Navigation */
/* --------------------------------------------------------	*/
.navbar {
  color: #6f6f6f;
  background: #fff;
  border-bottom: 1px solid #cbcfd1;
  font-size: 14.5px;
  font-weight: 400;
  height: 53px;
  position: relative;
}
.navbar .nav-responsive {
  display: none;
  line-height: 20px;
  height: 36px;
  border: 1px solid #cbcfd1;
  border-bottom: 2px solid #cbcfd1;
  border-radius: 0px;
  color: #464646;
  background: url(../img/select-box.png) right center no-repeat;
  -webkit-appearance: none;
  opacity: 0.6;
  -webkit-transition: all 0.8s ease;
}
.nav-responsive:hover {
  opacity: 0.9;
  -webkit-transition: all 0.8s ease;
}
.navbar .nav > li > a {
  color: #6f6f6f;
  text-shadow: none;
  border-bottom: 2px solid #fff;
  padding: 15px 24px 16px 22px;
  background: transparent;
  background: url(../img/menu-divider.png) right center no-repeat;
}
.navbar .nav > li:first-child > a {
  padding-left: 0px;
}
.navbar .nav > li:last-child > a {
  background: transparent;
}
.navbar .nav > li:hover > a {
  color: #66998e;
  border-bottom: 2px solid #66998e;
}
/*
	 * Changed by racl101: added more selectors to target current links
	 * in WordPress generated navigation menus.
	 */
.navbar .nav > li.active > a,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
  color: #66998e;
  border-bottom: 2px solid #66998e;
}
/*
	 * Added by racl101: added selector to target sub-menus in WordPress generated
	 * navigation menus. This selector will only target a submenu of depth 1, since
	 * the original theme does not accommodate submenus of deeper depth.
	 */
.navbar .nav > li.current-menu-ancestor ul.sub-menu > li.current-menu-item > a {
  color: #66998e;
  font-weight: bold;
  border-bottom: 2px solid #66998e;
}
.navbar .primary-nav-btn {
  line-height: 30px;
  height: 30px;
  border-bottom: 0;
  text-decoration: none;
}
.navbar .primary-nav-btn:active,
.navbar .primary-nav-btn:focus,
.navbar .primary-nav-btn:hover {
  text-decoration: none;
  border-bottom: 0;
}
/* --------------------------------------------------------	*/
/*	Dropdown */
/* --------------------------------------------------------	*/
.navbar .nav li.dropdown:hover {
  border-radius: 0px;
  background: transparent;
  list-style-type: none;
  font-size: 15px;
}
.navbar .nav li ul {
  display: none;
  z-index: 99;
  margin: 0px;
  padding: 10px 20px 10px 20px;
  background: #f5f7f8;
}
.navbar .nav li:hover ul {
  position: absolute;
  display: block;
  list-style-type: none;
  border: 1px solid #d9dddf;
}
.navbar .nav li ul li {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  width: 160px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .nav li ul li:last-child {
  border-bottom: 0px;
}
.navbar .nav li ul li a {
  color: #6f6f6f;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  display: inline-block;
  text-decoration: none;
}
.navbar .nav li ul li:hover a {
  color: #66998e;
}
.navbar .nav > li.primary-header-nav-menu-item-donate-button a {
  background-color: #00725f;
  color: #fff;
}
.navbar .nav > li.primary-header-nav-menu-item-donate-button a:hover,
.navbar .nav > li.primary-header-nav-menu-item-donate-button a:active,
.navbar .nav > li.primary-header-nav-menu-item-donate-button a:focus {
  background-color: #a5a8aa;
  color: #fff;
}
.navbar .nav li#menu-item-766.current-menu-item a {
  color: #fff;
  background-color: #a5a8aa;
}
.ic-1 {
  width: 45px;
  height: 30px;
  font-size: 30px;
  float: left;
}
.ic-1 i {
  color: #3c3c3c;
}
.title-1 {
  color: #3c3c3c;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.text-1 {
  padding-left: 45px;
  clear: both;
}
.title-2 {
  font-size: 16px;
  padding: 15px 0;
}
.square-1 {
  color: #8c8e90;
  padding-bottom: 24px;
  border-bottom: 2px solid #cbcfd1;
  height: 350px;
}
.square-1:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
  -webkit-transition: all 0.4s ease;
}
.square-1:hover {
  border-bottom: 2px solid #66998e;
}
.img-container {
  position: relative;
}
.img-bg-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/zoom-icon.png) center center no-repeat;
  cursor: pointer;
  display: none;
}
.square-1:hover .img-bg-icon {
  display: block;
}
.date {
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #66998e;
  border-bottom: 2px solid #00a97f;
  float: left;
  margin-bottom: 5px;
}
.date-2 {
  width: 80px;
  background: #c8ccce;
  border-bottom: 2px solid #a5a8aa;
}
.list-a,
.list-b,
.list-c {
  padding: 0px;
  margin: 0px;
}
.list-a li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 15px;
  background: url(../img/arrow3.png) left center no-repeat;
}
.list-b li {
  list-style: none;
  margin-bottom: 10px;
}
.list-b i {
  color: #66998e;
  padding-right: 4px;
}
.list-c i {
  font-size: 10px;
  padding-right: 4px;
}
.list-c li {
  list-style: none;
  margin-bottom: 4px;
}
.list-c a {
  color: #8c8e90;
  text-decoration: none;
}
.list-c a:hover {
  color: #66998e;
  text-decoration: none;
}
/* --------------------------------------------------------	*/
/*	Client Say	*/
/* --------------------------------------------------------	*/
.client-say {
  border: 1px solid #d9dddf;
  padding: 20px;
  background: #f5f7f8;
}
.client-say-2 {
  position: relative;
  top: -1px;
  color: #323232;
  text-align: right;
  padding-top: 15px;
  padding-right: 30px;
  background: url(../img/triangle.png) left top no-repeat;
  background-position: 40px 0;
  z-index: 20;
  overflow: hidden;
}
.quotes {
  float: right;
}
.quotes i {
  font-size: 17px;
  padding-right: 6px;
}
/* --------------------------------------------------------	*/
/*	Progress Bar	*/
/* --------------------------------------------------------	*/
.progress {
  height: 35px;
  border-radius: 0px;
  background: url(../img/progress-back.png) bottom left repeat-x #f5f7f8;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
  margin-bottom: 8px;
}
.bar {
  height: 35px;
  line-height: 35px;
  background: #66998e;
  border-bottom: 1px solid #00ae83;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
  text-shadow: none;
  text-align: left;
  padding-left: 30px;
}
/* --------------------------------------------------------	*/
/*	Buttons	*/
/* --------------------------------------------------------	*/
.btn {
  color: #fff;
  background: #00725f;
  height: 48px;
  line-height: 48px;
  padding: 0px 22px;
  text-shadow: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #00463a;
  margin-bottom: 2px;
}
.btn:hover {
  color: #fff;
  background: #a5a8aa;
  border-bottom: 2px solid #838587;
}
.btn-gray2 {
  background: #5e6061;
  border-bottom: 2px solid #3e4041;
}
.btn-large {
  padding: 12px 30px;
  font-size: 22px;
  height: 72px;
}
/* --------------------------------------------------------	*/
/*	Accordion	*/
/* --------------------------------------------------------	*/
.accordion-group {
  border-radius: 0px;
}
.accordion-heading {
  background: #f5f7f8;
}
/* --------------------------------------------------------	*/
/*	Alerts	*/
/* --------------------------------------------------------	*/
.alert {
  margin-bottom: 9px;
  color: #c3c384;
  background: #f8f8d1;
  border-radius: 0px;
  border: 1px solid #d1d188;
  border-bottom: 2px solid #d1d188;
  text-shadow: none;
}
.alert-error {
  color: #ff7e7e;
  background: #ffe4e4;
  border: 1px solid #ffaaaa;
  border-bottom: 2px solid #ffaaaa;
}
.alert-info {
  color: #789ab9;
  background: #e4f2ff;
  border: 1px solid #96c0e7;
  border-bottom: 2px solid #96c0e7;
}
.alert-success {
  color: #7ea07b;
  background: #d4edd2;
  border: 1px solid #9eca9a;
  border-bottom: 2px solid #9eca9a;
}
/* --------------------------------------------------------	*/
/*	Icons	*/
/* --------------------------------------------------------	*/
.icons-s1 {
  font-size: 34px;
}
.icons-s2 {
  font-size: 28px;
}
.icons-s3 {
  font-size: 22px;
}
.icons-s4 {
  font-size: 16px;
}
/* --------------------------------------------------------	*/
/*	Tables	*/
/* --------------------------------------------------------	*/
table {
  width: 100%;
  border-radius: 0px;
}
th,
td {
  border-radius: 0px;
}
th {
  background: #f5f7f8;
}
/* --------------------------------------------------------	*/
/*	Forms	*/
/* --------------------------------------------------------	*/
.form-main input,
.form-main textarea {
  width: 94.4%;
  height: 20px;
  padding: 5px 2.6% 5px 2.6%;
  margin-top: 10px;
  background: #f5f7f8;
  border-radius: 0px;
  border: 1px solid #cbcfd1;
  border-bottom: 2px solid #cbcfd1;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}
.form-main textarea {
  height: 200px;
  width: 97%;
  padding: 5px 1.4% 5px 1.4% !important;
}
/* --------------------------------------------------------	*/
/*	Paging	*/
/* --------------------------------------------------------	*/
.paging {
  width: 30px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #c8ccce;
  border-bottom: 2px solid #a5a8aa;
  float: left;
  margin-bottom: 5px;
  margin-right: 1px;
}
.paging:hover {
  color: #fff;
  background: #66998e;
  border-bottom: 2px solid #00a97f;
  text-decoration: none;
}
/* --------------------------------------------------------	*/
/*	Blog Detail	*/
/* --------------------------------------------------------	*/
.blog-icon-container {
  position: relative;
  width: 100%;
  height: 95px;
  background: #a5a8aa;
  border-bottom: 1px solid #838587;
}
.blog-icon {
  font-size: 33px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}
.blog-date {
  width: 25%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #66998e;
  border-bottom: 2px solid #333333;
  float: left;
  margin-bottom: 5px;
}
.blog-date-2 {
  width: 75%;
  background: #c8ccce;
  border-bottom: 2px solid #a5a8aa;
}
.post-d-info i {
  padding: 0px 5px;
}
.post-d-info h2 {
  padding-bottom: 15px;
}
.post-d-info a:hover {
  text-decoration: none;
}
/* --------------------------------------------------------	*/
/*	Comments	*/
/* --------------------------------------------------------	*/
.comment-title h2,
.contact-form-title h2 {
  padding-bottom: 5px;
}
.comment {
  margin-bottom: 30px;
  padding-left: 50px;
  background: url(../img/comment-img.png) left 4px no-repeat;
}
.comment-date {
  color: #c8ccce;
}
.c-margin-2 {
  margin-left: 50px;
}
.c-margin-3 {
  margin-left: 100px;
}
.thank {
  padding-top: 12px;
}
/* --------------------------------------------------------	*/
/*	Pricing Tables	*/
/* --------------------------------------------------------	*/
.pricing-tables table {
  width: 100%;
  background: #fff;
}
.pricing-tables th {
  font-size: 16px;
  font-weight: bold;
  background: #f5f7f8;
  padding: 23px 0px;
  border: 1px solid #e3e6e8;
  text-align: center;
}
.pricing-tables td {
  padding: 8px 0px;
  border: 1px solid #e3e6e8;
  text-align: center;
}
.price {
  font-size: 36px;
  padding-top: 36px;
  line-height: 30px;
}
.price2 {
  position: relative;
  top: -8px;
  font-size: 14px;
}
.table-footer {
  font-size: 16px;
  background: #f5f7f8;
  padding: 44px 0px;
  border: 0px;
  border-bottom: 2px solid #cbcfd1;
}
.pricing-tables .active {
  color: #66998e;
}
.pricing-tables .active th,
.pricing-tables .active .table-footer {
  color: #fff;
  background: #66998e;
}
.pricing-tables .active .table-footer {
  border: 0px;
  border-bottom: 2px solid #00ae83;
}
/* --------------------------------------------------------	*/
/*	Page	*/
/* --------------------------------------------------------	*/
.page-image {
  float: left;
  margin: 0px 20px 10px 0px;
  border: 1px solid #a5a8aa;
  border-bottom: 2px solid #a5a8aa;
}
/* --------------------------------------------------------	*/
/*	Contact	*/
/* --------------------------------------------------------	*/
#map {
  width: 100%;
  height: 260px;
  padding: 0px;
  border: 0px;
  border-bottom: 2px solid #cbcfd1;
}
.logo-contact {
  width: auto;
}
.thanks {
  color: #8c8e90;
  font-size: 20px;
  line-height: 26px;
  padding: 25px 0px 20px 0px;
}
/* --------------------------------------------------------	*/
/*	Side Bar	*/
/* --------------------------------------------------------	*/
.actual-section {
  height: 85px;
  line-height: 58px;
  text-align: right;
}
.actual-section a {
  text-decoration: none;
}
.actual-section a:active,
.actual-section a:focus,
.actual-section a:hover {
  text-decoration: underline;
}
/* --------------------------------------------------------	*/
/*	Flickr Widget */
/* --------------------------------------------------------	*/
.flickr-widget .photo-stream {
  border-bottom: 2px solid #a5a8aa;
}
/* --------------------------------------------------------	*/
/*	Tags	*/
/* --------------------------------------------------------	*/
/* 
	 * Updated by racl101: changed the class name selector 'tag' to '.tag-item'
	 * because on tag post listing pages WordPress adds the class value 'tag',
	 * to the body html tag, which, causes very subtle but annoying bugs.
	 */
.tag-item {
  height: 20px;
  color: #fff;
  background: #00725f;
  border-bottom: 2px solid #00463a;
  padding: 5px 14px 4px 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.tag-item:hover {
  background: #c8ccce;
  border-bottom: 2px solid #a5a8aa;
}
/* --------------------------------------------------------	*/
/*	Testimonials	*/
/* --------------------------------------------------------	*/
.testimonials {
  background: #f5f7f8;
  border: 1px solid #d9dddf;
  padding: 30px 30px 0 30px;
  height: 220px;
  overflow-y: hidden;
}
.testimonials h3 {
  font-weight: bold;
}
.testimonials p {
  margin-top: 0;
  margin-bottom: 15px;
}
ul.slides .testimonials img.supporter-logo {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------------------------------------------	*/
/*	Arrows	*/
/* --------------------------------------------------------	*/
.arrow {
  width: 30px;
  height: 30px;
  margin-left: 1px;
  display: block;
  float: right;
}
.a-left {
  background: url(../img/arrow2.png) no-repeat;
}
.a-right {
  background: url(../img/arrow1.png) no-repeat;
}
.a-left:hover {
  background: url(../img/arrow2.png) no-repeat;
  background-position: 0 -30px;
}
.a-right:hover {
  background: url(../img/arrow1.png) no-repeat;
  background-position: 0 -30px;
}
/* --------------------------------------------------------	*/
/*	Portfolio */
/* --------------------------------------------------------	*/
.portfolio {
  overflow: hidden;
  margin: 0px;
}
.portfolio .span4,
.portfolio .span6 {
  margin-top: 50px;
}
.portfolio .span2,
.portfolio .span3 {
  margin-top: 40px;
}
.portfolio a {
  text-decoration: none;
}
.portfolio li {
  list-style: none;
}
.portfolio-info {
  height: 100%;
  background: #f5f7f8;
  border: 1px solid #cbcfd1;
  border-bottom: 2px solid #cbcfd1;
  padding: 30px;
}
/* --------------------------------------------------------	*/
/*	Portfolio Filter */
/* --------------------------------------------------------	*/
#portfolio-filter {
  margin: 0px;
  overflow: hidden;
}
#portfolio-filter li {
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  padding: 12px 0px;
}
#portfolio-filter li a {
  padding: 12px 15px;
  margin: 0px;
  border: 0px;
  color: #8c8e90;
}
#portfolio-filter li:hover a {
  color: #fff;
  border-bottom: 2px solid #00a97f;
  background: #66998e;
  text-decoration: none;
}
#portfolio-filter li.active a {
  color: #fff;
  border-bottom: 2px solid #00a97f;
  background: #66998e;
}
/* --------------------------------------------------------	*/
/*	Portfolio - Isotype (filtering tags) */
/* --------------------------------------------------------	*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/
#footer {
  padding: 30px 41px 20px 41px;
  background: #323232;
  border-bottom: 2px solid #060606;
  color: #777777;
}
#footer h2,
#footer h3 {
  color: #fff;
}
#footer h3 {
  font-size: 16px;
}
#footer hr {
  background: #484848;
  height: 1px;
  border: 0px;
}
#footer ul {
  margin: 0px;
}
#footer li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 13px;
  padding-bottom: 7px;
  border: 0px solid ;
}
.photo-stream {
  float: left;
  width: 60px;
  height: 60px;
  border-bottom: 2px solid #1e1e1e;
  margin-right: 13px;
  margin-bottom: 13px;
  overflow: hidden;
}
#footer a {
  color: #8c8e90;
  text-decoration: none;
}
#footer a:hover {
  color: #66998e;
  text-decoration: none;
}
#footer a.t-link {
  color: #66998e;
  text-decoration: none;
}
#footer a.t-link:hover {
  color: #66998e;
  text-decoration: none;
  border-bottom: 1px dotted #66998e;
}
.copyright {
  padding-top: 2px;
}
.back-top {
  position: relative;
  float: right;
  background: url(../img/back-to-the-top.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}
#footer h2 {
  margin-bottom: 9px;
}
#footer #contact-us-footer-section,
#footer #footer-park-protector-section,
#footer #footer-newsletter-section {
  font-size: 15px;
}
#footer #contact-us-footer-section .contact-us-footer-text {
  margin-top: 15px;
}
#footer #contact-us-footer-section .contact-us-footer-text label {
  color: #777777;
  display: inline;
  font-weight: bold;
}
#footer #contact-us-footer-section .contact-us-social-media-icons {
  margin-top: 15px;
}
#footer #footer-park-protector-section .footer-park-protector-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
#footer #footer-park-protector-section .footer-dontation-btn {
  background: #57662e;
  border-bottom: 0;
}
#footer #footer-park-protector-section .footer-dontation-btn:active,
#footer #footer-park-protector-section .footer-dontation-btn:focus,
#footer #footer-park-protector-section .footer-dontation-btn:hover {
  background: #a5a8aa;
  border-bottom: 0;
}
#footer #footer-newsletter-section .footer-newsletter-text {
  margin-top: 15px;
}
#footer #footer-newsletter-section .newsletter-container {
  margin-top: 15px;
}
/* --------------------------------------------------------	*/
/*	Newsletter */
/* --------------------------------------------------------	*/
.newsletter-container {
  position: relative;
}
.newsletter-container i:hover {
  color: #66998e;
}
.newsletter-container form {
  margin: 0px;
}
.newsletter {
  width: 81% !important;
  height: 32px !important;
  font-size: 13px !important;
  padding: 0px 14% 0px 5% !important;
  color: #8c8e90 !important;
  border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 2px solid #1e1e1e !important;
  background: #272727 !important;
  margin: 0px !important;
}
.newsletter-button {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px inset, rgba(0, 206, 155, 0.5) 0 0 10px;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px inset, rgba(0, 206, 155, 0.5) 0 0 10px;
  outline: 0;
}
#email {
  width: 90%;
  padding: 5%;
  border: 0px;
}
#waiting {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 28px;
  width: 90%;
  padding: 0% 5%;
  padding-top: 6px;
  color: #c8ccce;
  background: #1e1e1e;
}
.success {
  width: 90%;
  padding: 8px 5%;
  color: #fff;
  background: #66998e;
}
.error {
  width: 90%;
  padding: 8px 5%;
  color: #fff;
  background: #ad0c34;
}
/* --------------------------------------------------------	*/
/*	Social Networks Icons */
/* --------------------------------------------------------	*/
.social-network {
  display: inline-block;
  background: url(../img/social-networks.png) no-repeat top left;
  width: 24px;
  height: 24px;
  background-position-y: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 0px;
}
/* Normal */
.social-network.instagram {
  background-position: 0 -24px;
}
.social-network.amazon {
  background-position: -24px 0;
}
.social-network.apple {
  background-position: -48px 0;
}
.social-network.behance {
  background-position: -72px 0;
}
.social-network.blogger {
  background-position: -96px 0;
}
.social-network.delicious {
  background-position: -120px 0;
}
.social-network.deviantart {
  background-position: -144px 0;
}
.social-network.digg {
  background-position: -168px 0;
}
.social-network.dribbble {
  background-position: -192px 0;
}
.social-network.ebay {
  background-position: -216px 0;
}
.social-network.evernote {
  background-position: -240px 0;
}
/* .social-network.facebook{ background-position: -264px 0} */
.social-network.facebook {
  background-position: -264px -24px;
}
.social-network.feedburner {
  background-position: -288px 0;
}
.social-network.flickr {
  background-position: -312px 0;
}
.social-network.forrst {
  background-position: -336px 0;
}
.social-network.foursquare {
  background-position: -360px 0;
}
.social-network.github {
  background-position: -384px 0;
}
.social-network.google {
  background-position: -408px 0;
}
.social-network.gowalla {
  background-position: -432px 0;
}
.social-network.icq {
  background-position: -456px 0;
}
.social-network.itunes {
  background-position: -480px 0;
}
.social-network.lastfm {
  background-position: -504px 0;
}
.social-network.linkedin {
  background-position: -528px 0;
}
.social-network.meetup {
  background-position: -552px 0;
}
.social-network.myspace {
  background-position: -576px 0;
}
.social-network.newsvine {
  background-position: -600px 0;
}
.social-network.openid {
  background-position: -624px 0;
}
.social-network.paypal {
  background-position: -648px 0;
}
.social-network.picasa {
  background-position: -672px 0;
}
.social-network.pinterest {
  background-position: -696px 0;
}
.social-network.posterous {
  background-position: -720px 0;
}
.social-network.reddit {
  background-position: -744px 0;
}
.social-network.rss {
  background-position: -768px 0;
}
.social-network.skype {
  background-position: -792px 0;
}
.social-network.slashdot {
  background-position: -816px 0;
}
.social-network.soundcloud {
  background-position: -840px 0;
}
.social-network.stumbleupon {
  background-position: -864px 0;
}
.social-network.technorati {
  background-position: -888px 0;
}
.social-network.tumblr {
  background-position: -912px 0;
}
/* .social-network.twitter{ background-position: -936px 0} */
.social-network.twitter {
  background-position: -936px -24px;
}
.social-network.viddler {
  background-position: -960px 0;
}
.social-network.vimeo {
  background-position: -984px 0;
}
.social-network.virb {
  background-position: -1008px 0;
}
.social-network.wordpress {
  background-position: -1032px 0;
}
.social-network.xing {
  background-position: -1056px 0;
}
.social-network.yahoo {
  background-position: -1080px 0;
}
.social-network.yelp {
  background-position: -1104px 0;
}
/* .social-network.youtube{ background-position: -1128px 0 } */
.social-network.youtube {
  background-position: -1128px -24px;
}
.social-network.zerply {
  background-position: -1152px 0;
}
/* Mouseovers */
.social-network.instagram:hover,
.active .social-network.instagram {
  background-position: 0 0px;
}
.social-network.amazon:hover,
.active .social-network.amazon {
  background-position: -24px -24px;
}
.social-network.apple:hover,
.active .social-network.apple {
  background-position: -48px -24px;
}
.social-network.behance:hover,
.active .social-network.behance {
  background-position: -72px -24px;
}
.social-network.blogger:hover,
.active .social-network.blogger {
  background-position: -96px -24px;
}
.social-network.delicious:hover,
.active .social-network.delicious {
  background-position: -120px -24px;
}
.social-network.deviantart:hover,
.active .social-network.deviantart {
  background-position: -144px -24px;
}
.social-network.digg:hover,
.active .social-network.digg {
  background-position: -168px -24px;
}
.social-network.dribbble:hover,
.active .social-network.dribbble {
  background-position: -192px -24px;
}
.social-network.ebay:hover,
.active .social-network.ebay {
  background-position: -216px -24px;
}
.social-network.evernote:hover,
.active .social-network.evernote {
  background-position: -240px -24px;
}
/* .social-network.facebook:hover,.active .social-network.facebook{ background-position: -264px -24px} */
.social-network.facebook:hover,
.active .social-network.facebook {
  background-position: -264px 0;
}
.social-network.feedburner:hover,
.active .social-network.feedburner {
  background-position: -288px -24px;
}
.social-network.flickr:hover,
.active .social-network.flickr {
  background-position: -312px -24px;
}
.social-network.forrst:hover,
.active .social-network.forrst {
  background-position: -336px -24px;
}
.social-network.foursquare:hover,
.active .social-network.foursquare {
  background-position: -360px -24px;
}
.social-network.github:hover,
.active .social-network.github {
  background-position: -384px -24px;
}
.social-network.google:hover,
.active .social-network.google {
  background-position: -408px -24px;
}
.social-network.gowalla:hover,
.active .social-network.gowalla {
  background-position: -432px -24px;
}
.social-network.icq:hover,
.active .social-network.icq {
  background-position: -456px -24px;
}
.social-network.itunes:hover,
.active .social-network.itunes {
  background-position: -480px -24px;
}
.social-network.lastfm:hover,
.active .social-network.lastfm {
  background-position: -504px -24px;
}
.social-network.linkedin:hover,
.active .social-network.linkedin {
  background-position: -528px -24px;
}
.social-network.meetup:hover,
.active .social-network.meetup {
  background-position: -552px -24px;
}
.social-network.myspace:hover,
.active .social-network.myspace {
  background-position: -576px -24px;
}
.social-network.newsvine:hover,
.active .social-network.newsvine {
  background-position: -600px -24px;
}
.social-network.openid:hover,
.active .social-network.openid {
  background-position: -624px -24px;
}
.social-network.paypal:hover,
.active .social-network.paypal {
  background-position: -648px -24px;
}
.social-network.picasa:hover,
.active .social-network.picasa {
  background-position: -672px -24px;
}
.social-network.pinterest:hover,
.active .social-network.pinterest {
  background-position: -696px -24px;
}
.social-network.posterous:hover,
.active .social-network.posterous {
  background-position: -720px -24px;
}
.social-network.reddit:hover,
.active .social-network.reddit {
  background-position: -744px -24px;
}
.social-network.rss:hover,
.active .social-network.rss {
  background-position: -768px -24px;
}
.social-network.skype:hover,
.active .social-network.skype {
  background-position: -792px -24px;
}
.social-network.slashdot:hover,
.active .social-network.slashdot {
  background-position: -816px -24px;
}
.social-network.soundcloud:hover,
.active .social-network.soundcloud {
  background-position: -840px -24px;
}
.social-network.stumbleupon:hover,
.active .social-network.stumbleupon {
  background-position: -864px -24px;
}
.social-network.technorati:hover,
.active .social-network.technorati {
  background-position: -888px -24px;
}
.social-network.tumblr:hover,
.active .social-network.tumblr {
  background-position: -912px -24px;
}
/* .social-network.twitter:hover,.active .social-network.twitter{ background-position: -936px -24px} */
.social-network.twitter:hover,
.active .social-network.twitter {
  background-position: -936px 0;
}
.social-network.viddler:hover,
.active .social-network.viddler {
  background-position: -960px -24px;
}
.social-network.vimeo:hover,
.active .social-network.vimeo {
  background-position: -984px -24px;
}
.social-network.virb:hover,
.active .social-network.virb {
  background-position: -1008px -24px;
}
.social-network.wordpress:hover,
.active .social-network.wordpress {
  background-position: -1032px -24px;
}
.social-network.xing:hover,
.active .social-network.xing {
  background-position: -1056px -24px;
}
.social-network.yahoo:hover,
.active .social-network.yahoo {
  background-position: -1080px -24px;
}
.social-network.yelp:hover,
.active .social-network.yelp {
  background-position: -1104px -24px;
}
/* .social-network.youtube:hover,.active .social-network.youtube{ background-position: -1128px -24px} */
.social-network.youtube:hover,
.active .social-network.youtube {
  background-position: -1128px 0;
}
.social-network.zerply:hover,
.active .social-network.zerply {
  background-position: -1152px -24px;
}
img.featured-image {
  border: 1px solid #c8ccce;
  margin-bottom: 15px;
}
.gform_wrapper .gform_body div.paypal-message-section {
  background: url('../img/paypal/AM_SbyPP_mc_vs_dc_ae.jpg') no-repeat 0 0;
  width: 319px;
  height: 110px;
  border: 0;
  display: inline-block;
}
.gform_wrapper .gform_body img.paypal-message-section-image {
  width: 25%;
  display: inline-block;
}
.gform_wrapper .gform_footer button.paypal_subscribe_submit_form_button {
  background: url('../img/paypal/btn_subscribeCC_LG.gif') no-repeat 0 0;
  width: 147px;
  height: 47px;
  border: 0;
}
img.paypal-message-section-image-outer {
  width: 25%;
  display: inline-block;
}
.static-page-grid-section {
  margin-bottom: 0;
}
.static-page-grid-section img {
  margin-bottom: 10px;
}
.static-page-grid-section .static-page-grid-section-heading {
  color: #333333;
  font-size: 15;
}
.static-page-grid-section .static-page-grid-section-content {
  margin-top: 20px;
  color: #333333;
}
.static-page-grid-section-filler {
  margin-bottom: 35px;
}
.static-page-grid-section-filler .static-page-grid-section-divider {
  width: 100%;
  border-bottom: 3px solid #333333;
}
.volunteer-categories-post .volunteer-categories-content-section {
  margin-top: 0px;
  margin-bottom: 35px;
}
.volunteer-categories-post .volunteer-categories-content-section a.sign-up-to-volunteer-link {
  text-decoration: none;
}
.volunteer-categories-post .volunteer-categories-content-section a.sign-up-to-volunteer-link:active,
.volunteer-categories-post .volunteer-categories-content-section a.sign-up-to-volunteer-link:focus,
.volunteer-categories-post .volunteer-categories-content-section a.sign-up-to-volunteer-link:hover {
  text-decoration: none;
}
.volunteer-categories-post .volunteer-categories-content-section .download-link-button-container {
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #66998e;
  border-bottom: 2px solid #333333;
  float: left;
  margin-bottom: 5px;
  text-decoration: none;
}
.volunteer-categories-post .volunteer-categories-post-separator {
  width: 100%;
  border-bottom: 2px solid #333333;
  margin-bottom: 35px;
}
ul.sidebar-volunteer-categories-list {
  margin-left: 0px;
}
ul.sidebar-volunteer-categories-list li a {
  font-weight: bold;
}
#tribe-events-content {
  padding: 0;
  color: #8c8e90;
}
#tribe-events-content #tribe-events-loop .ec-custom-list-post-id {
  margin-left: -30px;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .tribe-events-event-header {
  margin-top: 20px;
  margin-bottom: 15px;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .tribe-events-event-header h2.entry-title {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .tribe-events-event-header .event-date-text {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 14px;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .listing-event-entry-meta-info .listing-event-entry-meta-info-divider {
  width: 100%;
  border-bottom: 1px solid #a6a8a9;
  margin-bottom: 20px;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .listing-event-entry-meta-info ul.listing-event-entry-meta-info-list {
  margin-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .listing-event-entry-meta-info ul.listing-event-entry-meta-info-list li label {
  display: inline-block;
  color: #333333;
  font-weight: bold;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .listing-event-entry-meta-info ul.listing-event-entry-meta-info-list li .listing-event-entry-meta-info-list-item-text {
  padding-left: 15px;
  display: inline-block;
  vertical-align: text-top;
}
#tribe-events-content #tribe-events-loop .tribe-events-event .tribe-event-event-separator {
  border-bottom: 2px solid #8c8e90;
  margin-top: 30px;
  margin-bottom: 25px;
}
#tribe-events-content #tribe-events-loop #tribe-events-nav-below {
  margin-left: 30px;
}
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/bg-direction-nav.png) no-repeat 0 0;
  cursor: pointer;
  font-size: 0px;
}
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link span.events-nav-link-hidden {
  display: none;
}
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link-prev:active,
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link-prev:focus,
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link-prev:hover {
  background: url(../img/bg-direction-nav-hover.png) no-repeat 0 0;
}
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link-next {
  background-position: 100% 0;
}
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link-next:active,
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link-next:focus,
#tribe-events-content #tribe-events-loop #tribe-events-nav-below .events-nav-button-link-next:hover {
  background: url(../img/bg-direction-nav-hover.png) no-repeat 100% 0;
}
#tribe-events-content-single {
  padding: 0;
  color: #8c8e90;
}
#tribe-events-content-single .tribe-events-event-header {
  margin-top: 20px;
  margin-bottom: 15px;
}
#tribe-events-content-single .tribe-events-event-header h2.entry-title {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
#tribe-events-content-single .tribe-events-event-header .event-date-text {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 14px;
}
#tribe-events-content-single .back a {
  color: #00724f;
  text-decoration: underline;
}
#tribe-events-content-single .back a:active,
#tribe-events-content-single .back a:focus,
#tribe-events-content-single .back a:hover {
  color: #00724f;
  text-decoration: underline;
}
#tribe-events-content-single .listing-event-entry-info .listing-event-entry-info-content {
  margin-top: 15px;
}
#tribe-events-content-single .listing-event-entry-meta-info .listing-event-entry-meta-info-divider {
  width: 100%;
  border-bottom: 1px solid #a6a8a9;
  margin-bottom: 20px;
}
#tribe-events-content-single .listing-event-entry-meta-info ul.listing-event-entry-meta-info-list {
  margin-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
#tribe-events-content-single .listing-event-entry-meta-info ul.listing-event-entry-meta-info-list li label {
  display: inline-block;
  color: #777777;
  font-weight: bold;
}
#tribe-events-content-single .listing-event-entry-meta-info ul.listing-event-entry-meta-info-list li .listing-event-entry-meta-info-list-item-text {
  padding-left: 15px;
  display: inline-block;
  vertical-align: text-top;
}
#tribe-events-content-single .listing-event-entry-meta-info .event-entry-meta-info-action-links {
  margin-top: 15px;
}
#tribe-events-content-single .listing-event-entry-meta-info .event-entry-meta-info-action-links a.ical,
#tribe-events-content-single .listing-event-entry-meta-info .event-entry-meta-info-action-links a.gcal-add {
  padding: 5px;
}
img.ajax-loading {
  width: 16px;
}
/* --------------------------------------------------------	*/
/*	Supporters */
/* --------------------------------------------------------	*/
#supporters {
  padding: 30px 41px 20px 41px;
  background: white;
}
.supporters-panel {
  background: white;
  border: 1px solid #d9dddf;
  padding: 30px 20px;
  width: auto;
  min-height: 220px;
  overflow-y: hidden;
  text-align: center;
}
.supporters-panel img {
  border: none !important;
  margin-left: auto;
  margin-right: auto;
}
.supporters-panel-tablet {
  background: white;
  border: 1px solid #d9dddf;
  padding: 30px 20px;
  width: 260px;
  min-height: 220px;
  overflow-y: hidden;
  text-align: center;
}
.supporters-panel-tablet img {
  border: none !important;
  width: 260px !important;
  margin-left: auto;
  margin-right: auto;
}
.supporters-panel-phone {
  background: white;
  border: 1px solid #d9dddf;
  padding: 30px 20px;
  width: 95%;
  min-height: 220px;
  overflow-y: hidden;
  text-align: center;
}
.supporters-panel-phone img {
  border: none !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------------------------------------------	*/
/*	HELIS Tag */
/* --------------------------------------------------------	*/
.made-by-helis {
  display: inline-block;
  visibility: hidden;
  width: 125px;
  height: 25px;
  background-image: url('../img/made-by-helis-666666-125x25.svg');
  background-position: 50% 50%;
  background-size: 125px 25px;
  background-repeat: no-repeat;
}
/*
  Resolutions below 768px
*/
@media (max-width: 768px) {
  .site {
    padding: 10px !important;
    border: 5px !important;
  }
  .f-right {
    float: left !important;
  }
  .right {
    text-align: left !important;
  }
  .text-1 {
    padding: 0px !important;
  }
  .back-top {
    top: 0px !important;
    float: left !important;
  }
  .search-box {
    clear: both;
  }
  .search {
    width: 83%;
    padding-left: 2%;
  }
  #footer {
    padding-left: 12px;
    padding-right: 12px;
  }
  #footer h2 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  /* vertical padding for span* */
  [class*="span"] {
    margin-bottom: 12px !important;
  }
  /* height of space* */
  [class*="space"] {
    height: 10px !important;
  }
  /* Main Navigation - Hidden */
  .navbar .nav {
    display: none !important;
  }
  /* Select Box Navigation - Show */
  .navbar .nav-responsive {
    display: block !important;
    width: 100%;
    margin: 0px;
    clear: both;
  }
}
/* Large desktop and up */
@media (min-width: 1200px) {
  .phone-suppoerts-panel,
  .tablet-suppoerts-panel {
    display: none;
    visibility: hidden;
  }
}
/* Responsive: in between Large Desktop and desktop/tablet */
@media (max-width: 1199px) and (min-width: 769px) {
  .phone-suppoerts-panel,
  .tablet-suppoerts-panel {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 768px) and (min-width: 569px) {
  .desktop-suppoerts-panel,
  .tablet-suppoerts-panel {
    display: none;
    visibility: hidden;
  }
}
/* Landscape phone to desktop/tablet */
@media (max-width: 568px) {
  /* --------------------------------------------------------	*/
  /*	Supporters */
  /* --------------------------------------------------------	*/
  .desktop-suppoerts-panel,
  .tablet-suppoerts-panel {
    display: none;
    visibility: hidden;
  }
  .navbar {
    margin-bottom: 50px;
  }
  .navbar .primary-nav-btn {
    margin-top: 30px;
    width: 85%;
  }
  .logo img {
    margin-bottom: 20px;
  }
  div.front-page-image-carousel ul.slides li .flexslider-image-caption {
    display: none;
  }
  .square-1 {
    height: auto;
  }
  #tribe-events-content #tribe-events-loop .ec-custom-list-post-id {
    margin-left: 0px;
  }
  #tribe-events-content #tribe-events-loop #tribe-events-nav-below {
    margin-left: 0px;
  }
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../css/font-awesome/font/fontawesome-webfont.eot?v=3.0.1');
  src: url('../css/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../css/font-awesome/font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../css/font-awesome/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: 0.75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: 0.9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: 0.75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/*
@flex-direction-nav-icon-prev:        '';
@flex-direction-nav-icon-next:        '';
@flex-pauseplay-icon-play:            '';
@flex-pauseplay-icon-pause:           '';
*/
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../css/flexslider/fonts//flexslider-icon.eot');
  src: url('../css/flexslider/fonts//flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../css/flexslider/fonts//flexslider-icon.woff') format('woff'), url('../css/flexslider/fonts//flexslider-icon.ttf') format('truetype'), url('../css/flexslider/fonts//flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  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;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.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 {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.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: @flex-direction-nav-color;
    text-shadow: @flex-direction-nav-text-shadow;
*/
  -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: "@{font-name}";
      font-size: 40px;
      display: inline-block;
      content: @flex-direction-nav-icon-prev;
      color: @flex-direction-nav-icon-color;
      text-shadow: @flex-direction-nav-icon-text-shadow;
*/
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.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';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  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: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  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: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -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;
  }
}
.flex-direction-nav a {
  width: 40px;
  height: 40px;
  margin: -25px 0 0;
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  text-indent: -20px;
  opacity: 0.9;
  -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 {
  background: url(../img/bg-direction-nav.png) no-repeat 0 0;
}
.flex-direction-nav a .flex-next {
  background-position: 100% 0;
  right: 20px;
}
.flex-direction-nav a .flex-prev {
  right: 60px;
}
.flexslider:hover .flex-direction-nav a .flex-prev {
  opacity: 0.9;
  right: 60px;
}
.flexslider:hover .flex-direction-nav a .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav a .flex-next {
  opacity: 0.9;
  right: 60px;
}
.flexslider:hover .flex-direction-nav a .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
  cursor: default;
}
/* Control Nav */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #b8b8b8;
  cursor: pointer;
  font-size: 0;
  text-indent: -20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-nav li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.flex-control-paging li a.flex-active {
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
  border: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  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: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.front-page-image-carousel ul.slides li {
  width: 100%;
  position: relative;
}
.front-page-image-carousel ul.slides li .flexslider-image-caption {
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 12%;
  background: #000000;
  zoom: 1;
  filter: alpha(opacity=65);
  opacity: 0.65;
  padding: 2% 10%;
  color: #fff;
  font-size: 18px;
}
.front-page-image-carousel ul.slides li .flexslider-image-caption .flexslider-image-caption-inner {
  line-height: 45px;
}
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
a img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img[class*='wp-image-'] {
  border: 1px solid #a5a8aa;
  border-bottom: 2px solid #a5a8aa;
  width: auto;
}
.inline-call-to-action-btn {
  color: #fff;
  text-decoration: none;
  background: #00725f;
  height: 48px;
  line-height: 48px;
  padding: 0px 22px;
  text-shadow: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #00463a;
  margin-bottom: 2px;
  display: inline-block;
}
.inline-call-to-action-btn a {
  color: #fff;
  text-decoration: none;
}
.inline-call-to-action-btn:active,
.inline-call-to-action-btn:focus,
.inline-call-to-action-btn:hover {
  background: #a5a8aa;
  border-bottom: 2px solid #838587;
  color: #fff;
  text-decoration: none;
}
.inline-call-to-action-btn:active a,
.inline-call-to-action-btn:focus a,
.inline-call-to-action-btn:hover a {
  color: #fff;
  text-decoration: none;
}
.inline-call-to-action-btn-link {
  color: #fff;
  text-decoration: none;
  background: #00725f;
  height: 48px;
  line-height: 48px;
  padding: 0px 22px;
  text-shadow: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #00463a;
  margin-bottom: 2px;
  display: inline-block;
}
.inline-call-to-action-btn-link:active,
.inline-call-to-action-btn-link:focus,
.inline-call-to-action-btn-link:hover {
  background: #a5a8aa;
  border-bottom: 2px solid #838587;
  color: #fff;
  text-decoration: none;
}
.inline-call-to-action-disabled-btn {
  color: #fff;
  text-decoration: none;
  background: #a5a8aa;
  height: 48px;
  line-height: 48px;
  padding: 0px 22px;
  text-shadow: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #838587;
  margin-bottom: 2px;
  display: inline-block;
}
.inline-call-to-action-disabled-btn a {
  color: #fff;
  text-decoration: none;
}
.inline-call-to-action-disabled-btn-link {
  color: #fff;
  text-decoration: none;
  background: #a5a8aa;
  height: 48px;
  line-height: 48px;
  padding: 0px 22px;
  text-shadow: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #838587;
  margin-bottom: 2px;
  display: inline-block;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Libre Franklin SemiBold Italic'), local('LibreFranklin-SemiBoldItalic'), url(https://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa4-o3m1npiA.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Libre Franklin SemiBold'), local('LibreFranklin-SemiBold'), url(https://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi3A_yI0q14.ttf) format('truetype');
}
/*# sourceMappingURL=all.css.map */