
/**
 * @license
 * MyFonts Webfont Build ID 3780313, 2019-07-01T22:33:35-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-SemiBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold/
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3780313
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/39aed9");

  
@font-face {font-family: 'Gilroy-SemiBold';src: url('../webfonts/39AED9_0_0.eot');src: url('../webfonts/39AED9_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/39AED9_0_0.woff2') format('woff2'),url('../webfonts/39AED9_0_0.woff') format('woff'),url('../webfonts/39AED9_0_0.ttf') format('truetype'),url('../webfonts/39AED9_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'Gilroy-Regular';src: url('../webfonts/39AED9_1_0.eot');src: url('../webfonts/39AED9_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/39AED9_1_0.woff2') format('woff2'),url('../webfonts/39AED9_1_0.woff') format('woff'),url('../webfonts/39AED9_1_0.ttf') format('truetype'),url('../webfonts/39AED9_1_0.svg#wf') format('svg');}




[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\f002";
}
.icon-envelope-o:before {
    content: "\f003";
}
.icon-check:before {
    content: "\f00c";
}
.icon-close:before {
    content: "\f00d";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-times:before {
    content: "\f00d";
}
.icon-file-o:before {
    content: "\f016";
}
.icon-camera:before {
    content: "\f030";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-facebook-square:before {
    content: "\f082";
}
.icon-phone:before {
    content: "\f095";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-smile-o:before {
    content: "\f118";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-envelope-square:before {
    content: "\f199";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-cc-visa:before {
    content: "\f1f0";
}
.icon-cc-mastercard:before {
    content: "\f1f1";
}
.icon-cc-paypal:before {
    content: "\f1f4";
}
.icon-checkmark:before {
    content: "\e900";
}
.icon-share2:before {
    content: "\e901";
}
.icon-google:before {
    content: "\e905";
}
.icon-google-plus2:before {
    content: "\e902";
}
.icon-facebook2:before {
    content: "\e903";
}
.icon-twitter2:before {
    content: "\e904";
}
.icon-rss2:before {
    content: "\e906";
}
.icon-pinterest2:before {
    content: "\e907";
}
.icon-pinterest22:before {
    content: "\e908";
}




/* Reset 
-------------------------------------------------- */

*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	}

ol, ul {
	list-style: none;
	}

/* Base
-------------------------------------------------- */

