/* ===========================================
   Global
=========================================== */
@font-face {
  font-family: 'Satisfy';
  src: url('../fonts/satisfy/Satisfy-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Iskra';
  src: url('../fonts/merriweather/Merriweather-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Iskra-Light';
  src: url('../fonts/merriweather/Merriweather-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'iskra';
  src: url('../fonts/merriweather/Merriweather-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Cervo-Med';
	src: url('../fonts/cervo-medium.otf') format('opentype');
}


body {
	font-family: 'iskra', 'Open Sans', Arial, Sans-Serif;
}

p {
	font-size: 16px;
	margin: 0 0 8px;
}

.body-wrap {
	z-index: 3;
	height: 100%;
	overflow-x: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 991px) {
	.body-wrap {
		background: #f5efef;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
}

.background {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	min-height: 755px;
	z-index: 1;
}


b {
	font-family: 'iskra';
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.alignright {
	float: right;
	font-family: 'iskra';
	margin-left: 10px;
}

.alignleft {
	float: left;
	font-family: 'iskra';
	margin-right: 10px;
}

a.btn-dark-blue {
	background-color: #005869;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Satisfy', cursive;
	font-size: 25px;
	color: #fff;
	display: inline-block;
	margin-right: 6px;
}

a.btn-dark-blue:hover {
	color: #fff;
	text-decoration: none;
}

a.btn-flat-green {
	background-color: #79bf42;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 25px;
	color: #fff;
	display: inline-block;
	margin-right: 6px;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

a.btn-flat-dark-green {
	background-color: #4e7b2a;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 25px;
	color: #fff;
	display: inline-block;
	margin-right: 6px;
	width: 100%;
	text-align: center;
}

a.btn-social {
	margin-right: -4px;
	position: relative;
	top: -2px;
}

.satisfy { 
	font-family: 'Satisfy', cursive;
}

p.quote {
	font-size: 25px;
	line-height: 37px;
}

.btn {
	display: inline-block;
	padding: 9px 16px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

.btn-blue {
	color: #fff;
	background-color: #008da9;
	border-color: #008da9;
	font-family: Arial;
	box-shadow: 3px 4px 0px #005869;
	margin-right: 15px;
}

.btn-blue:hover {
	background-color: #005869;
	border-color: #005869;
}

.btn-green {
	color: #fff;
	background-color: #79bf42;
	border-color: #79bf42;
	font-family: Arial;
	box-shadow: 3px 4px 0px #4e7b2a;
	margin-right: 15px;
}

.btn-green:hover {
	background-color: #4e7b2a;
	border-color: #4e7b2a;
}

.green {
	color: #79bf42;
}

.btn-grey {
	color: #fff;
	background-color: #818181;
	border-color: #818181;
	font-family: Arial;
	box-shadow: 3px 4px 0px #505050;
	margin-right: 15px;
}

.btn-grey:hover {
	background-color: #505050;
	border-color: #505050;
}

.btn:active {
	position: relative;
	left: 3px;
	top: 4px;
}

a.btn-blue:hover,
a.btn-green:hover,
a.btn-grey:hover {
	color: #fff;
}

h1,
h2,
h3,
h4,
b,
strong {
	font-family: 'iskra';
}

h1 span.satisfy,
h1.satisfy {
	font-size: 55px;
}

h2 span.satisfy,
h2.satisfy {
	font-size: 45px;
}

h4 a,
h4 a:hover {
	color: #0f93ad;
}

.white {
	color: #fff;
}

.black {
	color: #000000;
}

.lime {
	color: #7ac043;
}

.blue {
	color: #0f93ad;
}

.dark-blue {
	color: #005869;
}

p,
.col-md-6 li {
	line-height: 26px;
}

p a {
	color: #008da9;
	font-family: 'iskra';
}

p a:hover {
	color: #008da9;
}

.white-break {
	height: 50px;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.img-full {
	width: 100%;
}

.img-half {
	width: 48%;
	margin-right: 5px;
	margin-bottom: 10px;
}

.img-third {
	width: 31%;
	margin-bottom: 10px;
	margin-right: 5px;
}

.no-margin-top {
	margin-top: 0px;
}

.green-circles {
	padding-left: 28px;
  counter-reset: li;
  margin-left: 0;
}

.green-circles li {
	margin-bottom: 15px;
	margin-left: 5px;
  position: relative;
  list-style: none;
}

.green-circles li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  padding: 0px;
  background-color: #79bf42;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.gfield_checkbox {
	list-style: none;
	padding-left: 15px;
}

.gfield_checkbox input[type=checkbox] {
	width: 20px;
	float: left;
	position: relative;
	top: 3px;
}

.gfield_checkbox label {
	display: inherit;
}

.ginput_full {
	width: 100%;
}

.ginput_left,
.ginput_right {
	width: 50%;
}

#dafdirectdiv {
	margin-top: 30px;
	width: 165px!important;
}

.bigger {
	font-size: 25px;
}

.bg-lime {
	background: #79bf42;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 23px;
	color: #ffffff;
	margin-top: 50px;
}

.font-16 {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}

@media (max-width: 767px) {
	.btn {
		margin-bottom: 10px;
	}
}

@media (max-width: 420px) {
	.img-third {
		width: 30%;
	}
	
	.img-half {
		width: 47%;
	}
}

/* ===========================================
   Navigation
=========================================== */
#nav-top {
	background: url('../img/bg-nav-grey.png');
	min-height: 75px;
}

#nav-bottom {
	background-color: #008da9;
	height: 50px;
}

#nav-top .right {
	padding-left: 0px;
	padding-right: 0px;
}

#ul-nav {
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
}

#ul-nav li {
	display: inline-block;
	font-size: 18px;
}

#ul-nav.left li {
	margin-right: 40px;
	position: relative;
	top: 13px;
}

#ul-nav.right li {
	margin-left: 40px;
	position: relative;
	top: -22px;
}

