/* ===============================================
  Max Range Queries
================================================== */

@media screen and (max-width: 1450px) {
	
#hero .hero-wrapper {
	padding:200px 0;
}

}

@media screen and (max-width: 1300px) {

.utility-nav > ul > li > a {
    padding: 14px 17px;
}

#hero .hero-wrapper {
	padding:160px 0;
}

@media screen and (max-width: 1110px) {

.header-inner {
    padding: 5px 16px;
}

.main-nav .nav > li > a {
    padding: 16px 19px;
}
.utility-nav > ul > li > a {
    padding: 14px 14px;
}

#header-search {
    margin-left: 0;
	}
	#header-search .search-query {
		width: 130px;
	}

#hero .hero-wrapper {
	padding:130px 0 120px;
}

.section-collaborating {
    font-size: 85%;
}
.section-collaborating .section-inner .slide {
	height:auto !important;
	padding: 100px 30px;
    font-size:110%;
	}
	.section-collaborating .section-inner .slide .slide-content {
		position: relative;top: auto;left: auto;right: auto;
		transform: translateY(0%);
	}

#collab-slider {
    float: none;
    width: 100%;
}
#collab-nav {
    border: medium none;
    box-shadow: none;
    float: none;
    width: 100%;
	}
	.section-collaborating .slide-navigation .slidenav-item {
		float: left;
		margin: 0;padding: 0;
		position: relative;
		text-align: center;
		width: 16.66%;
		}
		.section-collaborating .slide-navigation .slidenav-item a {
			height: auto;
		}

.distribution-map {
    width: 100% !important;
	}
	.distribution-map .map-pinpoint,
	.distribution-map .map-legends {
		display:none;
	}
	.distribution-map .mobile-view-map,
	.section-distribution-locations .mobile-view-map {
		display:block !important;
		position:absolute;
		top:45%;left:0;right:0;
		}
		.distribution-map .mobile-view-map a.button,
		.section-distribution-locations .mobile-view-map a.button {
			font-size:115%;font-weight:600;text-transform:uppercase;
			padding:15px 30px;
			box-shadow:0 3px 10px rgba(0,0,0,0.3);
		}
	#map-bg {
		width: 100%;height: 300px;
	}

}

@media screen and (max-width: 1024px) {

.utility-nav > ul > li > a {
    padding: 14px 10px;
}

.main {
    padding: 15px 30px;
}

}

@media screen and (max-width: 959px) {
/* == Header == */

.header {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header-inner {
	padding: 0;
	position: relative;height:auto;
}
.logo {
	height: auto;
	margin: 11px auto;
}
.logo img {
	width: auto;
	height: 100%;max-height: 50px;
}

#header-search .search-toggle {
    margin: 0;padding: 19px 18px;
}
#header-search form.search-open {
	margin: 5px 0;
}
#header-search .search-query {
	width: auto;
}
#header-search .search-button {
    padding: 18px;
}

/*.content-wrap {
    padding-top: 0;
}*/

#sidebar {
	margin-bottom: 1em;
}
/* Button For Mobile Nav */

.btn-navbar {
	float: left;
	margin-top: 5px;
	padding: 16px;
	cursor: pointer;
}
.btn-navbar .icon-bar {
	display: block;
	width: 28px;
	height: 4px;
	margin-top: 4px;
	background: #111111;
	border-radius: 1px;
}
.btn-navbar .icon-bar:first-child {
	margin-top: 0;
}
.btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled] {
}
.btn-navbar.menu-open .icon-bar {
	background: #5DBB46;
}
/* End Button */

/* Navigation */  

.main-nav-wrap {
	clear:both;
	background:#000;
	position:relative;top:0;
	overflow:auto;height: 660px;
}
.main-nav-wrap-inner {
    padding: 0;
	text-align: center;
}
.main-nav-wrap h3 {
	background:#222;
    color:#999;font-size:120%;font-weight:300;text-transform:uppercase;
	border-top:1px solid #333;border-bottom:1px solid #333;
	margin:0;padding:10px;
}
.js .main-nav-wrap {
	display: none;
}
.main-nav-wrap .nav {
	float: none;
	margin: 0 0 9px;
	text-align: center;
}
.main-nav .nav > li {
	float: none;
}
.main-nav .nav > li > a {
	margin-bottom: 0;
}
.main-nav .nav > li > a, .main-nav .dropdown-content a {
	padding: 10px 15px !important;
}
.main-nav .dropdown-content li a {
	margin-bottom: 0;
}
.main-nav .nav li > a:hover, .main-nav .nav > li.dropdown.open > a, .main-nav .nav > li.current-menu-item > a, .main-nav .nav > li.current-menu-parent > a, .main-nav .nav > li.current-menu-ancestor > a {
	color: #fff;
}
/* Dropdown */