html {
	font-size: 100%;
	min-height: 101%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
	
	@media screen and (max-width: 40em) { /*????? Here ????*/
		html {
			font-size: 90%;
  			}
		}

body {
	color: #333 /*#272727*/;
	font-family: 'Gilroy-Regular', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1;
	background: #fff;
	height: 100%;
	}

.site {
	position: relative;
	margin: 0 auto;
	padding: 0;
	}

	@media screen and (min-width: 61em) {
		.site {
    		max-width: 74em;
  			}
  		}
  						
.site-wide {
	position: relative;
	margin: 0 auto;
	padding: 0;
	}

	@media screen and (min-width: 61em) {
		.site-wide {
    		max-width: 78em;
  			}
  		}		

/* Headers
-------------------------------------------------- */

.site-header {
	position: relative;
	padding: 0;
	background: #fff;
	}
	
	@media only screen and (min-width: 60em) {
		.site-header {
			padding: 2em 0 2em 0;
  			}
		}
		
.post .site-header,
.blog .site-header,
.error .site-header,
.general .site-header {
	border-bottom: #e0e0e0 1px solid;
	}
	
.logo {
	float: left;
	display: inline-block;
	text-decoration: none;
	background-image: url(../images/weathersafe-logo.png);
	width: 110px;
	height: 60px;
	background-position: left -210px;
	padding: 0;
	margin: 0.6em 0 0.5em 1em;
	}
 
	@media only screen and (min-width: 40em) {
		.logo {
			width: 170px;
			height: 90px;
			background-position: left -120px;
			margin: 0 0 0.5em 1em;
			}	
		}
 
	@media only screen and (min-width: 50em) {
		.logo {
			width: 220px;
			height: 120px;
			background-position: left top;
			margin: -1.6em 0 0.5em 1em;			
			}	
		}
	
	@media only screen and (min-width: 84em) {
		.logo {
			width: 220px;
			height: 120px;
			background-position: left top;
			margin: -1.6em 0 0.5em 0;			
			}	
		}	
		
		
		
	
.logo:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	

/*
 :::  Nav Pattern
-------------------------------------------------- */

/*!
 * Astro v10.0.0: Mobile-first navigation patterns
 * (c) 2016 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/astro
 */

.nav {
	list-style: none;
	margin: 0 -0.8em;
	padding: 0;
	}
			
.nav > li {
	display: inline-block;
	float: left;
	margin-left: 0.8em;
	margin-right: 0.8em;
	
	}
	
.nav a {
	color: #333;
	}


/* Navigation Menu Container */

@media (max-width: 59em) {
	.js-astro .nav-collapse .nav-menu {
    	box-sizing: border-box;
		display: none;
		width: 100%;
  		}
  
  	.js-astro .nav-collapse .nav-menu.active {
    	display: block;
  		}
  		
  	.js-astro .nav-collapse .nav-menu ul {	
  		}
  		
  
  	.js-astro .nav-collapse .nav-menu li {
    	display: block;
		width: 100%;
		box-sizing: border-box;
  		}

  	.js-astro .nav-collapse .nav {
    	text-align: left;
  		}
  		
  	.js-astro .nav-collapse .nav-toggle {
    	display: block;
		float: right;
		visibility: visible; 
  		}
  		
  	.nav-wrapper:before,
  	.nav-wrapper:after {
	  	content: "";
	  	display: table;
	  	height: 30px;
	  	width: 100%;
	  	background: #f8f8f8 /*#cbe4ff*/;
	  	}
	  
	.nav ul {
		padding-bottom: 1.2em;
	  	}
  
	.nav li {
		background: #f8f8f8;
		padding-left: 2.4em;
		}
  
	.nav li a {
		display: block;
		text-transform: uppercase;
		padding: 0.7em 0;
		}
	
	.nav li li {
		padding-left: 1em;
		}
	
	.nav li li a {
		text-transform: none;
		}
	}
 
 @media screen and (min-width: 59.001em) {
  
	.nav {
		padding: 0;
		}
  
	.nav {
		float: right;
		padding: 3em 1.5em 0 0;	
		display: inline-block;
		}

	.nav a {
		display: block;
		padding: 1em 0 0.7em 0;
		
		color: #444;
		border: none;
		}

	.nav ul {
		padding-bottom: 1em;
		}	
	
	.nav li {
    	float: left;
		width: auto;
		position: relative;
		margin-right: 0.5em;
		border: 0;
  		}
  		
  	.nav li a {
	  	display: block;
  		
  		}

  	.nav li:last-child {
    	margin-right: 0;
		}
	
	.nav a:hover {
		color: #638eb8;
		}

	.nav .active:after {
		content: " ";
		position: absolute;
		height: 2px;
		width: 4px;
		bottom: 0;
		left: 50%;
		margin-left: -2px;
		background: #444 /*#638eb8*/;
		}	

	.nav .sub-menu {
	    display: none;
	    }
	    
	.nav-toggle {
		display: none;
		visibility: hidden;
		}      
  	}
 
.nav-wrap:before,
.nav-wrap:after {
	display: table;
	content: "";
	}

.nav-wrap:after {
	clear: both;
	}

.menu ul ul a {
	padding-left: 1em;
	}
/*
.menu ul ul ul a {
  padding-left: 2.5em;
  color: red;
}
.menu ul ul ul ul a {
  padding-left: 3.75em;
  background: #f5f5f5;
}*/

.menu > ul > li > a {
  font-weight: 300;
}

a.mbutton {
	float: left;
	color: #555;
	font-weight: 300;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	padding: 0.7em 1.2em 0.6em 1.2em;
	margin: 2.5em 2em 0 0;
	border: 2px solid #555;
	border-radius: 100px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    }

a.mbutton:hover {
    color: #fff;
	background: #555;
    }

/*
	Main
-------------------------------------------------- */

.content-wrap { /* deleted in templates *****/
	margin-top: 0em;	
	}

.main {
	padding: 1em 1em 0 1em;
	margin: 0;
	}
	
	@media screen and (min-width: 50em) {
		.main {
			padding: 1.5em 0 0 1.5em;
			
			}
		}
	
	@media screen and (min-width: 60em) {
		.main {
			padding: 1.5em 0 0 1.5em;
			
			}
		}	
	
			
	
.main:after, header:after {
	content: '';
	display: table;
	clear: both;
	}

.hero-wrapper {
	margin: 0 auto;
	
	}

.hero-holder {
	height: 480px;
	background-repeat: no-repeat;
	margin: 0 auto;
	} 
	
	@media screen and (min-width: 60em) {
		.hero-holder {
			height: 680px;
			overflow: hidden;
			/*max-width: 82em;*/
			margin-top: 20px;
			}
		}
	@media screen and (min-width: 100em) {
		.hero-holder {
			height: 780px;
			/*max-width: 92em;*/
			margin-top: 40px;
			}
		}
	@media screen and (min-width: 120em) {
		.hero-holder {
			height: 800px;
			/*max-width: 100em;*/
			margin-top: 40px;
			}
		}	

.intro-text {
	}
	
	@media screen and (min-width: 60em) {
		.intro-text {
			padding: 1.8em 0 0.3em 4em;
			background: #fff;
			}
		}
	
	@media screen and (min-width: 60em) {
		.intro-text h1 {
			margin: 0.5 0 0 0;
			padding: 2em 0 0.7em 0;
			}
			
		.intro-text p {
			max-width: 82%;
			font-size: 1.05em;
			/*
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 5em;
			-moz-column-gap: 5em;
			column-gap: 5em;*/
			}
		}
		

/* Top bar
------------------------------------------------- */

.top-bar {
	margin: 0.9em 0 -3em 0;
	padding: 0 2em 0 0;
	}
		
	@media screen and (min-width: 60em) {
		.top-bar {
			padding: 0 2em 0 0;
			}
		}

	@media screen and (min-width: 66em) {
		.top-bar {
			padding: 0 2em 0 0;
			}
		}
/*		
.top-bar::before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #9778d3 0%, #ffa42f 50%, #00bcb4 100%);
    position: absolute;
    bottom: 0px;
}	*/	

.breadcrumb {
	padding: 0.5em 0 0 0;
	margin: 0;
	display: inline-block;
	}
	
	@media screen and (max-width: 59em) {
		.breadcrumb {
			display: none;
			}
		}
		


.breadcrumb li {
	display: inline-block;
	margin-right: 1em;
	list-style: none;
	}
	


.breadcrumb a {
	color: #555;
	font-size: 80%;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: .4em 0;
	}

.breadcrumb a:hover {
	color: #3498db;
	border-bottom: none;
	}

.breadcrumb a:after {
	color: #555;
	font-size: 1.5em;
	font-weight: 300;
	content: "›";
	position: absolute;
	top: 0em;
	right: -.7em;
	}

.breadcrumb .is-active a:after {
	display: none;
	}

.breadcrumb .is-active {
	pointer-events: none;
	}
	
.breadcrumb .is-active a {
	color: #ccc;
	}
	
.breadcrumb li a:before {
	background: none;
	}

.phone-top-bar {
	font-size: 1.1em;
	padding: .5em 0 0 0;
	float: right;
	clear: both;
	}
	
	@media screen and (max-width: 59em) {
		.phone-top-bar {
			float: left;
			padding-left: 0.5em;
			}
		}

.phone-top-bar a {
	color: #333;
	}

.social-product {
	padding: 2em 0 0 0;
	margin-top: 4.5em;
	border-top: #e0e0e0 1px solid;
	}

.social-bar {
	padding: 0 0 0 0;  
	clear: left;
	}
	
.social-mobile {
	border-bottom: #ccc 1px solid;
	}	
	  
 ul.social-links {
	text-decoration: none;
	padding: 0;
	margin: 0;
	}  

.social-links li {
	display: inline-block;
	padding: 0;
	margin: 0em 1em 0 0;
	}
	
.social-links a {
	border-bottom: none;
}
	
/* Unused
li.share-ico span {
	 color: #ccc;
	 font-size: 2em;
	 padding: 0 0 1.3em 0; 
	 }*/
	 
a.sbutton {
	float: left;
	color: #555;
	font-weight: 300;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 1.2em 0.4em 1.2em;
	border: 2px solid;
	border-radius: 100px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    }
    
    @media screen and (max-width: 60em) {
		a.sbutton {
			padding: 0.2em 0.9em 0.1em 0.9em;
			}		
		}


.featured-explore {
	text-align: center;
	margin-bottom: 5em;
}
    
a.exbutton {
	color: #555;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 0.3em 1em 0.4em 1em;
	margin: 0.5em 0 0 -0.3em;
	border: 2px solid #555;
	border-radius: 100px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    }

a.exbutton:hover {
    color: #fff;
	background: #555;
    border: 2px solid #555;
    }
    
    @media screen and (min-width: 60em) {
		a.exbutton {
			padding: 0.7em 1.2em 0.7em 1.2em;
			margin: 1.5em 0 0 -0.3em;
			}
		}  
    
    
a.facebook {
	color: #3b5998;
	border-color: #3b5998;
	}

a.facebook:hover {
    color: #fff;
	background: #3b5998;
    }

a.twitter {
	color: #4099ff;
	border-color: #4099ff;
	}
    
a.twitter:hover {
    color: #fff;
	background: #4099ff;
    } 
    
a.gplus {
	color: #d34836;
	border-color: #d34836;
	}

a.gplus:hover {
    color: #fff;
	background: #d34836;
    }
    
a.mail {
	color: #d34836;
	border-color: #d34836;
	}	

a.mail:hover {
    color: #fff;
	background: #d34836;
	border-color: #d34836;
    }	

/*
 :::  Links
-------------------------------------------------- */
a {
	color: #0088cc;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s, opacity .3s, border .3s;
	transition: background .3s, color .3s, opacity .3s, border .3s;
	}
	
a:hover {
	color: #0088cc;
	}

.text a {
	font-weight: 300;
	word-wrap: break-word;
	}
/*
.text a:hover {
	border-bottom: 1px solid #0088cc;
 	margin-top: -1px;
 	}*/


/*
 :::  Buttons
-------------------------------------------------- */
[class*='btn'] {
  display: inline-block;
  padding: .5em 1.5em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  border-radius: 5em;
  border-color: #222;
  background-color: transparent;
  color: #222;
  cursor: pointer;
  transition: background-color .3s, color .3s, border-color .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
[class*='btn']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[class*='btn']:hover,
[class*='btn']:focus {
  background-color: #222;
  color: #fff;
}

/* red buttons */
[class*='btn-red'] {
  border-color: red !important;
  color: red;
}
[class*='btn-red']:hover,
[class*='btn-red']:focus {
  background-color: red;
  color: #fff;
}

/* white buttons */
[class*='btn-white'] {
  border-color: white;
  color: white;
}
[class*='btn-white']:hover,
[class*='btn-white']:focus {
  background-color: white;
  color: #222;
}

/* hero buttons */
[class*='hero-btn'] {
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 2rem;
}
.hero-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hero-btn-red {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* buttons within .text */
.text [class*='btn'] {
  border-color: #222;
}



/*
 :::  Images
-------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	}
/*
.text figure {
  display: block;
  margin-bottom: 1.5em;
}
.text figure a {
  border-bottom: none;
}*/

.text figure figcaption {
	display: block;
	margin-top: 8px;
	margin-bottom: -8px;
	color: #333;
	font-size: .9em;
	}

.text .img-left {
	float: left;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1em;
	}

.text .img-right {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
	margin-top: 0;
	}
 	
/*
 :::  Pagination
-------------------------------------------------- */
.pagination {
	padding: 1.5em 0;
	}
.pagination .prev {
	float: left;
	}
.pagination .next {
	float: right;
	} 	

/*
 :::  Text
-------------------------------------------------- */
.text {
	font-weight: normal;
	line-height: 1.7em;
	}

.text p {
	margin-bottom: 1.7em;
	}

em {
	font-size: 1.1em;
	text-transform: none;
	font-style: normal;
	display: block;
	margin-bottom: 3em;
	color: #000;
	}

/*
 :::  Headings
-------------------------------------------------- */
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
  /*color: #122b40;*/
  font-family: 'Gilroy-SemiBold';
  font-weight: normal;
  font-style: normal;
  /*letter-spacing: -0.7px;*/
  
  
}

h1 {
	color: #333 /*#182b43 /*#122b40*/;
	font-size: 1.4em;
	line-height: 1.2;
	padding: 1.8em 0 0.6em 0;
	margin: 0;
	}
	
	@media screen and (min-width: 60em) {
		h1 {
			font-size: 1.7em;
			padding: 2em 0 0.3em 0;
			}
		}
		
.blog h1 {
	margin: 1em 0 1em 0;
}

.text h2 {
	color: #182b43;
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: .8em;
	}
	
	@media screen and (min-width: 60em) {
		.text h2 {
			font-size: 1.8em;
			}
		}

.text h3 {
	font-size: 1.1em;
	margin-bottom: .4em;
	padding-top: 1.2em;
	color: #182b43;
	}
	
	@media screen and (min-width: 60em) {
		.text h3 {
			font-size: 1.15em;

			}
		}

.feature-list .text h2,
.feature-list .text h3 {
	font-size: 1.3em;
	margin-top: 0.6em;
	}
	
	@media screen and (min-width: 60em) {
		.feature-list .text h2,
		.feature-list .text h3 {
			font-size: 1.3em;
			padding-top: 0.2em;
			margin-top: 0.6em;
			}
		}

.feature-list .text h3 a {
	color: #182b43;
}

	
.text h4 {
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	line-height: 1.0;
	padding-top: 1em;
	margin-bottom: .2em;
	}

.text h5 {
	font-size: 1empx;
	font-weight: 500;
	line-height: 1.5;
	}

.text h6 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: red;
	}

.text h5,
.text h6 {
	margin-bottom: .5em;
}

/*

.hline::before {
	position: absolute;
	content: "";
	height: 1px;
	background: #3498db;
	width: 100px;
	bottom: -1px;
	left: 0px;
	}

.hline {	
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: .7em;
	margin: 0 0 0 0;
	position: relative;
	}

.leadtitle {
	margin: 0 0 1em 0;
}*/

strong {
	font-family: 'Gilroy-SemiBold';
	font-weight: normal;
	font-style: normal;
	color: #000;
}




/*
 :::  Tables
-------------------------------------------------- */
.text table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border: 1px solid #ddd;
}
.text th, .text td {
  text-align: left;
  padding: .5em 1em;
  vertical-align: top;
}
.text th {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.text tr:nth-child(even) td {
  background: #f5f5f5;
}


/*
 :::  Unordered Lists
-------------------------------------------------- */
.text ul {
	margin-bottom: 1.5em;
	list-style: disc;
	padding-left: 1em;
	}

ul.tick {
	list-style: none;
	margin-left: -1em;
}

ul.tick li {
	position: relative;
	padding-left: 1.8em;
	}

ul.tick li:before {
	font-family: 'icomoon';
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	color: #5bc4f5;
	padding-right: 2em;
	}

.text ul ul,
.text ul ol {
	margin-bottom: 0;
	}

/*
 :::  Ordered Lists
-------------------------------------------------- */
.text ol {
	list-style: decimal;
	}

.text ol ul,
.text ol ol {
	margin-bottom: 0;
	}



/*
 :::  Description lists
-------------------------------------------------- */
.text dl {
	margin-bottom: 2.5em;
	}

.text dt {
	margin-top: 1.5em;
	}

/*
 :::  Blockquotes
-------------------------------------------------- */
.text blockquote {
	margin-bottom: 1.5em;
	padding-top: .5em;
	padding-left: 1em;
	padding-bottom: .5em;
	border-left: 5px solid #ddd;
	font-style: italic;
	}

.text blockquote p:last-of-type {
	margin-bottom: 0;
	}

/*
 :::  Horizontal rules
-------------------------------------------------- */
.text hr {
	background: #ddd;
	height: 1px;
	border: 0;
	margin: 1.3em 0 2.2em 0;
	}

/*
 :::  Col Grid
-------------------------------------------------- */
.grid:after {
	content: '';
	display: table;
	clear: both;
	}

@media screen and (min-width: 59em) {
	[class*='col-'] {
		float: left;
		width: 100%;
		padding-right: 3%;
		position: relative;
  		}
  		
  	[class*='col-'].last {
    	padding-right: 0;
		float: right;
  		}
  		
  	.col-1-6 { width: 16.66%;}
  	
  	.col-2-6 { width: 33.33%;}
	
	.col-3-6 { width: 50%;}	
	
	.col-4-6 { width: 66.66%;}
  	
  	.col-5-6 { width: 83.33%;}
  
  	.col-25 { width: 28%;}
  	
  	.col-1-4 {width: 25%;}
  
  	.col-75 { width: 72%;}
  
  	.col-30 { width: 30%;}
  
  	.col-70 { width: 70%;}
  
  	.col-100 { width: 100%;}
	   
	}
	
.space-top { margin-top:3em;}


/*
 :::  List Grid
-------------------------------------------------- */

[class*='list-']:after {
	content: '';
	display: table;
	clear: both;
	}
	
[class*='list-'] li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
	}

	@media screen and (min-width: 45em) {
		[class*='list-'] li {
			width: 47%;
			margin-right: 6%;
  			}
  			
  		[class*='list-'] li:nth-child(even) {
  			margin-right: 0;
  			}
		}

	/* 2 items in a row */
	@media screen and (min-width: 45em) {
		.list-2 li {
			width: 48%;
			margin-right: 2.5% !important; /*Was 3.5% but caused last row to drop*/
  			}
  			
  		.list-2 li:nth-child(2n+2) {
  			margin-right: 0 !important;
  			}
		}

	/* 3 items in a row */
	@media screen and (min-width: 45em) {
		.list-3 li {
			width: 31%;
			margin-right: 2.5% !important; /*Was 3.5% but caused last row to drop*/
  			}
  			
  		.list-3 li:nth-child(3n+3) {
  			margin-right: 0 !important;
  			}
		}

	/* 4 items in a row */
	@media screen and (min-width: 60em) {
		.list-4 li {
			width: 21%;
			margin-right: 4% !important;
			}
			
		.list-4 li:nth-child(4n+4) {
			margin-right: 0 !important;
  			}
		}