#ul-nav li a {
	color: #fff;
	text-transform: lowercase;
}

#ul-nav li a.satisfy {
	font-size: 22px;
}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -82px;
	margin-top: -85px;
	z-index: 1000;
}

#nav-dropdown {
	float: right;
	background: url('/wp-content/themes/takeabreak/assets/img/menu.png') no-repeat 0 0;
	background-size: 44px 88px;
	width: 44px;
	height: 44px;
	margin-top: 5px;
	margin-right: 0px;
}

body.menu-active #nav-dropdown {
	background-position: 0 -44px;
}

body.menu-active {
	height: 100%;
	overflow-y: hidden;
}

body.menu-active .body-wrap {
	-webkit-transform: translate3d(-218px, 0, 0);
	-moz-transform: translate3d(-218px, 0, 0);
	-o-transform: translate3d(-218px, 0, 0);
	transform: translate3d(-218px, 0, 0);
}

#mobile-menu {
	position: absolute;
	display: none;
	top: 0;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	width: 218px;
	height: 100%;
	background: #008da9;
	border-left: 2px solid #007991;
	padding-top: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000;
}

#mobile-menu a {
	color: #ffffff;
	font-size: 18px;
	height: 55px;
	line-height: 54px;
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-right: 20px;
}

#mobile-nav {
	list-style: none;
	padding-left: 0px;
	text-align: right;
}

.img-nav {
	position: absolute;
	top: -14px;
	z-index: 10;
	left: 8%;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

#ul-nav.left .img-nav {
	top: -13px;
}

.img-nav.last {
	top: -13px;
}

#ul-nav.right .img-nav {
	left: 22%;
}

#ul-nav li.active a,
#ul-nav li:hover a {
	color: #008da9;
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

#ul-nav a:hover {
	text-decoration: none;
}