.main-nav .nav .dropdown-content {
	position: static;
	top: auto;
	left: auto;
	float: none;
	max-width: none;
	margin: 0;padding: 0;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	border-bottom: 1px solid #0C2433;
}
.main-nav .nav .caret, .main-nav .nav ul .caret {
	margin: 6px 0 0 2px;
	border-left: 4px solid #fff;
	border-right: none;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}
.main-nav .nav .dropdown.open > .dropdown-toggle .caret, .main-nav .nav ul .dropdown.open > .dropdown-toggle .caret {
	margin-top: 8px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
}
.main-nav .nav .dropdown-content li {
    margin: 0;
	border-bottom:1px solid #222;
	}
	.main-nav .nav .dropdown-content li:last-child {
		border-bottom:none;
	}
.main-nav .nav .dropdown-content li a {
	color:#fff;
	border:none;
}
.main-nav .nav .dropdown-content li > a:hover {
	color: #fff;
}
.main-nav .nav .dropdown-content .dropdown.open > a {
	color: #fff;
}
.main-nav .nav .dropdown-content .current-menu-item > a, .main-nav .nav .dropdown-content .current-menu-parent > a, .main-nav .nav .dropdown-content .current-menu-ancestor > a, .main-nav .nav .dropdown-content .current_page_ancestor > a {
	color: #fff;
}
.main-nav .nav .dropdown-content:before, .main-nav .nav .dropdown-content:after {
	display: none;
}
/* 2nd level and below drop down styles */

.main-nav .nav ul .caret {
	display: inline-block;
	position: static;
}
/* Main End Navigation */
.main-nav-wrap .utility-nav {
	clear: both;
	float: none;
	text-align: center;
}
.main-nav-wrap .utility-nav {
    float: none;
}
.main-nav-wrap .utility-nav.mobile ul {
	text-align: center;
}
.main-nav-wrap .utility-nav > ul > li {
    display: block;
    float: none;
    text-align: center;
}
.main-nav-wrap .utility-nav li a {
	display:block;
	color:#ccc;color:rgba(255,255,255,0.6);
	font-size:110%;font-weight:300;
	padding:10px 15px !important;
}
.main-nav-wrap .utility-nav ul.sub-menu {
	border-top:1px solid #222;border-bottom:1px solid #222;
	}
	.main-nav-wrap .utility-nav ul.sub-menu li a {
		font-size:95%;
		padding:7px 15px !important;
	}
.main-nav-wrap .utility-nav li a:hover {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#133950+22,000000+100 */
	background: #133950; /* Old browsers */
	background: -moz-linear-gradient(top, #133950 22%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #133950 22%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #133950 22%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133950', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.utility-nav ul li.current-menu-item a, .utility-nav ul li.current-menu-parent a, .utility-nav ul li.current-menu-ancestor a, .utility-nav ul li.current_page_ancestor a {
	color:#fff;
}
/* == WooCommerce == */
/* product list */

.woocommerce ul.products .product.first {
	clear: none;
}
.woocommerce ul.products .product:nth-child(4n+1) {
	clear: both;
}

/* Content */
.content-wrap {
}

/* Homepage */
#hero .hero-wrapper {
    padding:100px 0;
	}
	#hero .hero-container {
		margin:0;
	}
	#hero h1 {
		font-size: 50px;
	}

.main-home-container  {
	font-size:70%;
}

#ctas h3 {
}

/* Sections */
.section .section-inner {
    padding: 60px 20px;
}
.section .section-heading, .section .section-content {
    padding: 0;
}

.section-collaborating .section-inner .slide {
	height:auto !important;
    font-size: 90%;
}

.our-benefits .benefit-block {
    font-size: 70%;
}