/*
 :::  Product pages
-------------------------------------------------- */

.product-copy {
	padding: 0 ;
	
	/*border-top: #f19656 2px solid;*/
	}
	
	@media screen and (min-width: 38em) {
		.product-copy {
			padding: 0;
			}
		}
	
	@media screen and (min-width: 48em) {
		.product-copy {
			padding: 0 0 0 0;
			}
		}
		
	@media screen and (min-width: 60em) {
		.product-copy {
			padding: 0 0 0 0;
			margin-top: 0em;
			}
		}	

.product-wrap {
	padding: 0.5em 0.5em 0 0.5em;
	}

	@media screen and (min-width: 60em) {
		.product-wrap {
			padding: 0 3em 0 0;
			}
		}

	@media screen and (min-width: 66em) {
		.product-wrap {
			padding: 0 3em 0 0;
			}
		}
		

.img-space {
	padding: 1.2em 0 1em 0;
	}

.product-inline-wrap {
	float: left;
	display: block;
	margin: 2em 0 1em 0;
	background: #f0f4f7;
	}
	
	@media screen and (min-width: 60em) {
		.product-inline-wrap {
			margin: 2em 0 3em 0;
			}
		}

.product-inline-copy {
	padding: 0em 1.2em 1.8em 1em;
	}
	
	@media screen and (min-width: 48em) {
		.product-inline-copy {
			padding: 0.8em 1.2em 1.8em 1.2em;
			}
		}
	
	@media screen and (min-width: 60em) {
		.product-inline-copy {
			padding: 0.8em 2.2em 1.8em 3em;
			}
		}