#ul-nav li.active .img-nav,
#ul-nav li:hover .img-nav {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media (max-width: 1199px) {
	#ul-nav.left li {
		margin-right: 20px;
}

	#ul-nav.right li {
		margin-left: 25px;
	}
	
	#logo {
		width: 140px;
		margin-left: -95px;
		margin-top: -80px;
	}
}

@media (max-width: 1079px) {
	#ul-nav.left li {
		margin-right: 26px;
	}

	#ul-nav.right li {
		margin-left: 12px;
	}
	
	#logo {
		width: 120px;
		margin-left: -75px;
		margin-top: -68px;
	}
}

@media (max-width: 991px) {
	#ul-nav.left li {
		margin-right: 16px;
		font-size: 14px;
		top: 16px;
	}

	#ul-nav.right li {
		margin-left: 12px;
		font-size: 14px;
		top: -20px;
	}
	
	#logo {
		width: 100px;
		margin-left: -85px;
		margin-top: -58px;
	}
}

@media (max-width: 767px) {
	#logo {
		position: relative;
		left: 0%;
		margin-left: 0px;
		margin-top: -25px;
	}
	
	body.menu-active #mobile-menu {
		display: block;
	}
}

/* ===========================================
   Homepage
=========================================== */
.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	background-repeat: repeat-x;
}

#prev-part {
	position: relative;
	right: -50px;
}

#hero-inner {
	padding-left: 0px;
	padding-right: 0px;
}

#carousel-hero .item {
	height: 541px;
}

#carousel-hero .img-responsive{width:75%; margin:0 auto;}

#slide-1 {
/*   background: url('../img/home/slide-1.png') no-repeat center center;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 7px;
  margin-bottom: 7px;
/*   height: 640px !important; */
}

#home-video {
	height: 640px;
}

#slide-2,
#slide-3 {
  margin-top: 7px;
  margin-bottom: 7px;
}

#play-arrow {
	background:url('../img/home/play-arrow.png') no-repeat center center;
	height: 100%;
	width: 100%;
}

#slide-2-left,
#slide-3-left {
	padding-top: 84px;
}

#slide-2-right,
#slide-3-right {
	padding-top: 100px;
}

#slide-2 h1,
#slide-3 h1 {
	color: #005869;
}

#slide-2 hr, 
#slide-3 hr {
	width: 90%;
}

.carousel-control img {
	position: absolute;
	top: 15%;
	z-index: 5;
	display: inline-block;
}

.carousel-control.left img {
	left: 20px;
	right: auto;
}

.carousel-control.right img {
	right: 20px;
	left: auto;
}

.bg-blue-texture {
	background: url('../img/home/bg-blue.png');
}

#home-body-left {
	padding-top: 80px;
	padding-bottom: 60px;
}

#home-body-right {
	padding-top: 50px;
}

.home-story {
	width: 30%;
	margin-right: 5px;
	margin-bottom: 10px;
}

#home-donate {
	padding-top: 3px;
	padding-bottom: 10px;
}

.bg-grey {
	background: url('../img/bg-nav-grey.png');
}

#donate-left {
	padding-left: 0px;
}

#donate-left h1 {
	border-right: 1px solid #b4b4b4;
}

#donate-right {
	padding-top: 28px;
}

#donate-right a {
	margin-right: 18px;
}

.home-teaser {
	width: 48%;
	margin-right: 5px;
	margin-bottom: 10px;
}

#home-teaser-left {
	padding-top: 50px;
	padding-bottom: 30px;
}

#home-teaser-right {
	padding-top: 30px;
}

#more-partners {
	position: relative;
	top: -37px;
}

#partner-controls {
	position: relative;
	width: 100%;
	top: -80px;
}

#partner-wrapper {
	padding-bottom: 20px;
}

.img-partner {
	margin-right: 5px;
}

.partner-list {
	list-style: none;
	padding-left: 0px;
}

.partner-list li {
	display: inline-block;
}

.donor-list li.with_image {
	display: inline-block;
}

.panel.panel-default p {
    max-width: 1040px;
    margin: 0 auto;
}