.section-improve-lives .improve-items .improve-block {
	margin:0;padding:25px 0 5px;
	}
	.section-improve-lives .improve-items .img-group {
		display: block !important;
		float: left;
		height: auto;
		margin: 0 1%;
		text-align: center;
		width: 31% !important;
		}
		.section-improve-lives .improve-items .img-group img {
			position:relative;right:auto;
			height:auto;
		}
	.section-improve-lives .improve-item .improve-icon img {
		position:relative;left:auto;
	}
	.section-improve-lives .improve-items .improve-text {
		width: 80%;
	}
	.section-improve-lives .improve-items .improve-block:hover .improve-text,
	.section-improve-lives .improve-items .improve-text {
		opacity:1 !important;
		border-left:none !important;
	}

.section-impact .section-inner {
    background-position: left top;
    background-size: cover;
}
.section-impact .impact-text {
    font-size: 100%;
    max-width: 74%;
}
.section-impact .impact-goals {
    font-size: 100%;
    margin: 0 -15px;
	}
	.section-impact .current-wrap {
		width: 60%;
	}
	.section-impact .goal {
		width: 15%;
	}

/* Show on-hover elements on mobile */
#ctas img {
    -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
#ctas .cta-desc {
    opacity: 1;
}

/* Page Hero */
#page-hero, #product-hero {
	padding:0;
	}
	#page-hero .hero-container,
	#product-hero .hero-container,
	body.single-product #page-hero .hero-container {
		font-size: 75%;
		line-height: normal;
		padding: 30px;
	}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
}

}
 
@media screen and (max-width: 767px) {

/*body.admin-bar .header {
    margin-top: 46px;
}*/

/* Homepage */
#hero .hero-wrapper {
    padding: 70px 0;
	}
	#hero h1 {
		font-size: 40px;
	}

#ctas h3 {
	font-size: 180%;
}

.main-home-container  {
	padding: 0 0 35px;
	font-size:90%;
	text-align:center;
}
.main-home-container img.alignright {
	margin:0;float:none;
}

.section-collaborating .section-inner .slide {
    padding: 30px;
	}
	.section-collaborating .section-inner .slide .slide-content {
		background:rgba(0,0,0,0.4);
		padding: 10px 20px;
	}
.section-collaborating .slide-navigation .slidenav-item {
	font-size:85%;
}

/* == Sidebar == */
.sidebar {
	margin-top: 1em;
}
.widget {
	max-width: 250px;
}
/* == Footer == */

.footer-nav > ul > li {
	display: list-item;
}
.footer-nav > ul > li > a {
	display: block;
	padding: 2px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 25px;
}

}

@media screen and (max-width: 599px) {
	
/* Header */

.btn-navbar {
	margin:6px 0;
    position: relative;
    z-index: 10;
}
.logo {
    float: none;
    height: auto;
    margin: 10px auto 0;
    position: absolute;left: 0;right: 0;z-index:1;
    text-align: center;
	}
	.logo img {
		margin-left: -0px;
	}

#header-search {
    background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;right: 0;z-index:20;
}
#header-search .search-toggle {
    margin:0;padding:19px 18px 18px;
}

/* Homepage */
#hero .hero-wrapper {
    padding:50px 0;
	}
	#hero h1 {
		font-size: 30px;
	}

#ctas .cta-desc {
    margin: 10px auto 40px;
}
#ctas h3 {
	font-size: 220%;
}

/* Sections */
.our-benefits .benefit-block {
    clear: both;
    float: none;
    font-size: 100%;
    max-height: 300px;
    overflow: hidden;
    width: 100%;
}
.our-benefits .benefit-block img {
    width: 100%;height: auto;max-width: none;
}

.section-collaborating .section-heading {
    font-size: 55%;
    padding: 0;
}

.section-collaborating .section-content, .section-improve-lives .section-content {
    font-size: 85%;
    padding: 0;
}

.section-collaborating .section-inner .slide {
    font-size: 100%;
}
.section-collaborating .slide-navigation .slidenav-item {
    width: 33.31%;
}
.section-collaborating .slide-navigation .slidenav-item a {
    max-height: 100px;
    overflow: hidden;
}