.product-card, .product-card-last {
	float: left;
	display: block;
	padding-bottom: 1.5em;
	margin: 1em 0 1.2em 0;
	border-bottom: #e0e0e0 1px solid;
	}

.product-card-last {
	border-bottom: none;
	margin-bottom: 0;
	}


/*
 :::  In page gallery
-------------------------------------------------- */

.gallery-wrapper {
	margin: 1.2em 0 1.5em 0;
	display: inline-block;
	}

.gallery {  
	font-size: 0;
	}
/*
.gallery a {
	font-size: 16px; 
	display: inline-block;
	margin-bottom: 8px;
	width: calc(50% - 4px);
	margin-right: 8px;
	border-bottom: none;
	vertical-align: bottom;
	line-height: 0;  
	}*/
	
.gallery a {
	font-size: 16px; 
	display: inline-block;
	margin-bottom: 4px;
	width: calc(50% - 2px);
	margin-right: 4px;
	border-bottom: none;
	vertical-align: bottom;
	line-height: 0;  
	}	
	
.gallery a:hover {
	border-bottom: none;
	}

.gallery a:nth-of-type(2n) {
	margin-right: 0;
	}

	@media screen and (min-width: 60em) {
	.gallery a {
    	width: calc(25% - 3px);
  		}

  	.gallery a:nth-of-type(2n) {
    	margin-right: 4px;
  		}

  	.gallery a:nth-of-type(4n) {
    	margin-right: 0;
  		}
	}
	
	