@media (max-width: 767px) {
	#slide-2-right {
		padding-top: 0px;
	}
	
	#home-body-left {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	#home-body-right {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.home-teaser {
		width: 47%;
	}
	
	#slide-1 {
		height: 200px !important;
	}
	
	#home-video {
		height: 200px;
	}
}

/* ===========================================
   Misc Page Stuff
=========================================== */
.page-wrapper {
	padding-top: 50px;
	padding-bottom: 20px;
}

.page-inner {
	padding-top: 30px;
}

.page-wrapper.events-wrapper,
.page-wrapper.no-pad {
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer-wrapper {
	border-top: 1px solid #c4c4c4;
	padding-top: 50px;
	padding-bottom: 50px;
}

#sides-footer{
	position:absolute; 
	bottom:0; left:0; 
	width:100%; 
	height:auto; min-height:30px; 
	margin:0; padding:0; 
	background:#232323; 
	text-align:center;
	color:#FFF;
	font-weight:200;
	line-height:30px;
}

	#sides-footer:hover{cursor:pointer;}

	#sides-footer img{height:25px; margin:0 10px;}

	.cervo{text-transform:uppercase; font-family:'Cervo-Med';}
	
#signup{
	width:80%;
	margin:30px auto;
	padding:10px 0;
	background:#EEE;}
	
.BBFormContainer[data-bbox-part-id="8f9149d9-40db-4ad6-b8bf-e105be18e0cf"] .BBFormSectionHeading{text-align:center !important;}
.BBFormContainer[data-bbox-part-id="8f9149d9-40db-4ad6-b8bf-e105be18e0cf"] .BBFormSignupFieldWide{float:none !important; display:inline-block !important;}
.BBFormContainer[data-bbox-part-id="8f9149d9-40db-4ad6-b8bf-e105be18e0cf"] .BBFormButtonRow{width:50% !important; text-align:center !important; display:inline-block !important;}
.BBFormContainer[data-bbox-part-id="8f9149d9-40db-4ad6-b8bf-e105be18e0cf"] .BBFormSubmitbutton{padding:5px 50px !important;}
.BBFormContainer[data-bbox-part-id="8f9149d9-40db-4ad6-b8bf-e105be18e0cf"] .BBFormSubmitbutton:hover{background:#0f93ad !important; border-color:#0f93ad !important;}






.subnav {
	font-family: 'Satisfy', cursive;
	list-style: none;
	padding-left: 0px;
	text-transform: lowercase;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.subnav li a {
	color: #008da9;
	font-size: 25px;
}

.subnav li a:hover {
	color: #696969;
}

.subnav li.active a {
	color: #696969;
	position: relative;
}

.subnav li.active a:after {
	content: '\00B7';
	font-family: Helvetica;
	font-size: 50px;
	position: absolute;
	left: 45%;
	top: 20px;
}

.subnav li a:hover {
	text-decoration: none;
}

.subnav li {
	display: inline-block;
}

.subnav#about-nav li {
	margin-right: 15px;
	margin-left: 15px;
}

.subnav#program-nav li {
	margin-right: 40px;
	margin-left: 40px;
}

.subnav#donate-nav li {
	margin-right: 20px;
	margin-left: 20px;
}

.subnav#involved-nav li {
	margin-right: 40px;
	margin-left: 40px;
}

.text-wrapper {
	margin-top: 40px;
	margin-bottom: 20px;
}

.text-wrapper img.alignnone{
	width:100% !important; height:auto !important;}

.text-wrapper.no-top {
	margin-top: 0px;
}

.text-wrapper .pull-left {
	margin-right: 18px;
}

.text-wrapper .col-md-6:first-child {
	padding-right: 30px;
}