.section-impact .section-inner {
    background:#0C2535 !important;
}
.section-impact .impact-icon {
    margin: 0 auto 10px;
}
.section-impact .section-heading {
    font-size: 100%;
}
.section-impact .impact-text {
    font-size: 130%;
    max-width: 100%;
	}
	.section-impact .impact-text .text-left, .section-impact .impact-text .text-right {
		text-align:center;
	}

.section-impact .impact-goals {
    font-size: 100%;
    margin: 0 -10px;
	}
	.section-impact .goalname {
		clear: both;float: none;
		font-weight: 700;
		padding: 10px 5px 5px;
		text-align: center;
		width: 100%;
	}
	.section-impact .current-wrap {
		background: rgba(100, 100, 100, 0.6);
		clear: both;float: none;
		width: 100%;
	}
	.section-impact .goal {
		clear: both;float: none;
		font-style: italic;
		padding: 5px;
		text-align: center;
		width: 100%;
	}

.distribution-map {
    height: 370px;
}

/* == Blog Comments == */

.comment header .avatar {
	float: none;
	margin: 0;
}
.comment header h3 {
	float: none;
}
/* == WooCommerce == */

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 18px;
}

/* product list */


.woocommerce ul.products .product {
	width: 33.33333%;
}
.woocommerce ul.products .product:nth-child(4n+1) {
	clear: none;
}
.woocommerce ul.products .product:nth-child(3n+1) {
	clear: both;
}
/* column sets */

.woocommerce .addresses .col-1, .woocommerce .addresses .col-2 {
	float: none;
	width: 100%;
}
.woocommerce .addresses .col-1 {
	padding-right: 0;
}
.woocommerce .addresses .col-2 {
	padding-left: 0;
}
/* tables */
.woocommerce .shop_table.cart, .woocommerce .shop_table.cart tbody, .woocommerce .shop_table.cart thead, .woocommerce .shop_table.cart tfoot, .woocommerce .shop_table.cart tr, .woocommerce .shop_table.cart th, .woocommerce .shop_table.cart td, .woocommerce .shop_table.my_account_orders, .woocommerce .shop_table.my_account_orders tbody, .woocommerce .shop_table.my_account_orders tr, .woocommerce .shop_table.my_account_orders thead, .woocommerce .shop_table.my_account_orders tfoot, .woocommerce .shop_table.my_account_orders th, .woocommerce .shop_table.my_account_orders td, .woocommerce .shop_table.my_account_orders, .woocommerce .shop_attributes, .woocommerce .shop_attributes tbody, .woocommerce .shop_attributes tr, .woocommerce .shop_attributes thead, .woocommerce .shop_attributes tfoot, .woocommerce .shop_attributes th, .woocommerce .shop_attributes td, .woocommerce .shop_attributes {
	display: block;
}
.woocommerce .shop_table.cart .cart_table_item th, .woocommerce .shop_table.cart .cart_table_item td, .woocommerce .shop_table.my_account_orders th, .woocommerce .shop_table.my_account_orders td, .woocommerce .shop_attributes th, .woocommerce .shop_attributes td {
	padding: 0;
	border: none;
}
.woocommerce .shop_table.cart th, .woocommerce .shop_table.my_account_orders th, .woocommerce .shop_attributes th {
	display: none;
}
.woocommerce .shop_attributes p {
	margin: 0;
}
/* Account Page */
/* recent orders table */
.woocommerce .my_account_orders .order-number:before {
	content: "Order: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-date:before {
	content: "Date: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-status:before {
	content: "Status: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-total:before {
	content: "Total: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-actions .button {
	margin: 0.5em 0 1em 0;
}
/* cart page */


.woocommerce .shop_table.cart .cart_table_item {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.woocommerce .shop_table.cart .cart_table_item:first-child {
	padding-top: 1em;
	border-top: 1px solid #ddd;
}
.woocommerce .shop_table.cart a.remove, .woocommerce .shop_table.cart .product-quantity, .woocommerce .shop_table.cart .product-thumbnail {
	text-align: left;
}
.woocommerce .shop_table.cart .product-remove, .woocommerce .shop_table.cart .product-thumbnail {
	float: left;
}
.woocommerce .shop_table.cart .product-remove {
	margin-right: 10px;
}
.woocommerce .shop_table.cart td.product-name, .woocommerce .shop_table.cart td.product-price, .woocommerce .shop_table.cart td.product-quantity, .woocommerce .shop_table.cart td.product-subtotal {
	margin-bottom: 0.5em;
	padding-left: 125px;
}
.woocommerce .shop_table.cart .product-quantity .quantity {
	margin: 0;
}
.woocommerce .shop_table.cart td.product-subtotal {
	margin-bottom: 0;
}
.woocommerce .shop_table.cart .product-price:before {
	content: "Price: ";
	font-weight: 700;
}
.woocommerce .shop_table.cart .product-subtotal:before {
	content: "Total: ";
	font-weight: 700;
}
.woocommerce .shop_table.cart .actions .coupon .input-text {
	width: 150px;
}
.woocommerce .shop_table.cart .actions .checkout-button {
	margin: 1em 0 0 0;
}
}