.gallery-x-wrapper {
	background: #fff;
	margin: 0 0 0 0;
	}
	
.gallery-x {  
	font-size: 0;
	}	
	
.gallery-x figure {
	font-size: 16px; 
	display: inline-block;
	margin-bottom: 8px;
	width: calc(50% - 4px);
	margin-right: 8px;
	border-bottom: none;
	vertical-align: bottom;
	line-height: 0;  
	}
	
.gallery-x a:hover {
	border-bottom: none;
	}

.gallery-x figure:nth-of-type(2n) {
	margin-right: 0;
	}

	@media screen and (min-width: 40em) {
	.gallery-x figure {
    	width: calc(33.333% - 5.8px);
  		}

  	.gallery-x figure:nth-of-type(2n) {
    	margin-right: 8px;
  		}

  	.gallery-x figure:nth-of-type(3n) {
    	margin-right: 0;
  		}
	}	
	

.gallery-social-links {
	padding: 0.8em 0;
	}

/*
 :::  Client logo footer & grid
-------------------------------------------------- */

.client-footer {
	border-top: #e0e0e0 1px solid;
	padding: 4em 0 0 0;
	margin: 5em 0 0 0;
	}

.client-f-wrapper {
	background: #fff;
	margin: 0 0 0 0;
	
	}
	
.client-f {  
	font-size: 0;
	}	
	
.client-f figure {
	font-size: 16px; 
	display: inline-block;
	margin-bottom: 8px;
	width: calc(50% - 4px);
	margin-right: 8px;
	border-bottom: none;
	vertical-align: bottom;
	line-height: 0;  
	}
	
.client-f a:hover {
	border-bottom: none;
	}

.client-f figure:nth-of-type(2n) {
	margin-right: 0;
	}


	@media screen and (min-width: 40em) {
		.client-f figure {
    		width: calc(33.333% - 8px);
  		}

  		.client-f figure:nth-of-type(2n) {
    		margin-right: 8px;
  		}

  		.client-f figure:nth-of-type(3n) {
    		margin-right: 8px;
  		}
	}	



	@media screen and (min-width: 60em) {
		.client-f figure {
    		width: calc(16.66% - 8px);
  		}

  		.client-f figure:nth-of-type(2n) {
    		margin-right: 8px;
  		}

  		.client-f figure:nth-of-type(6n) {
    		margin-right: 0;
  		}
	}