@media (max-width: 1199px) {
	.page-wrapper {
		padding-top: 20px;
	}
	
	.subnav li a {
		font-size: 21px;
	}
	
	.subnav li.active a:after {
		content: '\00B7';
		font-family: Helvetica;
		font-size: 50px;
		position: absolute;
		left: 45%;
		top: 15px;
	}
	
	.subnav#about-nav li {
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media (max-width: 991px) {
	.page-wrapper {
		padding-top: 10px;
	}

	.subnav li a {
		font-size: 16px;
	}
	
	.subnav#about-nav li {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.subnav#program-nav li {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.subnav#involved-nav li {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.subnav li.active a:after {
		content: '\00B7';
		font-family: Helvetica;
		font-size: 50px;
		position: absolute;
		left: 45%;
		top: 8px;
	}
	
	.text-wrapper .col-md-6:last-child {
		padding-top: 35px;
	}
}

@media (max-width: 767px) {
	.subnav li.active a:after {
		content: none;
	}
	
	.subnav li a {
		font-size: 22px;
	}
	
	.subnav li {
		display: none;
	}
	
	.subnav li.active {
		display: list-item;
	}
	
	.text-wrapper .col-md-6:last-child {
		padding-top: 35px;
	}
}

/* ===========================================
	 Collapse Menus
=========================================== */
.panel-default {
	background-color: transparent;
	border: 0px;
}

.panel-default > .panel-heading {
	background-color: transparent;
	border: 0px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 0px;
}

.panel-inner {
	padding-left: 20px;
}

.panel .ss-right {
	margin-right: 15px;
	color: white;
	background-color: #adadad;
	padding: 5px;
	padding-bottom: 0px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 12px;
	float: left;
	position: relative;
	top: 5px;
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

.panel-outer .ss-right.open {
	background-color: #008da9;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel-inner .ss-right.open {
	background-color: #79bf42;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel-outer .panel-title a:hover .ss-right {
	background-color: #008da9;
}

.panel-inner .panel-title a:hover .ss-right {
	background-color: #79bf42;
}

.panel-outer .ss-right {
	top: 0px;
}

.panel-outer .panel-title {
	color: #008da9;
	font-family: 'iskra';
}

.panel-inner .panel-title {
	color: #79bf42;
	font-family: 'iskra';
}

.panel-title a:hover {
	text-decoration: none;
}

h3.panel-title {
	font-size: 24px;
}

h3 .ss-downright {
	margin-right: 5px;
	font-size: 12px;
	color: white;
	border-radius: 50%;
	background-color: #008da9;
	padding: 5px;
	padding-right: 8px;
	padding-bottom: 2px;
	position: relative;
	top: -3px;
}

h3 .ss-download,
h4 .ss-download {
	margin-right: 5px;
	font-size: 12px;
	color: white;
	border-radius: 50%;
	background-color: #adadad;
	padding: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	position: relative;
	top: -3px;
}

h3.download,
h4.download {
	margin-top: 15px;
	margin-bottom: 15px;
}

h3.download::before,
h4.download::before {
	font-family: 'SSStandard';
	content: '';
	margin-right: 5px;
	font-size: 12px;
	color: white;
	border-radius: 50%;
	background-color: #adadad;
	padding: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

h3.download:hover::before,
h4.download:hover::before {
	background-color: #7ac043;
}

h4 .ss-download {
	font-size: 9px;
	margin-right: 8px;
}

.ss-settings {
	margin-right: 5px;
	font-size: 12px;
	color: white;
	border-radius: 50%;
	background-color: #7ac043;
	padding: 5px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	position: relative;
	top: 1px;
}

h3:hover .ss-download,
h4:hover .ss-download {
	background-color: #7ac043;
}

h3.lime a,
h4.lime a {
	color: #7ac043;
}

h3.lime a:hover,
h4.lime a:hover {
	text-decoration: none;
}

.fix-height {
	float: left;
	margin-right: 15px;
}

/* ===========================================
	 Story Page
=========================================== */
.story,
.story-info {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}

.story-info {
	padding-bottom: 0px;
}

.story-inner {
	height: 175px;
}

.story-first {
	padding-left: 0px;
	padding-right: 0px;
}

.story-hover {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0,0,0,0);
	height: 175px;
	width: 185px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
	cursor: pointer;
}

.story-text,
.story-text hr {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

.story-text a {
	color: #ffffff;
}

.story:hover .story-text,
.story:hover .story-text hr {
	opacity: 1;
	filter: alpha(opacity=100);
}

.story:hover .story-hover {
	background-color: rgba(0,0,0,.5);
}

.story img {
	padding-bottom: 10px;
	width: 100%;
}

.story h1 {
	margin-top: 10px;
}

.story h1,
.story p {
	padding-left: 15px;
	padding-right: 15px;
}

.story-body p {
	padding-top: 10px;
}

.story-lime {
	background-color: #7ac043;
	width: 100%;
	min-height: 175px;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 10px;
}

.story-blue {
	background-color: #0f93ad;
	width: 100%;
	min-height: 175px;
	padding-left: 20px;
	padding-top: 40px;
	padding-right: 10px;
}

@media (max-width: 1199px) {
	.story-lime,
	.story-blue {
		min-height: 152px;
		padding-left: 18px;
		padding-top: 15px;
		padding-right: 10px;
	}
	
	.story-hover {
		height: 95.5%;
		width: 95.5%;
		padding-top: 38px;
	}
	
	.story-body h1 {
		font-size: 27px;
	}
	
	.story-body h1 span {
		font-size: 47px;
	}
	
	.story-body p {
		padding-top: 0px;
	}
	
	.story-body h1,
	.story-body p {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.story-body p {
		line-height: 19px;
	}
}

/* ===========================================
	 Individual Story Page
=========================================== */
#story-meta-wrapper {
	background: url('../img/bg-story.png');	
}

#story-meta {
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
}

#story-meta-right {
	padding-top: 25px;
}

