/*
site by junior-london.com
*/
/*   
Theme Name: Your Theme
Theme URI: 
Description: This is the foundation theme PLEASE DO NOT EDIT
Author: Junior
Author URI: http://www.junior-london.com
Version: 0.0.1

License:
License URI:

Tags:
*/
/*
/*
/*
/*
/**************************************************************************************************************
WORDPRESS RESETS
**************************************************************************************************************/
.entry-content img{margin-bottom:1em}.alignleft,img.alignleft{display:inline;float:left;margin-right:1.5em}.alignright,img.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter,img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.size-large,.wp-caption{width:100%!important;max-width:100%;height:auto;padding:0}.wp-caption img{border:0;margin:0;padding:0}.wp-caption{width:auto!important;text-align:center;margin-bottom:1em}.wp-caption-text{text-align:left;font-size:.8em}.wp-caption p.wp-caption-text{margin:0}.wp-smiley{max-height:1em;margin:0!important}.gallery-item img{border:none!important}.gallery dl,.gallery-caption{margin:0}blockquote.left{float:left;margin-left:0;margin-right:20px;text-align:right;width:33%}blockquote.right{float:right;margin-left:20px;margin-right:0;text-align:left;width:33%}
/**************************************************************************************************************
BUTTONS, INPUTS AND COMMENTS
**************************************************************************************************************/
.commentmetadata {
	visibility:hidden;
}
.comment-body {
	border-top:black solid 1px;
	padding-top:18px;
	margin-top:18px;
	margin-bottom:18px;
}
.reply {
	font-style:italic;	
}
h2#comments {
	margin-top:36px;
}
ul.children {
	padding-left: 30px;
}
#respond {
	border-top:black solid 1px;
	padding-top: 2em;
	margin-top: 2em;
}
#commentform {
	padding-bottom: 2em;
}
#commentform label {
	display: block;
	margin-bottom: 0.5em;
}
#commentform input {
	width:200px;
}
#commentform textarea,
#commentform input {
	margin-bottom:1em;
}
#commentform p {
	margin-bottom: 0;
}
#post-content .wp-about-author-containter-none {
	border-top:black solid 1px;
	padding-top:18px;
	margin-bottom:0px;
	padding-bottom:0px;	
}
#comment {
	width: 100%;
}
/*
/* resets */
/*
/* inputs */
button,
textarea,
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="button"], 
input[type="submit"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	border: 1px solid grey;
	padding:5px; /* allow a little padding for auto fill unstoppable yellow */
	box-sizing: border-box;
	box-shadow: none;
	transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
	color: inherit;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    margin: 0;
}
textarea,
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="button"] {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
}
input[type="email"],
input[type="text"], 
input[type="button"], 
input[type="submit"] {
	text-align: left;
}
input[type="email"] {
	min-width: 220px;
}
textarea {
	height: 100px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: grey;
}
::-moz-placeholder { /* Firefox 19+ */
  color: grey;
}
:-ms-input-placeholder { /* IE 10+ */
  color: grey;
}
:-moz-placeholder { /* Firefox 18- */
  color: grey;
}
input::-webkit-input-placeholder {
     line-height:inherit!important;
}
/* hover an input */
textarea:hover,
input:hover {
	
}
textarea:hover::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
textarea:hover::-moz-placeholder,
input:hover::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
textarea:hover:-ms-input-placeholder,
input:hover:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
textarea:hover:-moz-placeholder,
input:hover:-moz-placeholder { /* Firefox 18- */
  color: black;
}
/* focus an input */
textarea:focus,
input:focus {
	outline: none;
	border-color: black;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: grey;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder { /* Firefox 19+ */
  color: grey;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder { /* IE 10+ */
  color: grey;
}
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder { /* Firefox 18- */
  color: grey;
}
/* buttons */
.btn,
.btn:link,
.btn:visited,
.ghost-button,
.ghost-button:link,
.ghost-button:visited,
.ghost-button-white,
.ghost-button-white:link,
.ghost-button-white:visited,
.button,
.button:link,
.button:visited,
button,
#respond input[type="button"], 
#respond input[type="submit"],
input[type="button"], 
input[type="submit"],
#submit,
/* woocommerce */
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
.woocommerce button.button:disabled,
.woocommerce button.button.alt.disabled,
.woocommerce button.button:disabled[disabled],
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled],
body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1em 0;
	min-width: 100px;
	background: #333;
	border: solid 1px #333;
	color: white;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-weight: normal!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 15px;
	/* line-height: 24px; */
	/* line-height: 1.6em; */
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.75em;
	text-transform: none;
	letter-spacing: 0.025em;
}
/* override a */
.btn a,
.btn a:link,
.btn a:visited,
.btn a:hover,
.btn a:active,
.ghost-button a,
.ghost-button a:link,
.ghost-button a:visited,
.ghost-button a:hover,
.ghost-button a:active,
.ghost-button-white a,
.ghost-button-white a:link,
.ghost-button-white a:visited,
.ghost-button-white a:hover,
.ghost-button-white a:active,
.button a,
.button a:link,
.button a:visited,
.button a:hover,
.button a:active {
	text-decoration: none!important;
}
/* ghost button colors */
.ghost-button,
.ghost-button:link,
.ghost-button:visited,
.full-width-banner .btn,
.full-width-banner .btn:link,
.full-width-banner .btn:visited {
	background: none;
	color: white;
	border-color: white;
}
.ghost-button-white,
.ghost-button-white:link,
.ghost-button-white:visited{
	background: none;
	color: white;
	border-color: white;
}
input[type=checkbox],
input[type=radio] {
}
input[type="file"] {

}
/* input and button height and width */
input[type="number"],
input[type="email"],
input[type="text"],
input[type="password"],
input[type="button"], 
input[type="submit"],
.btn,
.btn:link,
.btn:visited,
.ghost-button,
.ghost-button:link,
.ghost-button:visited,
.button,
.button:link,
.button:visited,
button,
#respond input[type="button"], 
#respond input[type="submit"],
input[type="button"], 
input[type="submit"],
#submit,
select,
/* woocommerce */
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled],
body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	margin-top: 0;
	vertical-align: top;
	min-width: 80px;
	font-weight: normal;
}
#map-canvas button {
	min-width: 0;
}
#map-canvas img,
#map-canvas button img {
	max-width: none;
}
#bootstrapped .btn {
	height: auto;
}
textarea {
	height: 100px;
}
/* a bit of top margin */
body .ghost-button,
body .button,
body .btn-read-more,
body .btn-read-more:link {
	margin-top: 1.5em;
}
/* hover and current */
.btn.current,
.no-touch button:hover,
.no-touch .btn:hover,
.no-touch .btn:focus,
.no-touch .button:hover,
.no-touch .button:focus,
.no-touch .ghost-button:hover,
.no-touch .ghost-button:focus,
.no-touch button:focus,
.no-touch #respond input[type="button"]:hover, 
.no-touch #respond input[type="submit"]:hover,
.no-touch input[type="button"]:hover, 
.no-touch input[type="submit"]:hover,
.no-touch #submit:hover,
/* woocommerce */
.no-touch body.woocommerce #respond input#submit:hover,
.no-touch body.woocommerce a.button:hover,
.no-touch body.woocommerce button.button:hover,
.no-touch body.woocommerce input.button:hover,
.no-touch body.woocommerce #respond input#submit.alt:hover,
.no-touch body.woocommerce a.button.alt:hover,
.no-touch body.woocommerce button.button.alt:hover,
.no-touch body.woocommerce input.button.alt:hover,
.no-touch body .woocommerce #respond input#submit:hover,
.no-touch body .woocommerce a.button:hover,
.no-touch body .woocommerce button.button:hover,
.no-touch body .woocommerce input.button:hover,
.no-touch body .woocommerce button.button.alt.disabled:hover,
.no-touch body .woocommerce input.button:disabled:hover,
.no-touch body .woocommerce input.button:disabled[disabled]:hover,
.no-touch body #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.no-touch body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.no-touch body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.no-touch body .woocommerce #respond input#submit.alt:hover,
.no-touch body .woocommerce a.button.alt:hover,
.no-touch body .woocommerce button.button.alt:hover,
.no-touch body .woocommerce input.button.alt:hover {
	background: #165451;
	border-color: #165451;
    color: white;
    text-decoration: none;
}
/* ghost button colors */
.no-touch .ghost-button:hover,
.no-touch .ghost-button:focus,
.no-touch .full-width-banner .btn:hover,
.no-touch .full-width-banner .btn:focus {
	background: white;
	color: #333;
	border-color: white;
}
.no-touch .ghost-button-white:hover,
.no-touch .ghost-button-white:focus {
	background: white;
	color: #165451;
	border-color: white;
}
/* active */
.no-touch button:active,
.no-touch .button:active,
.no-touch .btn:active,
.no-touch #respond input[type="button"]:active,
.no-touch #respond input[type="submit"]:active,
.no-touch input[type="button"]:active, 
.no-touch input[type="submit"]:active,
.no-touch #submit:active {
	position: relative;
	top: 1px;
}
/* focus */
.no-touch button:focus,
.no-touch .button:focus,
.no-touch .btn:focus,
.no-touch #respond input[type="button"]:focus,
.no-touch #respond input[type="submit"]:focus,
.no-touch input[type="button"]:focus, 
.no-touch input[type="submit"]:focus,
.no-touch #submit:focus {
	outline: none;
}
/* specific forms */
input[type="text"].normal-search {
	height: 30px;
	border: none;
	border-bottom: 1px solid;
	box-shadow: none;
	line-height: 45px;
	padding-bottom: 5px;
}
#searchsubmit {
	text-indent: 9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	padding: 0;
	min-width: 0;
	border: none;
	background: url('images/icon-search.png');
	background: linear-gradient(transparent, transparent), url('images/icon-search.svg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
.no-touch #searchsubmit:hover {
	background-position: bottom;
}
.woocommerce form .form-row textarea {
	padding-top: 5px;
    padding-bottom: 5px;
    height: 154px!important;
    line-height: 1.2em!important;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: checkbox;
    height: 45px!important;
}
body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body.woocommerce-page .woocommerce-message .button,
body .woocommerce-page .woocommerce-message .button {
    margin-bottom: 0!important;
}
.woocommerce button.button.alt.disabled {
	margin-top: 0!important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 135px;
}
.arrow-button {
	display: block;
	width: 55px;
	height: 55px;
}
.arrow-button img {
	width: 55px;
	height: 55px;
}
/*
/* text highlights */
::selection {
	background: lightgrey; /* Safari */
}
::-moz-selection {
	background: lightgrey; /* Firefox */
}
/* scroll bar
body {
	/* to stop page jump
	overflow-y: scroll;
}
body::-webkit-scrollbar {
	
}
body::-webkit-scrollbar-track {
}
body::-webkit-scrollbar-thumb {
	
}*/
/**************************************************************************************************************
BOILERPLATE STYLES
**************************************************************************************************************/
/* layout */
body {
	min-width:900px;
}
@media only screen and (min-width: 1px) {
body {
	min-width:0;
}
}
/* sticky footer fix */
html,
body {
	height: 100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#wrapper-wrap {
	/* height:100%; */
}
#wrapper {
	min-height: 100%;
	width:100%;
}
#header {
	height: 110px;
}
#main-wrap.site-main {
	/* overflow: hidden; */
	clear: both;
	/* padding-bottom: 450px; *//* must be same height as the footer */
}
#footer {
	position: relative;
	/* margin-top: -450px; *//* negative value of footer height */
	/* height: 450px; */
	clear:both;
	padding-top: 30px;
	padding-bottom: 0;
}
/* tools */
iframe {
	max-width: 100%!important;
}
.header-padding {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}
.universal-top-bottom-space {
	padding-top: 30px;
	padding-bottom: 50px;
}
.universal-top-bottom-space-heading {
	padding-top: 30px;
	padding-bottom: 10px;
}
.universal-padding {
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
.universal-max-width {
	max-width: 1200px;
	margin: 0 auto;
}
.universal-max-width-small {
	max-width: 900px;
	margin: 0 auto;
}
#bootstrapped {
	background: whitesmoke;
}
article {
	padding-top: 20px;
	padding-bottom: 50px;
}
.table-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
/* watch modernizer clash */
.flexbox-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.hide {
	position:absolute;
	top:-9999px;
	left:-9999px;	
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.show-on-mobile {
	display: none;
}
.full-width {
	width: 100%;
}
.no-top-margin {
	margin-top: 0!important;
}
.no-bottom-margin {
	margin-bottom: 0!important;
}
.attachment-slide {
	width: 100%;
	height: auto;
}
.post-edit-link {
	opacity: 0.1;
}
.post-edit-link:hover {
	opacity: 1;
}
hr {
	border: none;
	border-bottom: 1px solid;
}
.dash {
	width: 40px;
	margin: 0 auto;
}
/* popup */
html.popped-up body {
	overflow: hidden;
}
.popup-area::-webkit-scrollbar {
    width: 10px;
}
.popup-area::-webkit-scrollbar-track {
	background: black;
}
.popup-area::-webkit-scrollbar-thumb,
.search-box ::-webkit-scrollbar-thumb {
	background: grey; 
}
.popup-open {
	cursor: pointer;
	margin: 20px 0;
}
.popup-wrapper {
	position:fixed;
	z-index: 100;
	top:0;
	left:0;
	bottom: 0;
	margin: 0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.8);
}
.popped-up .popup-wrapper {
	overflow-y: scroll;
}
.popped-up #wrapper-wrap {
    overflow-y: scroll;
}
.close-backing {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
/* table style */
.popup-area {
	height: 100%;
	display: table;
	position: relative;
	z-index: 10;
	width: 50%;
	min-width: 600px;
	margin: 0 auto;
	pointer-events: none;
}
.popup-content {
	display: table-cell;
	vertical-align: middle;
	background: none;
	padding: 0;
	pointer-events: all;
}
.popup-content-inner {
	background: white;
	padding: 5%;
}
.close-popup {
	width: 40px;
	height: 40px; /* always set height for svg */
	margin-left: auto;
	margin-bottom: 20px;
	cursor: pointer;
	background: url('images/close.png');
	background: linear-gradient(transparent, transparent), url('images/close.svg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
.close-popup:hover {
	background-position: bottom;
}
/**************************************************************************************************************
404 PAGE
**************************************************************************************************************/
.error404 #main-wrap.site-main {
	padding: 10%;
}
.logo-404 {
	margin-bottom: 10%;
	display: block;
}
.logo-404 img {
	margin: 0 auto;
}
.error404 header,
.error404 footer {
	display: none;
}
/**************************************************************************************************************
BXSLIDER
**************************************************************************************************************/
.invisible {
	opacity: 0;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*
	zoom: 1;
}
.template-part-slides {
	overflow: hidden;
}
.template-part-slides img {
	max-width: 100%;
	display: block;
}
.single-slide {
	position: relative;
}
.single-slide,
.single-slide li  {
	list-style: none;
	margin-left: 0;
	position: relative;
}
.single-slide a:active {
	position: static!important;
}
.slide-image,
.single-slide li img  {
	width: 100%;
	position:  relative;
}
/* mobile and desktop versions */
.slide-image-mobile {
	display: none!important;
}
@media only screen and (max-width: 500px) {
	.slide-image-desktop {
		display: none!important;
	}
	.slide-image-mobile {
		display: block!important;
	}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* theme */
.bx-wrapper .bx-viewport {
	left: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* Loader */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* pager */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-controls-direction a:link {
	/* animation off */
	-webkit-transition: none;
  	-moz-transition: none;
  	-ms-transition: none;
  	-o-transition: none;
  	transition: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* controls */
.bx-wrapper .bx-prev {
	left: 0px;
	background: url(images/arrow-prev.png);
	background: url(images/arrow-prev.svg), linear-gradient(transparent, transparent);
	background-size: cover;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 top;
}
.carousel-wrapper .bx-wrapper .bx-prev {
	left: -60px;
}
.bx-wrapper .bx-next {
	right: 0px;
	background: url(images/arrow-next.png);
	background: url(images/arrow-next.svg), linear-gradient(transparent, transparent);
	background-size: cover;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 top;
}
.carousel-wrapper .bx-wrapper .bx-next {
	right: -60px;
}
.bx-wrapper .bx-prev:hover {
	background-position: bottom;
}
.bx-wrapper .bx-next:hover {
	background-position: bottom;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 30px;
	height: 50px;
	text-indent: -9999px;
	z-index: 10;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/*
/* captions */
.caption {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
}
/* remove margins for captions  */
.caption > *:first-child,
.full-width-banner .table-cell > *:first-child {
    margin-top: 0;
}
.full-width-banner .table-cell .entry-summary > *:last-child,
.caption > *:last-child {
    margin-bottom: 0;
}
.caption .h1,
.caption h1,
.caption .h2,
.caption h2,
.full-width-banner .h1,
.full-width-banner h1,
.full-width-banner .h2,
.full-width-banner h2 {
	margin-bottom: 0.5em;
}
/* down */
.down {
	position: fixed;
	top: -9999px;
	left: -9999px;
	z-index: 100;
	margin-left: -25px;
	width: 50px;
	height: 30px;
	cursor: pointer;
	background: url(images/arrow-down.png);
	background: url(images/arrow-down.svg), linear-gradient(transparent, transparent);
	background-size: cover;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 top;
}
.enable-down {
	top: auto;
	bottom: 0;
	left: 50%;
}
.down:hover {
	background-position: 0 bottom;
}
/**************************************************************************************************************
HEADER
**************************************************************************************************************/
#top {
	height: 111px;
}
#header {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: white;
	width: 100%;
}
.header-inner  {
	position:relative;
	height: 100%;
}
#searchform {
	position: absolute;
	z-index: 50;
	top: 32px;
	right: 0;
}
.site-info {
}
#logo {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width: auto;
	position: absolute;
	z-index: 50;
	left: 0;
	top: 22px;
}
#logo img {
	width: 160px;
	height: 60px; /* always set height for svg */
}
body .support-cf {
	position: absolute;
	top: 0;
	right: 250px;
	z-index: 50;
	display: block;
	height: 100%;
	padding: 0 20px;
	margin: 0;
	line-height: 105px;
	color: white;
}
body .support-cf:hover {
	text-decoration: none;
	color: white;
}
/**************************************************************************************************************
NAVIGATION
**************************************************************************************************************/
#mobile-button {
	width: 20px;
	padding: 0 0 20px 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 20;
	display: none;
}
#mobile-button span {
	display: block;
	background: #333333;
	width: 100%;
	height: 2px;
	margin-bottom: 4px;
}
#mobile-button:hover span {
	background: #00524c;
}
#nav {
	width: auto;
	padding-top: 30px;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