/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.7.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}} 


.gallery-x figure { }
.gallery-x figure img { padding: 0; margin-bottom: -8px;}

.gallery-x figcaption {
	display: block;
	position: relative;
	line-height: 1.5em;
	color: #000;
	background: #f0f4f7;
	width: 100%;
	padding: 1em 0 1em 1.2em;
	border-bottom: #fff 8px solid;
	}

/*
 :::  Sidebar
-------------------------------------------------- */

.sidebar {
	padding-top: 1em;
	padding-left: 0em;
	margin-top: 3.2em;
	/*background: #f8f8f8;
	/*box-shadow: 26px 0 26px -12px rgba(100, 111, 121, 0.06);*/
	/*background: -moz-linear-gradient(left, #ffffff 0%, #f8f8f8 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#f8f8f8 100%);
	background: linear-gradient(to right, #ffffff 0%,#f8f8f8 100%);*/
	
	
	}

/*
.sidebar li {
	list-style: none;
	line-height: 1.5em;
	}
	
.sidebar a {
	position: relative;
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}


	@media only screen and (max-width: 45em) {
		.sidebar li a {
			white-space: normal;
  			}
		}


/*
 :::  Submenu 
-------------------------------------------------- */

.submenu {
	background: #f8f8f8;
	}
	
.submenu ul {  
	padding: 2.6em 0;
	
	}	
	
.submenu li {
	list-style: none;
	line-height: 1.2em;
	}

.submenu a {
	color: #000;
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 0.5em 0 0.5em 1.8em; 
	}

	@media screen and (min-width: 66em) {
		.submenu a {
			padding-left: 3.5em;
			}
		}

.submenu a:hover {
	color: #777;
	}
	
.submenu .active a:hover {
	color: #000;
	}


.submenu .active {
	color: #000;
	position: relative;
	display: block;	
	}

.submenu .active:after {
	content: "›";
	position: absolute;
	top: .35em;
	left: 0.5em;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	}
	
	
	@media screen and (min-width: 66em) {
		.submenu .active:after {
			content: "‹";
			left: 1.2em;
			}
		}

/*
.submenu ul ul a {
	padding-left: 1.25em;
	}

.submenu ul ul ul a {
	padding-left: 2.5em;
	color: #777;
	}
	
.submenu ul ul ul ul a {
	padding-left: 3.75em;
	background: #f5f5f5;
	}
*/
.submenu > ul > li > a {
 	font-weight: normal;
	}
	
/*
	@media screen and (min-width: 47em) {
		.submenu {
			margin-top: 0;
			margin-bottom: 3em;
			border-top: 0;
			}
		}*/


.sidebar-extra {
	background: #e0e0e0;
	margin-top: 3em;
	padding: 2em 1.7em 2em 1.8em; 
	}

	@media screen and (min-width: 66em) {
		.sidebar-extra {
			padding-left: 2.3em;
			}
		}

/*
 :::  Features lists
-------------------------------------------------- */

.read-more {
	
}

.more {
	color: #1180b8;
	white-space: nowrap;
	}
	
ul.feature-list {
	margin: 0;
	padding: 0;
}	
	

.feature-list li {
	position: relative;
	margin-bottom: 1.8em;
	background: #f8f8f8;
	list-style: none;
	padding-left: 0;
	}
	
	@media screen and (min-width: 60em) {
		.feature-list li {
			margin-bottom: 3em;
			border: none;
			}
		}

.feature-list img {  
  width: 100%;
	}

.feature-list .text {
	padding: 0.5em 1.2em 1.5em 0.8em;
	color: #222;
	}
	
	@media screen and (min-width: 60em) {
		.feature-list .text {
			padding: 0.8em 1.2em 0em 1.8em;
			}
		}
	

a.feature-image {
	border-bottom: none;
	vertical-align: bottom;
	line-height: 0;
	}

/*
 :::  Clearfix [cf]
-------------------------------------------------- */
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/*
 :::  Helpers
-------------------------------------------------- */

/* Visually hidden */
.vh {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}

/* Completely hidden [ch] */
.ch {
	display: none;
	}

/* Truncate [tc] */
.tc {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}

.margin-bottom {
	margin-bottom: 1em;
	}
	
.center {
	text-align: center;
	}
	
hr {
	display: block;
	height: 2px;
	background-color: #ddd;
	}

/*
 :::  Sections
-------------------------------------------------- */
.section {
	margin-bottom: 8em;
	border-bottom: 1px solid #ddd;
	}
	
.section.last {
	margin-bottom: 0;
	border-bottom: 0;
	}

/*
 :::  Browserupdate
-------------------------------------------------- */
.browserupdate {
	display: block;
	margin-bottom: 3em;
	padding: 2em;
	color: #fff;
	text-align: center;
	background-color: red;
	}
	
.browserupdate a {
	color: #fff;
	text-decoration: underline;
	}

/*
 :::  Footer
-------------------------------------------------- */

footer {
	color: #fff;
	padding: 0 0.7em 2em 0.7em;
	background: #222 /*#f7f7f7*/;
	margin-top: 5em;
	}
	
	@media screen and (min-width: 60em) {
		footer {
			padding: 0 0 0 0;
			}
		}
		
footer a {
	color: #fff;
	}

footer ul {
	margin: 0 0 0 -1em;
	padding: 0;
	}