@media screen and (max-width: 479px) {
	
/* Homepage */
#hero .hero-wrapper {
	padding:40px 0;
	}
	#hero h1 {
		font-size: 22px;letter-spacing: 5px;
	}


#ctas img {
    height: 160px;
}
#ctas h3 {
	font-size: 140%;
}

/* Sections */
.section-collaborating .section-heading {
    font-size: 50%;
    padding: 0;
}
.section-collaborating .section-inner .slide {
    font-size: 80%;letter-spacing: 2px;
    padding: 15px 5px;
}

.section-impact .current-wrap {
	font-size:90%;
}
	
/* == WooCommerce == */

/* single product page */

.woocommerce .product .images, .woocommerce .product .entry-summary {
	float: none;
	width: 100%;
	padding-right: 10px;
}
.woocommerce .product .images {
	margin-bottom: 1em;
}
.woocommerce-tabs .tabs li {
	display: list-item;
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 100%;
    padding: 12px 12px;
}

/* forms */

.woocommerce .form-row-wide, .woocommerce .form-row select, .woocommerce .form-row .input-text {
	width: 100%;
}
.woocommerce .form-row-wide select {
	width: 100%;
	padding-right: 0;
}
.woocommerce .form-row-first, .woocommerce .form-row-last {
	float: none;
	width: 100%;
}
.woocommerce .form-row-first {
	padding-right: 0;
}
.woocommerce .form-row-last {
	padding-left: 0;
}
.woocommerce .shipping-calculator-form .form-row-wide {
	width: 100%;
}
.woocommerce .shipping-calculator-form .form-row-wide select {
	width: 100%;
}
}

@media screen and (max-width: 320px) {
/* == WooCommerce == */

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 90%;
    padding: 12px 11px;
}

/* product list */

.woocommerce ul.products .product {
	width: 50%;
}
.woocommerce ul.products .product:nth-child(4n+1), .woocommerce ul.products .product:nth-child(3n+1) {
	clear: none;
}
.woocommerce ul.products .product:nth-child(2n+1) {
	clear: both;
}
/* column sets */
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
	float: none;
	width: 100%;
}
.woocommerce .col2-set .col-1 {
	padding-right: 0;
}
.woocommerce .col2-set .col-2 {
	padding-left: 0;
}
}


/* ===============================================
  Min and Max Range Queries
================================================== */

@media screen and (min-width: 768px) and (max-width: 959px) {
/* Footer */

.footer-nav > ul > li {
	display: inline;
}
.footer-nav > ul > li > a {
	display: inline;
	padding: 0 10px;
}
.footer-nav > ul > li:first-child > a {
	padding-left: 0;
}
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
/* Styles */



  



}
 @media screen and (min-width: 600px) and (max-width: 767px) {
/* Styles */



  



}
 @media screen and (min-width: 480px) and (max-width: 959px) {
/* Styles */







}
 @media screen and (min-width: 480px) and (max-width: 767px) {
/* == WooCommerce == */



  



  /* column sets */







.woocommerce .col2-set .col-1 {
	padding-right: 5px;
}
.woocommerce .col2-set .col-2 {
	padding-left: 5px;
}
}
 @media screen and (min-width: 480px) and (max-width: 599px) {
/* Styles */







}
 @media screen and (min-width: 320px) and (max-width: 480px) {
/* Styles */







}







/* ==================================================



  Grid DO NOT EDIT BELOW UNLESS NEEDED



================================================== */