#nav ul {
	text-align: center;
	font-size: 0.1px;
}
#nav ul li,
.cat-item {
	display: inline-block;
	position:relative;
	padding: 0 10px;
}
#nav ul li a,
.cat-item a {
	display: block;
	/* font-size: initial; */
	position:relative;
	padding: 10px 5px;
	border-bottom: 1px solid white;
}
#nav ul li ul.sub-menu {
    display: none;
    position:absolute;
    z-index: 10;
    min-width: 100%;
    top: 100%;
    text-align: left;
    background: white;
    padding: 20px 0;
}
.no-touch #nav ul li:hover ul.sub-menu {
    display: block;
}
#nav ul li ul.sub-menu li {
	display: block;
}
.no-touch #nav ul li a:hover,
.no-touch #footer .junior a:hover,
.no-touch #footer-nav a:hover {
}
#nav ul li ul.sub-menu li a {
    white-space: nowrap;
    margin: 0;
}
.post-type-archive-projects header .all-sectors,
.projects-template-default header #menu-item-340 > a,
.post-type-archive-projects header #menu-item-340 > a,
.tax-sectors header #menu-item-340 > a,
header .cat-item.current-cat a,
.no-touch .cat-item a:hover,
.no-touch #footer .junior a:hover, 
.no-touch #footer-nav a:hover, 
.no-touch #nav a:hover,
.no-touch #nav a:active,
.no-touch #nav a:focus,
.no-touch #nav ul li:hover > a,
header .current-product_cat-ancestor a, 
header .current-menu-ancestor > a, 
header .current-product_cat-parent a, 
header .current-menu-item > a,
header .current-menu-ancestor > a,
header .current_page_parent > a,
header .current-post-parent > a
/* .current-post-ancestor > a (to highlight category parent as well) */ {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #333333!important;
}
/* back to normal */
.tax-sdg header .current_page_parent a,
.tax-sectors header .current_page_parent a,
.projects-template-default header .current_page_parent a,
.post-type-archive-projects header .current_page_parent a {
	border-color: white!important;
	color: #999!important;
}
.no-touch #nav ul li ul.sub-menu li a:hover {
}
/*
/* sibling and category nav */
.sibling-pages,
.blog-cats {
    cursor: default;
    padding: 20px 0;
}
.sibling-pages ul,
.blog-cats ul {
	position: absolute;
	top: -9999px;
	left: -9999px
}
.sibling-pages li,
.blog-cats li {
    display: inline-block;
}
.sibling-pages li a,
.blog-cats li a {
	/* padding: 0 10px; */
}
.sibling-pages li a:hover,
.blog-cats li a:hover {
	text-decoration: none;
}
/**************************************************************************************************************
MAIN CONTENT
**************************************************************************************************************/
/*
/* blog archive */
.archive-posts-title {
	/* padding-top: 50px; */
	padding-bottom: 20px;
}
.post-type-archive-work .archive-articles-padder {
	padding-left: 142px;
	padding-right: 142px;
}
.archive-articles {
	margin: 0 -12.5px;
}
.archive-articles article {
	float: left;
	width: 33.333%;
	padding-top: 0;
}
.archive-article-padder {
    padding: 0 12.5px;
}
.archive-articles article a:hover {
	text-decoration: none;
}
.image-top-padder {
	overflow: hidden;
	background: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.post-type-archive-projects .image-top-padder {
	overflow: hidden;
	background: none;
}
.overlay-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.single-slide .overlay-logo {
}
.overlay-logo-tool-shed {
	background: url('images/tool-shed.png');
	background: linear-gradient(transparent, transparent), url('images/tool-shed.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-gardeners-against-the-odds {
	background: url('images/gardeners-against-the-odds.png');
	background: linear-gradient(transparent, transparent), url('images/gardeners-against-the-odds.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-great-elm {
	background: url('images/great-elm.png');
	background: linear-gradient(transparent, transparent), url('images/great-elm.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-ulmus {
	background: url('images/ulmus.png');
	background: linear-gradient(transparent, transparent), url('images/ulmus.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-essex-water {
	background: url('images/essex-water.png');
	background: linear-gradient(transparent, transparent), url('images/essex-water.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-green-corners {
	background: url('images/green-corners.png');
	background: linear-gradient(transparent, transparent), url('images/green-corners.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-we-love-yew {
	background: url('images/we-love-yew.png');
	background: linear-gradient(transparent, transparent), url('images/we-love-yew.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-unlocking-nature {
	background: url('images/unlocking-nature.png');
	background: linear-gradient(transparent, transparent), url('images/unlocking-nature.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-morus-londinium {
	background: url('images/morus-londinium.png');
	background: linear-gradient(transparent, transparent), url('images/morus-londinium.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-gree-health-awards {
	background: url('images/gree-health-awards.png');
	background: linear-gradient(transparent, transparent), url('images/gree-health-awards.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-faith-works {
	background: url('images/faith-works.png');
	background: linear-gradient(transparent, transparent), url('images/faith-works.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.overlay-logo-marine-lives {
	background: url('images/marine-lives.png');
	background: linear-gradient(transparent, transparent), url('images/marine-lives.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.recent-image img {
	top: 0;
	width: 100%;
}
.archive-article-text {
}
.post-type-archive-work .archive-article-text {
}
.archive-article-text h2 {
	margin-top: 20px;
}
.entry-summary {
	margin-top: 15px;
}
.no-touch .aside-image img,
.no-touch .recent-image img {
	transform: scale(1.05);
	 -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}
.no-touch .aside-image:hover img,
.no-touch .archive-article:hover .recent-image img {
	transform: scale(1);
}
.post-excerpt {
	margin-bottom: 2em;
}
/*
/* sdg icons */
.icons-sdg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	font-size: 0.1px;
	font-size: 0px;
}
.icon-sdg {
	display: inline-block;
	width: 10%;
	height: 0;
	padding-top: 10%;
	margin: 0;
	font-size: 0.1px;
	font-size: 0px;
}
.icon-sdg:hover .sdg-title {
	display: block;
}
.sdg-title {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -59px;
	background: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.icon-sdg-goal-1-no-poverty {
	background: url('images/icon-no-poverty.png');
	background: linear-gradient(transparent, transparent), url('images/icon-no-poverty.svg');
	background-size: cover!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-10-reduced-inequalities {
	background: url('images/icon-reduced.png');
	background: linear-gradient(transparent, transparent), url('images/icon-reduced.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-11-sustainable-cities-and-communities {
	background: url('images/icon-sustainable.png');
	background: linear-gradient(transparent, transparent), url('images/icon-sustainable.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-12-responsible-production-and-consumption {
	background: url('images/icon-responsible.png');
	background: linear-gradient(transparent, transparent), url('images/icon-responsible.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-13-climate-action {
	background: url('images/icon-climate.png');
	background: linear-gradient(transparent, transparent), url('images/icon-climate.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-14-life-below-water {
	background: url('images/icon-water.png');
	background: linear-gradient(transparent, transparent), url('images/icon-water.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-15-life-on-land {
	background: url('images/icon-land.png');
	background: linear-gradient(transparent, transparent), url('images/icon-land.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-16-peace-justice-and-strong-institutions {
	background: url('images/icon-no-poverty.png');
	background: linear-gradient(transparent, transparent), url('images/icon-no-poverty.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-17-partnerships-for-the-goals {
	background: url('images/icon-partnership.png');
	background: linear-gradient(transparent, transparent), url('images/icon-partnership.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-2-zero-hunger {
	background: url('images/icon-zero-hunger.png');
	background: linear-gradient(transparent, transparent), url('images/icon-zero-hunger.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-3-good-health-and-well-being {
	background: url('images/icon-good-health.png');
	background: linear-gradient(transparent, transparent), url('images/icon-good-health.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-4-quality-education {
	background: url('images/icon-quality-education.png');
	background: linear-gradient(transparent, transparent), url('images/icon-quality-education.svg');
	background-size: cover!important;
	background-repeat: no-repeat;
	/* background-size: 100%; */
	background-position: center;
}
.icon-sdg-goal-5-gender-equality {
	background: url('images/icon-gender-equality.png');
	background: linear-gradient(transparent, transparent), url('images/icon-gender-equality.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-6-clean-water-and-sanitation {
	background: url('images/icon-clean-water.png');
	background: linear-gradient(transparent, transparent), url('images/icon-clean-water.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-7-affordable-and-clean-energy {
	background: url('images/icon-affordable-clean-energy.png');
	background: linear-gradient(transparent, transparent), url('images/icon-affordable-clean-energy.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-8-decent-work-and-economic-growth {
	background: url('images/icon-decent-work.png');
	background: linear-gradient(transparent, transparent), url('images/icon-decent-work.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon-sdg-goal-9-industry-innovation-and-infrastructure {
	background: url('images/icon-industry.png');
	background: linear-gradient(transparent, transparent), url('images/icon-industry.svg');
	background-size: contain!important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
/* 
/*
/* blog post or standard page */
.single-article {
}
.entry-content {
}
.meta {
	margin-bottom: 1em;
}
/*
/* sections */
.sections-wrap {
	margin-top: -80px;
}
.section {
	margin-bottom: 95px;
	margin-top: 80px;
}
.home .sections-wrap {
	margin-top: -50px;
	margin-bottom: -120px;
}
.section.footer-promo {
	margin-bottom: 0;
}
/* left and right sections */
.section.right-image .section-image-wrap {
	width: 60%;
	margin: 0 0 0 auto;
}
.section.left-image .section-image-wrap {
	width: 60%;
	margin: 0 auto 0 0;
}
.entry-summary-wrap {
	width: 40%;
	box-sizing: border-box;
	padding: 0 60px;
	right: 0;
	left: auto;
}
.section.right-image .entry-summary-wrap {
	right: auto;
	left: 0;
}
/* full width sections */
.full-width-banner.universal-max-width-small.universal-padding {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.section.full-width-banner .section-image-wrap {
	width: 100%;
}
.section-image-wrap img {
	width: 100%;
}
.section.full-width-banner .entry-summary-wrap,
.section.normal-content-box .entry-summary-wrap {
	width: 100%;
}
.section.normal-content-box .entry-summary-wrap {
	position: relative;
	width: 100%;
}
/* make-small */
.make-small {
	max-width: 720px;
}
.section.make-small .section-image-wrap {
	width: 40%;
}
.make-small .entry-summary-wrap {
	width: 60%;
}
/* slide section */
.mid-content-slideshow .overlay-logo {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/*
/* blog nav */
.blog-navigation {
	margin-bottom: 10px;
}
.blog-navigation {
	position: relative;
	height: 20px;
}
.blog-navigation div {
	position: absolute;
	top: 10px;
}
.prev-posts {
	right: 0;
}
.next-posts {
	left: 0;
}
/* schema */
.schema {
	padding: 50px 0 100px;
}
.schema-column {
	float: left;
	margin-right: 50px;
}
.schema-item {
	margin-bottom: -1px;
	padding: 10px 0;
}
.template-part-schema {
	margin-bottom: -1px;
	padding-top: 0.75em;
	min-width: 250px;
}
.schema-amenities {
	padding-top: 0;
}
/**************************************************************************************************************
HOME
**************************************************************************************************************/
.carousel-title {
	margin: 50px 0 0!important;
}
.carousel-wrapper {
	padding: 50px 0;
}
.slide-post-image,
.slide-post-text {
	float: left;
	width: 50%;
}
.slide-post-link:hover {
	text-decoration: none!important;
}
.slide-post-text {
	padding-left: 25px;
	box-sizing: border-box;
}
.arrow-small {
	background: url('images/arrow-small.png');
	background: linear-gradient(transparent, transparent), url('images/arrow-small.svg');
	background-position: top;
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	background-size: 100% 200%;
}
.arrow-small:hover,
.slide-post-link:hover .arrow-small {
	background-position: bottom;
}
.arrow-small.inline-block {
	margin-left: 7px;
}
.slide-post-link:hover h4 {
	color: #00524c;
}
.slide-project-image {
	margin-bottom: 20px;
}
/* social feeds */
.social-wrap {
	padding: 50px 0;
}
.instagram-block,
.twitter-block {
	float: left;
}
.instagram-block {
	width: 66.66%;
	padding-right: 10px;
	box-sizing: border-box;
}
.instagram-block-padder {

}
#instafeed {
	margin: -8px -8px 0;
}
#jr-instagram-feed li,
.instagram-feed-item {
	float: left;
	width: 25%;
}
.instagram-feed-item-padder {
	padding: 8px;
}
.instagram-feed-item-padder-height {
	padding-top: 100%;
	overflow: hidden;
}
.instagram-feed-item-padder img {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
}
.twitter-block {
	width: 33.33%;
	padding-left: 20px;
	box-sizing: border-box;
}
.twitter-block-padder {
	
}
.twitter-block-inner {
	padding: 20px;
	box-sizing: border-box;
}
.twitter-block-inner a {
	display: block;
	margin-bottom: 10px;
}
.twitter-height {
	padding-top: 100%;
	border-bottom: 8px solid #F5F5F6;
	overflow: hidden;
}
.twitter-block-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/**************************************************************************************************************
CONTACT
**************************************************************************************************************/
.contact-article {
	padding-top: 0;
}
.map-canvas {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}
.map-canvas a img {
	display:none!important;
	height: 0;
	width: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.marker {
	cursor: pointer;
	width: 44px;
	height: 66px;
	background: url('images/marker.png');
	background: linear-gradient(transparent, transparent), url('images/marker.svg');
}
.control-wrapper {
	width: 44px;
	height: 92px;
	position: absolute;
	bottom: 10px;
	right: 50%;
	cursor: pointer;
}
.zoom-out-btn,
.zoom-in-btn {
	width: 44px;
	height: 44px;
	margin-bottom:4px;
	background: url('images/opal-black.png');
	color: white;
	font-size: 44px;
}
.zoom-in-btn-inner,
.zoom-out-btn-inner {
	background: url('images/zoom-in.png');
	background: linear-gradient(transparent, transparent), url('images/zoom-in.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 200%;
}
.zoom-out-btn-inner {
	background: url('images/zoom-out.png');
	background: linear-gradient(transparent, transparent), url('images/zoom-out.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
.no-touch .zoom-out-btn:hover .zoom-out-btn-inner,
.no-touch .zoom-in-btn:hover .zoom-in-btn-inner {
	background-position: top;
}
.no-touch .zoom-out-btn:hover,
.no-touch .zoom-in-btn:hover {
	background: black;
}
/**************************************************************************************************************
FOOTER
**************************************************************************************************************/
.full-width-banner {
	margin-bottom: 0;
}
.footer-columns {
	padding-bottom: 115px;
}
#footer .footer-column {
	float: left;
	margin-right: 100px;
	margin-bottom: 40px;
}
.footer-column-stay {
	margin-right: 0;
}
.footer-column-join {
	margin-right: 50px;
}
.share-icons .p {
	font-size: 16px;
}
.share-icons span {
	line-height: 35px;
	vertical-align: top;
}
.share-icons .social-icon {
	opacity: 0.6;
	width: 25px;
	height: 25px;
	margin-right: -3px;
}
.social-icon {
	display:inline-block;
}
.footer-style .social-icon {
	display:inline-block;
	background: #333333;
	border-radius: 50%;
}
.footer-style .social-icon:hover {
	background: #00524c;
}
.social-icon img {
	width: 30px;
	height: 30px; /* always set height for svg */
}
.no-touch .social-icon:hover {
	transform: scale(1.1);
	opacity: 1;
}
.footer-logo {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width: auto;
	padding: 30px 0;
}
.footer-logo img {
	width: 160px;
	height: 60px;
}
.back-to-top,
.back-to-top:active {
	position: absolute;
	top: 0;
	right: 0;
}
.copyright {
	position: absolute;
	right: 0;
	bottom: 25px;
	margin-bottom: 0;
	font-size: 11px;
}
.junior {
	font-family:georgia,serif;
}
.copyright a:link,
.copyright a:visited,
.junior a:link,
.junior a:visited {
	text-decoration: none;	
}
.no-touch .copyright a:hover,
.copyright a:active
.no-touch .junior a:hover,
.junior a:active {
	text-decoration: underline;	
}
.cookies {
	position: fixed;
	z-index: 200;
	bottom: 0;
	bottom: -200px;
	left: 0;
	right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
}
.cookies .btn,
.cookies .btn:active {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cookie-text {
	padding-right: 130px;
	min-height: 50px;
}
.cookie-text > *:last-child {
	margin-bottom: 0;
}
/* sign up */
#mc_embed_signup {
	color: #666666;
	max-width: 300px;
	margin: 0 auto;
}
footer #mc_embed_signup {
	margin: 0;
}
body #mc_embed_signup form {
	padding: 0;
}
#mc_embed_signup .indicates-required {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#mc_embed_signup .email {
	max-width: 300px;
}
body #mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 10px;
}
body #mc_embed_signup .mc-field-group.input-group ul li {
    margin: 0;
    padding: 0;
    line-height: 0.1em;
}
body #mc_embed_signup .mc-field-group.input-group input {
	padding: 0;
	height: auto;
}
#mc_embed_signup ul label {
	padding-left: 10px;
	max-width: 300px;
}
body #mc_embed_signup input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: inherit;
    margin-left: 0;
}
body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0;
    padding: 0;
    font-size: 10px;
}
body #mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 0;
    min-height: 0;
    margin-bottom: 10px;
}
body #mc_embed_signup div#mce-responses,
body #mc_embed_signup div.response {
    margin: 0;
    padding: 0;
    font-weight: normal;
    float: none;
    top: 0;
    width: 100%;
}
#mc_embed_signup .mc-field-group.input-group label {
	line-height: 1em;
}
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}
/**************************************************************************************************************
HOLDING PAGE
**************************************************************************************************************/
.holding-page .holding-logo {
	display: block;
	margin: 0 auto 50px;
	transform: scale(0.75);
	transform-origin: 50% 50%;
}
/**************************************************************************************************************
RESPONSIVE
**************************************************************************************************************/
@media only screen and (max-width: 1500px) {
	#nav ul {
		text-align: left;
		padding-left: 170px;
	}
}
@media only screen and (max-width: 1400px) {
	/* fix for  */
	.carousel-wrapper .bx-wrapper .bx-prev {
		left: -30px;
	}
	.carousel-wrapper .bx-wrapper .bx-next {
		right: -30px;
	}
}
@media only screen and (max-width: 1400px) {
	/* fix for... */
}
@media only screen and (max-width: 1200px) {
	/* fix for twitter */
	.twitter-block p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1000px) {
	/* fix for sections */
	.section {
		margin-bottom: 50px;
	}
	/* full width sections */
	.section-image-wrap,
	.section.left-image .section-image-wrap,
	.section.right-image .section-image-wrap {
		width: 100%;
		margin: 0;
	}
	.home .sections-wrap {
		margin-top: -50px;
		margin-bottom: -120px;
	}
	.section-image-wrap img {
		max-height: 800px;
		margin: 0 auto;
	}
	.section.left-image .entry-summary-wrap,
	.section.right-image .entry-summary-wrap {
		position: relative;
		width: 100%;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 900px) {
	/* social */
	.instagram-block {
		width: 100%;
		padding-right: 0;
	}
	.instagram-feed-item {
	}
	.twitter-block {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.twitter-height {
		padding-top: 0;
		border-bottom: none;
		overflow: hidden;
	}
	.twitter-block-inner {
		position: static;
	}
	.twitter-article {
		width: 50%;
		float: left;
		padding: 8px;
		box-sizing: border-box;
	}
	#twitter-feed {
		margin: 0 -8px;
	}
}
@media only screen and (max-width: 1150px) {
	/* slides */
	.slide-post-image,
	.slide-post-text {
		float: none;
		width: 100%;
	}
	.slide-post-image {
		margin-bottom: 20px;
	}
	.slide-post-text {
		padding-left: 0;
	}
	.bx-wrapper .bx-controls-direction a {
		top: -9999px;
		left: -9999px;
	}
	/* fix for nav */
	#logo {
		margin-left:auto;
		margin-right:auto;
		display:block;
		width: auto;
		position: absolute;
		z-index: 50;
		left: 0;
		top: 12px;
	}
	#logo img {
		width: 120px;
		height: 45px; /* always set height for svg */
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		height: 72px
	}
	.popped-up #header {
		overflow-y: scroll;
	}
	body .support-cf {
		right: 50px;
		line-height: 72px;
	}
	#wrapper {
		/* padding-top: 72px; */
	}
	#top {
		height: 72px;
	}
	#mobile-button {
		display: block;
	}
	#searchform {
		right: 40px;
		display: none;
	}
	#nav {
		width: 100%;
		float: none;
		position: fixed;
		top: 73px;
		left: 0;
		z-index: 10;
		display: none;
		margin: 0;
		background: white;
		border-bottom: solid 1px;
	}
	#nav ul {
		width: 100%;
		padding-bottom: 30px;
		padding-left: 0;
	}
	/* sub nav */
	.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-left: 20px;
		background: url('images/sub-nav.png');
		background: linear-gradient(transparent, transparent), url('images/sub-nav.svg');
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.no-touch #header #nav ul li:hover ul.sub-menu {
		display: none;
	}
	#header #nav ul li ul.sub-menu {
		padding-top: 0;
		border-top: 1px solid;
		border-bottom: 1px solid;
	}
	#nav ul li,
	#nav ul li a {
		width: 100%;
		height: auto;
		display: block;
		text-align:center;
		margin: 0;
		position: relative;
		border: none;
	}
	#nav div ul li a,
	#nav ul li a,
	#nav ul li ul.sub-menu li a {
		padding: 10px 0;
		display: inline-block;
		width: auto;
		border-bottom: solid 1px white;
		margin-bottom: 10px;
	}
	#nav .current-product_cat-ancestor a, 
	#nav .current-menu-ancestor > a, 
	#nav .current-product_cat-parent a, 
	#nav .current-menu-item > a,
	#nav .current-menu-ancestor > a,
	#nav .current_page_parent > a {
		text-decoration: none;
	}
	.btn-donate {
		display: block;
		position: relative;
		width: 148px;
		margin: 20px auto;
		margin-top: -90px;
	}
	/* sub nav overright styles */
	#nav ul li ul.sub-menu {
		position: static;
		display: none;
		background: none;
		border-bottom:  none;
		padding-top: 0;
		padding-bottom: 0;
	}
	#nav ul li ul.sub-menu li {
		display: block;
		border: none;
	}
	/* footer */
	.footer-logo {
		display: none;
	}
	.copyright {
		position: static;
		padding-top: 20px;
	}
	/* news */
	.archive-articles article {
		width: 50%;
	}
}
@media only screen and (max-width: 650px) {
	.popup-area {
		width: 100%;
		min-width: 0;
	}
}
@media only screen and (max-width: 600px) {
	.show-on-mobile {
		display: block;
	}
	.show-on-desktop {
		display: none;
	}
	/* */
	.universal-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.entry-summary-wrap {
		padding: 0 20px;
	}
	.home .sections-wrap {
		margin-top: -70px;
		margin-bottom: -80px;
	}
	body .support-cf {
		right: 35px;
	}
	/* footer columns */
	.footer-columns {
		padding-bottom: 0;
	}
	#footer .footer-column {
		margin-right: 0;
		min-width: 50%;
	}
	/* home page carousels */
	.carousel-title {
		margin: 30px 0 0!important;
	}
	.carousel-wrapper {
		padding: 30px 0;
	}
	.social-wrap {
		padding: 35px 0;
	}
}
@media only screen and (max-width: 550px) {
	/* social */
	.instagram-feed-item {
		width: 50%;
	}
	.twitter-article {
		width: 100%;
		float: none;
		padding: 0;
	}
	#twitter-feed {
		margin: 0;
	}
}
@media only screen and (max-width: 500px) {
	.universal-padding {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	/* news */
	.archive-articles article {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 400px) {
	/* fix for... */
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/**************************************************************************************************************
TOUCH DEVICES
**************************************************************************************************************/
.touch {
	
}
/**************************************************************************************************************
BROWSER QUIRKS
**************************************************************************************************************/
/* microsoft edge - watch out for phone number color */
.no-js,
.lt-ie10,
.lt-ie9,
.lt-ie8,
.lt-ie7 {
	
}
/* ie10 - watch out for vimeo bug */
/* ie10 - watch out for webfonts */
.ie10 {
	
}
.lt-ie10 .bx-wrapper .bx-next {
	background-size: contain;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ and IE11 specific styles go here */
}
/* ie8 - watch out for svg */
.lt-ie8 a:link,
.lt-ie8 a:visited,
.lt-ie8 a:hover,
.lt-ie8 a:active {
	color:black;
}
/**************************************************************************************************************
MODERNIZER SUPPORT
**************************************************************************************************************/
.js{}.flexbox{}.canvas{}.canvastext{}.webgl{}.touch{}.geolocation{}.postmessage{}.websqldatabase{}.indexeddb{}.hashchange{}.history{}.draganddrop{}.websockets{}.rgba{}.hsla{}.multiplebgs{}.backgroundsize{}.borderimage{}.borderradius{}.boxshadow{}.textshadow{}.opacity{}.cssanimations{}.csscolumns{}.cssgradients{}.cssreflections{}.csstransforms{}.csstransforms3d{}.csstransitions{}.fontface{}.generatedcontent{}.video{}.audio{}.localstorage{}.sessionstorage{}.webworkers{}.applicationcache{}.svg{}.inlinesvg{}.smil{}.svgclippaths{}
/* NO SUPPORT */
.no-js{}.no-flexbox{}.no-canvas{}.no-canvastext{}.no-webgl{}.no-touch{}.no-geolocation{}.no-postmessage{}.no-websqldatabase{}.no-indexeddb{}.no-hashchange{}.no-history{}.no-draganddrop{}.no-websockets{}.no-rgba{}.no-hsla{}.no-multiplebgs{}.no-backgroundsize{}.no-borderimage{}.no-borderradius{}.no-boxshadow{}.no-textshadow{}.no-opacity{}.no-cssanimations{}.no-csscolumns{}.no-cssgradients{}.no-cssreflections{}.no-csstransforms{}.no-csstransforms3d{}.no-csstransitions{}.no-fontface{}.no-generatedcontent{}.no-video{}.no-audio{}.no-localstorage{}.no-sessionstorage{}.no-webworkers{}.no-applicationcache{}.no-svg{}.no-inlinesvg{}.no-smil{}.no-svgclippaths{}
/**************************************************************************************************************
PRINT MEDIA
**************************************************************************************************************/
@media print {
    *{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}
}
/**************************************************************************************************************
END
**************************************************************************************************************/