footer li {
	list-style: none;
	padding: 0;
	margin: 0;
	}		
		

.footer-wrap {
	padding: 3em 1em 2em 1em;
	}
	
	@media screen and (min-width: 60em) {
		.footer-wrap {
			padding: 5em 1.5em 5em 1.5em;
			}
		}

.footer-book {
	}
	
.footer-book ul {
	display: inline-block;
	}
	
.footer-book-links li {
	list-style: none;
	display: inline-block;
	margin-right: 1.2em;
	}
	
.footer-book-links li a {
	padding: 0 0 0.4em 0;
	color: #000;
	}
	
.footer-book h2 {
	color: #000;
	font-size: 1.4em;
	padding: 0 0 0 0;
	margin: 0 0 .8em 0;
	
	}
	
.footer-book a:hover {
	border: none;
	}
	
.f-fb {
	color: #3b5998;
	}

a.f-fb a:hover {
	color: #3b5998;
	border-color: #3b5998;
	}

.f-ig {
	color: #fb3958;
	}
	
a.f-ig:hover {
	color: #fb3958;
	border-color: #fb3958;
	}	

.f-pi {
	color: #cb2027;
	} 
	  
a.f-pi:hover {
	color: #cb2027;
	border-color: #cb2027;
	}
	
.footer-copyright {
	padding: 1.8em 0 1.8em 0;
	margin: 4em 0 0 0;
	border-top: #e0e0e0 1px solid;
	clear: both;
	}

.footer-links {
	display: inline-block;
	}

.footer-links li {
	display: inline-block;
	padding-right: 2em;
	}
		
.bld {
	font-size: 95%;
	display: inline-block;
	color: #aaa;
	}
	
.to-top {
	position: absolute;
	right: 1em;
	top: -2.4em;
	text-align: center;
	font-size: 16px;
	}
	
	@media screen and (min-width: 60em) {
		.to-top {
			top: -1.8em;
			right: 2.4em;
			font-size: 16px;
			}
		}

.to-top span {
	color: #000;
	display: block;
	font-size: 24px;
	border-radius: 50%;
	border: 2px solid #000;
	padding: 12px;
	background: #fff;
	}
	
a:hover.to-top {
	border: none;
	}
	
/*
 :::  Home specific
-------------------------------------------------- */

.home .breadcrumb { display: none; }
.home .top-bar {border: none; }

.home .main {
	padding: 0;
	}
	
.home-wrapper {
	padding: 0 0.6em;
	}
	
	@media screen and (min-width: 40em) {
		.home-wrapper {
			padding: 0.8em;
			}
		}
	
	@media screen and (min-width: 60em) {
		.home-wrapper {
			padding: 0;
			}
		}
		
.home-in {
	border-top: #e0e0e0 1px solid;
	margin: 0 auto;
}
			
.home-intro {
	padding: 0.6em 0.6em 0 0.6em;
	margin: 1em 0 1em 0;
	}
	
	@media screen and (min-width: 60em) {
		.home-intro {
			padding: 2em 0 2em 3em;
			max-width: 80%;
			}
		/*
		.home-intro p {
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 3em;
			-moz-column-gap: 3em;
			column-gap: 3em;
			}*/
		}

.home-featured {	
	list-style: none;
	text-decoration: none;
	height: 100%;
	}

.home-featured {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
	background: #F1F4FB /*#f1f5f8*/;
	margin-bottom: 3em;
	padding: 0 0 3em 0em;
	}
	
	@media screen and (min-width: 60em) {
		.home-featured {
			margin-bottom: 6em;
			padding: 6.5em 0 5.5em 0em;
			}
		}


.home-featured-image {
	float: left;
	width: 100%;
	position: relative;
	}
	
	@media screen and (min-width: 60em) {
		.home-featured-image {
			float: left;
			width: 50%;
			position: relative;
			}
		}
		

.home-featured-copy {
	width: 100%;
	float: left;
	position: relative;
	padding: 2em 1.2em 0 1.2em;
	}
	
	@media screen and (min-width: 60em) {
		.home-featured-copy {
			width: 50%;
			float: right;
			position: relative;
			padding: 0em 3em 0 3.6em;
			}
		}
		
.fp h2 {
	color: #222;
	padding: 0 0 0 0.4em;
	margin: 3em 0 0.5em 0;
	}		

		
a.fbutton {
	float: left;
	color: #555;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 0.3em 1em 0.4em 1em;
	margin: 0.5em 0 0 -0.3em;
	border: 2px solid #555;
	border-radius: 100px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    }

a.fbutton:hover {
    color: #fff;
	background: #555;
    border: 2px solid #555;
    }
    
    @media screen and (min-width: 60em) {
		a.fbutton {
			padding: 0.3em 1.2em 0.2em 1.2em;
			margin: 1.5em 0 0 -0.3em;
			}
		}
    	
.home-featured:after {
	content: "";
	width: 100%;
	display: table;
	clear: both;
	height: 1px;
	}

.latest-posts {
	padding: 0 0.6em 0 0.6em;
	margin: 1.2em 0.8em 0 0.8em;
	}
	
	@media screen and (min-width: 60em) {
		.latest-posts {
			padding: 0em 0.8em 0 0.8em;
			margin: 1.2em 0 3em 0;
			}
			
		.latest-posts h2 {
			padding: 0 0 1em 0;
			margin-bottom: 0.3em;
			border-bottom: #e0e0e0 1px solid;
			}
		}

.latest-posts h2 a, .latest-posts h3 a {
	color: #222;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s, opacity .3s, border .3s;
	transition: background .3s, color .3s, opacity .3s, border .3s;
	}