.img-story {
	min-width: 80%;
}

#story-bottom {
	padding-bottom: 50px;
}

.bg-lime h3.workplace-head {
    margin: 0;
    padding-bottom: 10px;
}

/* ===========================================
	 Individual Post Page
=========================================== */
#post-meta-wrapper {
	background: url('../img/bg-story.png');	
}

#post-meta {
	color: #005869;
	padding-top: 30px;
	padding-bottom: 50px;
}

#post-meta-right {
	padding-top: 25px;
}

.img-post {
	min-width: 80%;
}

#post-bottom {
	padding-bottom: 50px;
}

/* ===========================================
	 What's New
=========================================== */
#items .item {
	background-color: #ffffff;
	width: 23%;
	min-width: 150px;
	margin-bottom: 25px;
	margin-right: 10px;
	float: left;
	opacity: 0;
}

#items .item-content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#items img {
	max-width: 100%;
}

@media (max-width: 1199px) {
	#items .item {
		width: 23%;
	}
}

/* ===========================================
	 Events
=========================================== */
#events-top {
	padding-bottom: 50px;
	background-color: #ffffff;
	padding-top: 50px;
}

#events-recent {
	background: rgba(129, 129, 129, .5);
	padding-bottom: 30px;
}

.recent-event {
	min-height: 140px;
}

.recent-event h4 a {
	color: white;
}

#event-meta-wrapper {
	background: url('../img/bg-event.png');	
}

#event-meta-right {
	color: #ffffff;
}

/* ===========================================
	 Chapters
=========================================== */

.chapter-row{
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:3px dashed #008da9;}
	
	.chapter-row:last-child{border-bottom-color:transparent;}
	
	.chapter-info{padding-bottom:50px;}

	.chapter-row .image-wrapper{
		position:relative;
		margin:0 auto;
		width:350px; height:350px;
		overflow:hidden;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;}
		
	.chapter-row ul{
		list-style:none; margin:0; padding:0;}
		
		.chapter-row ul li{width:50%; float:left;}

#events-bottom h1 {
    padding-bottom: 25px;
}