@media screen and (max-width: 959px) and (min-width: 768px) {
.tablet-size1of1 {
	width: 100%;
}
.tablet-size1of2, .tablet-size2of4, .tablet-size3of6 {
	width: 50%;
}
.tablet-size1of3, .tablet-size2of6 {
	width: 33.333333333333336%;
}
.tablet-size2of3, .tablet-size4of6 {
	width: 66.66666666666667%;
}
.tablet-size1of4 {
	width: 25%;
}
.tablet-size3of4 {
	width: 75%;
}
.tablet-size1of5 {
	width: 20%;
}
.tablet-size2of5 {
	width: 40%;
}
.tablet-size3of5 {
	width: 60%;
}
.tablet-size4of5 {
	width: 80%;
}
.tablet-size1of6 {
	width: 16.666666666666668%;
}
.tablet-size5of6 {
	width: 83.33333333333334%;
}
}
 @media screen and (max-width: 767px) and (min-width: 599px) {
.mobile-size1of1 {
	width: 100%;
}
.mobile-size1of2, .mobile-size2of4, .mobile-size3of6 {
	width: 50%;
}
.mobile-size1of3, .mobile-size2of6 {
	width: 33.333333333333336%;
}
.mobile-size2of3, .mobile-size4of6 {
	width: 66.66666666666667%;
}
.mobile-size1of4 {
	width: 25%;
}
.mobile-size3of4 {
	width: 75%;
}
.mobile-size1of5 {
	width: 20%;
}
.mobile-size2of5 {
	width: 40%;
}
.mobile-size3of5 {
	width: 60%;
}
.mobile-size4of5 {
	width: 80%;
}
.mobile-size1of6 {
	width: 16.666666666666668%;
}
.mobile-size5of6 {
	width: 83.33333333333334%;
}
}
 @media screen and (max-width: 599px) {
.alignnone, .alignleft, .alignright, .aligncenter {
	float: none;
	display: block;
	margin: 1em auto 1em;
}
.grid-row {
	max-width: none;
	min-width: 0;
}
.grid-row .grid-row {
	margin-left: -10px;
	margin-right: -10px;
}
.grid-unit {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.colborder {
	border-left: none;
}
.grid-unit.size1of1, .grid-unit.size1of2, .grid-unit.size2of4, .grid-unit.size3of6, .grid-unit.size1of3, .grid-unit.size2of6, .grid-unit.size2of3, .grid-unit.size4of6, .grid-unit.size1of4, .grid-unit.size3of4, .grid-unit.size1of5, .grid-unit.size2of5, .grid-unit.size3of5, .grid-unit.size4of5, .grid-unit.size1of6, .grid-unit.size5of6 {
	width: 100%;
}
.grid-unit.mobile-small-size1of1 {
	width: 100%;
}
.grid-unit.mobile-small-size1of2, .grid-unit.mobile-small-size2of4, .grid-unit.mobile-small-size3of6 {
	width: 50%;
}
.grid-unit.mobile-small-size1of3, .grid-unit.mobile-small-size2of6 {
	width: 33.333333333333336%;
}
.grid-unit.mobile-small-size2of3, .grid-unit.mobile-small-size4of6 {
	width: 66.66666666666667%;
}
.grid-unit.mobile-small-size1of4 {
	width: 25%;
}
.grid-unit.mobile-small-size3of4 {
	width: 75%;
}
.grid-unit.mobile-small-size1of5 {
	width: 20%;
}
.grid-unit.mobile-small-size2of5 {
	width: 40%;
}
.grid-unit.mobile-small-size3of5 {
	width: 60%;
}
.grid-unit.mobile-small-size4of5 {
	width: 80%;
}
.grid-unit.mobile-small-size1of6 {
	width: 16.666666666666668%;
}
.grid-unit.mobile-small-size5of6 {
	width: 83.33333333333334%;
}
}







/* Responsive Visibility Helpers */







@media screen and (max-width: 959px) {
.mobileshow {
	display: block !important;
}
.mobilehide {
	display: none !important;
}
}
/* Desktop */



.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}



/* Tablets & small desktops only */



@media screen and (min-width: 768px) and (max-width: 959px) {
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-tablet {
	display: none !important;
}
}



/* Phones & small tablets */



@media screen and (max-width: 767px) {
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.hidden-phone {
	display: none !important;
}
}