.latest-posts h2 a:hover, .latest-posts h3 a:hover {
	color: #0088cc;
	border-bottom: #0088cc;
	}

.latest-posts .text a {
	font-weight: inherit;
	word-wrap: break-word;
	}

.latest-posts .text a:hover {
	
	}

/*
 :::  Contact
-------------------------------------------------- */

.contacts-block {
	margin: 1em 0 0 0;
	padding-bottom: 2.4em;
	}
	
.contacts li {
	list-style: none;
	}
	
.contacts h4 {
	margin-bottom: .3em;
	}


/*
 :::  Form
-------------------------------------------------- */
	

.uniform__potty {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

form,
fieldset {
  margin-bottom: 1.5625em;
}

legend,
label {
  display: block;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0.3125em;
}

/* @todo Adjust form colors based on Sass variables */
input,
textarea,
select {
  display: block;
  width: 100%;
  font: inherit;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 1.1875em;
  padding: 0.3125em;
  border: 0.0725em solid #b8b8b8;
  border-radius: 0.3em;
}

form button,
form .button {
  margin-bottom: 1.1875em;
}

textarea {
  height: 12em;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin-bottom: 0.3125em;
  cursor: pointer;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 0.0725em 0.0725em rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}

/*  Inline Inputs */
.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/*  Condensed Inputs */
.input-condensed {
  padding: 0.0725em 0.3125em;
  font-size: 0.9375em;
}

@media (min-width: 40em) {
  input, textarea, select {
    line-height: 1.5625;
  }
}

iframe, object, embed{max-width: 100%;}

#map { height: 100%;}

/*
 :::  In page columns not currently used
-------------------------------------------------- */
.columns {
  margin-right: -2rem;
}
.column {
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem;
}
.columns-1 .column {
  width: 100%;
}
.columns-2 .column {
  width: 50%;
}
.columns-3 .column {
  width: 33.33%;
}
.columns-4 .column {
  width: 25%;
}
.columns-5 .column {
  width: 20%;
}

/*
 :::  Blog
-------------------------------------------------- */	
	
.blog-top {
	margin: 0 auto;
	
	background: #222;
	} 
	
	
	@media screen and (min-width: 60em) {
		.blog-top {
			max-width: 85em;
			
			overflow: hidden;
			}
		}

.blog-wrap {
	padding: 1.0em 0 0 1.5em;
	}

	@media screen and (min-width: 60em) {
		.blog-wrap {
			padding: 5em 0em 0 0;
			}
		}

	@media screen and (min-width: 66em) {
		.blog-wrap {
			padding: 5em 0 0 1.2em;
			}
		}

.post-meta {
	padding: 1.8em 0;
	margin: 4em 0 0 0;
	border-top: #e0e0e0 1px solid;
	}

.post-meta .category { margin-right: 1em;}
.post-meta .tag {margin-right: 0.5em;}


.blog-sidebar li {
	list-style: none;
	line-height: 1.1em;
	}
	
.blog-sidebar a {
	position: relative;
	display: block;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	@media only screen and (max-width: 45em) {
		.blog-sidebar a {
			white-space: normal;
		}
	}

.sidebar-widget {
	margin: 0 0 0 0;
	padding: 3.5em 1em 1.0em 2em;
	background: #f1f1f1;
	/*border-right: #e0e0e0 1px solid;*/
	}
		
.sidebar-widget h3 {
	margin-bottom: 1em;
	}
	
.sidebar-tags ul {
	margin-top: 0.8em;
	}

.sidebar-tags li {
	display: inline-block;
	line-height: 1.5em;
	padding-right: 0.2em;
	padding-bottom: 0.8em;
	}
	
.sidebar-tags li a {
	padding: 0.5em 0.6em 0.4em 0.6em;
	}

a.tagbutton {
	color: #555;
	font-weight: normal;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	border: 1px solid #555;
	border-radius: 70px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    }

a.tagbutton:hover {
    color: #fff;
	background: #555;
    }
    
.categories li a {
	color: #000;
	display: block;
	padding: 0.5em 0 0.5em 0.2em; 
	}

.categories a:hover,
.categories .active {
	color: #0088cc;
	}

.categories .active:after {
	content: "›"; /*content: "‹";*/
	position: absolute;
	top: .3em;
	right: 1.2em;
	font-size: 1.5em;
	font-weight: 300;
	color: #000;
	}

/*
 :::  Badge
-------------------------------------------------- */

    
.badge-wrapper { 
	z-index: 1;
	position: absolute;
	right: 1.8em;
	top: -4.2em;
}	

.badge {
	font-size: 1em;
	color: #333;
	font-weight: 600;
	line-height: 1.5;
	height: 8.5em;
	width: 8.5em;
	display: table-cell;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
	border: #e0e0e0 0.2em;
	border-radius: 50%;
	background: #cbe4ff;
	padding: 0.5em;
	}

@media (max-width: 40em) {
	.badge {
		display: none;
	}
}     

.scroll-holder {
	position: absolute;
	right: 0;
	bottom: 0.6em;
}

  .scroll{
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    cursor: pointer;
    margin-top: -25px;
    margin-left: -15px;
}
.scroll .mouse{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 2px solid #a29b9b;
    border-radius: 20px;
}
.scroll .wheel{
    width: 4px;
    height: 4px;
    top: 10px;
    left: 50%;
    position: absolute;
    background: #a29b9b;
    display: block;
    border-radius: 50%;
    margin-left: -2px;
    animation-name: scroll-wheel;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes scroll-wheel{
    from{
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to{
        transform: translate3d(0, 15px, 0);
        opacity: 0;
    }
}  