.chapters-feature p {
	font-size: 20px;
	font-family: 'iskra-light';
}

.chapters-feature .feature-image {
    height: 350px;
    width: 350px;
    margin: auto;
    margin-top: 40px;
    border-radius: 50%;
}

/* ===========================================
	Get Involved
=========================================== */
.involved-box {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
	cursor: pointer;
	height:300px;
	overflow:hiddne;
}

.involved-box a {
	display:block;
	text-decoration: none;
}

	.involved-box a:hover{text-decoration:none !important;}

.involved-box-inner {
	width:100%; height:100%;
	display:block;
	overflow:hidden;
}

.involved-box img {
	width: 100%;
	height:auto;
}

.involved-box h3 {
	position:absolute;
	bottom:0; left:0;
	width:100%;
	display:block;
	z-index:4;
	height:50px;
	line-height:55px;
	margin:0; padding:0;
}

	.involved-box .bg-blue h3{background:#008da9;}
	.involved-box .bg-green h3{background:#7ac043;}
	.involved-box .bg-light-grey h3{background:#818181;}
	.involved-box .bg-dark-blue h3{background:#005869;}
	.involved-box .bg-dark-green h3{background:#4e7b2a;}
	.involved-box .bg-dark-grey h3{background:#525252;}

.bg-overlay {
	height: 100%;
	width: 100%;
	z-index: 3;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

.bg-dark-blue:hover .bg-overlay,
.bg-blue:hover .bg-overlay,
.bg-dark-green:hover .bg-overlay,
.bg-green:hover .bg-overlay,
.bg-dark-grey:hover .bg-overlay,
.bg-light-grey:hover .bg-overlay {
	opacity: 100;
	filter: alpha(opacity=100);
}

.dark-blue-hover::before {
	background: rgba(0, 88, 105, .5) no-repeat center center;
}

.bg-dark-blue {
	background: #005869;
	position: relative;
}

.bg-dark-blue .bg-overlay {
	background: rgba(0, 88, 105, .5) no-repeat center center;
}

.bg-blue {
	background: #008da9;
	position: relative;
}

.bg-blue .bg-overlay {
	background: rgba(0, 141, 169, .5) no-repeat center center;
}

.bg-green {
	background: #7ac043;
	position: relative;
}

.bg-green .bg-overlay {
	background: rgba(122, 192, 67, .5) no-repeat center center;
}

.bg-dark-green {
	background: #4e7b2a;
	position: relative;
}

.bg-dark-green .bg-overlay {
	background: rgba(78, 123, 42, .5) no-repeat center center;
}

.bg-light-grey {
	background: #818181;
	position: relative;
}

.bg-light-grey .bg-overlay {
	background: rgba(129, 129, 129, .5) no-repeat center center;
}

.bg-dark-grey {
	background: #525252;
	position: relative;
}

.bg-dark-grey .bg-overlay {
	background: rgba(82, 82, 82, .5) no-repeat center center;
}

/* ===========================================
   Gravity Forms
=========================================== */
.gform_fields {
	padding-left: 0px;
	list-style: none;
}

.ginput_container {
	margin-bottom: 7px;
}

.ginput_container input,
.ginput_container textarea {
	width: 100%;
	background: #e2e2e2;
	color: #000000;
	border: 0px;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
	max-height: 120px;
}

.gform_button {
	display: inline-block;
	padding: 9px 16px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-transform: uppercase;
	color: #fff;
	background-color: #008da9;
	border-color: #008da9;
	font-family: Arial;
	box-shadow: 3px 4px 0px #005869;
	margin-right: 15px;
}

.gfield_select {
	border: 1px solid #ccc;
	width: 90%;
	border-radius: 10px;
	background: #dfdfdf url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 97% 50%;
}

.ginput_container select {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: #e2e2e2;
  background-image: none;
  -webkit-appearance: none;
}

.ginput_container select:focus {
  outline: none;
}

.gform_wrapper .half_field {
	width: 48%;
	float: left;

}
.gform_wrapper .half_field:nth-child(2),
.gform_wrapper .half_field:nth-child(4),
.gform_wrapper .half_field:nth-child(7) {
	margin-left: 4%;

}

/* ===========================================
	Modals
=========================================== */

#patient,
#professional {
	display: none;
	width: 95%; 
	max-width: 600px; 
	margin: 5px auto;
}

#patient p,
#professional p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
}

#patient label, 
#professional label {
	margin-bottom: 1px;
	line-height: 1.2em;
	font-size: 13px;
}

/* ===========================================
	 Fixes
=========================================== */
@-moz-document url-prefix() {
	.subnav li.active a:after {
		top: 19px;
	}
}

/* ===========================================
   Tuesday Overlay
=========================================== */
#tues-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 88, 105, .9);
	z-index: 100000;
	padding-top: 70px;
}

#tues-title {
	background: rgba(255, 255, 255, .5);
	border: 0px;
	height: 1px;
}

#white-row {
	background: #ffffff;
	min-height: 175px;
	position: relative;
	z-index: 9999;
	margin-top: 20px;
	padding-top: 30px;
}

#tues-title-img {
	max-width: 100%;
}

#tues-close {
	margin-top: 15px;
	cursor: pointer;
}

#tues-plane {
	z-index: 10000;
	float:left;
	position: absolute;
	top: -240px;
}

.tues-social {
	width: 25px;
}

.stButton .chicklets {
	padding-left: 14px !important;	
}

@media (max-width: 1199px) {
	.tues-spon:first-child {
		width: 50px;
	}
	
	.tues-spon:last-child {
		width: 100px;
	}
	
	#tues-plane {
		top: -270px;
		left: -20px;	
	}
}

@media (max-width: 767px) {
	.tues-social {
		width: 30px;
	}
	
	#tues-snippet {
		margin-top: 15px;
	}
}

@media (max-width: 380px) {
	.tues-spon:last-child {
		width: 60px;
	}
}

/* ===========================================
   FPS Overlay
=========================================== */
#fps-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 88, 105, .95);
	padding:70px 0 0;
	z-index: 100;
}

#fps-overlay h1{
	font-size:350%;
	color:white;
	text-transform:uppercase;
	font-family:'iskra';}
	
#fps-overlay #close{
	cursor:pointer;
	position:absolute;
	top:0; right:40px;}
	
#fps-overlay hr{
	border-color:white;
	margin-bottom:50px;}
		
#fps-overlay .image-wrapper{
	width:100%; height:auto;
	overflow:hidden;}
	
	#fps-overlay .image-wrapper img{width:100%; height:auto;}
	
#fps-overlay p{font-family:'iskra'; color:white;}

#fps-overlay #cta-bar{
	width:100%; height:auto;
	background:white;
	margin-top:50px;
	padding:20px 0;}


/* =======================================
Walk 2015 Photo page: ====================
======================================= */

#container {
	width: auto;
	display: block;
	margin: 50px auto 0;
}
#container .item {
	width: 25%;
	padding: 2px;
}
#container .item.beforeready {
	margin: 0 -2px;
	display: inline-block;
}
#container .item a {
	display: block;
	width: 100%;
}
#container .item img {
	width: 100%;
}
#container .item p {
	text-align: center;
}
#inline {
	margin: 0 auto;
}
#inline img {
	width: 100%;
}
#inline .dl_img {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.fancybox-wrap {
}

blockquote{width:90%; margin:20px auto; padding:3%; background:#EEE;}
blockquote.blue{color:#333; border-color:#0f93ad;}
blockquote.green{color:#333; border-color:#79bf42;}

@media screen and (max-width : 600px) {
	#inline {
		min-height: 360px !important;
	}
}
@media screen and (max-width : 500px) {
	#inline {
		min-height: 300px !important;
	}
}
@media screen and (max-width : 400px) {
	#inline {
		min-height: 200px !important;
	}
}