/* - DOCUMENT INFORMATION
------------------------------------------------- 
	Website Name: Core
	Website URL: http://www.core.gd
	Author: Henry Brown (A Bit Good)
	Author URI: http://www.abitgood.com
	Version: 1.0
/*


/* - HTML(5) RESET
------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}section, article, header, footer, nav, aside, hgroup{display:block;zoom:1;}


/* - GLOBAL STRUCTURE
---------------------------------------------- */
html,body{
	width:100%;
}
html,body.home{height:100%;}
.constraint{
	max-width:1170px;
	margin:0 auto;
	overflow:hidden;
	padding:0 2em;
}
.wrapper{
	overflow:hidden;
	width:100%;
	position:relative;
}

/* - HEADER
---------------------------------------------- */
#header{
	height:auto;
	overflow:hidden;
	text-align:center;
	padding-top:3%;
	padding-bottom:3%;
	margin-bottom:3%;
	border-bottom:1px solid #eee;
}
#header .logo{
	position:relative;
	display:inline-block;
	overflow:hidden;
	clear:both;
	left:50px;
}
#header svg{
	width:450px;
	display:block;
}
#header .social{
	width:100%;
	text-align:right;
}
#header .social a{
	display:inline-block;
	margin-left:17px;
	width:20px;
	opacity:0.5;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
#header .social a:hover{
	opacity:1;
}
#header h1{
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.05em;
}


/* - FOOTER
---------------------------------------------- */
#footer{
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.05em;
	padding-bottom:5%;
}
#footer .copyright{
	font-family:"brandon-grotesque","Roboto","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-weight:700;
	font-size:1.3em;
}
#footer .certifications{
	padding:40px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:7%;
}
#footer .certifications div{
	text-align:center;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
#footer .certifications div:hover{
	opacity:1;
}
#footer .certifications div img{
	display:inline-block;
	margin:0;
}


/* - SIDEBAR
---------------------------------------------- */
aside.sidebar{
	position:relative;
}
aside.sidebar p{
	font-size:1.4em;
}
aside.sidebar .widget{
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	border-bottom: 1px solid #eee;
}
aside.sidebar nav a{
	display:block;
	font-size:1.4em;
	padding:0.2em 0;
}
aside.sidebar ul{
	padding:0;
	margin:0;
}
aside.sidebar ul li{
	list-style:none;
	padding:0;
	margin:0;
}
aside.sidebar ul li a{
	font-size:0.95em;
	font-weight: 300;
	color: #999;
	padding: 0.2em 0.5em 0.2em 0;
	display: block;
	line-height: 1.4em;
	margin-bottom: 0.2em;
}
aside.sidebar ul li a:hover{
	color:#19a0cb;
	text-decoration:none;
}
aside.sidebar h4{
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight:600;
	margin-top:0;
}


/* - POPUPS
------------------------------------------ */
.popup_wrapper{
	overflow:hidden !important;
}
.popup{
	display:none;
}
.popup_content{
	background:#fff;
	padding:30px;
	margin:30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width: 100%;
	max-width: 800px;
}
.popup_content  .close{
	position:absolute;
	top:-35px;
	right:-35px;
	text-indent:9999px;
	display:block;
	width:20px;
	height:20px;
	background:url(../images/close.png) no-repeat center center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px;
}
.popup_content .close:hover{
	background-color:rgba(0,0,0,0.3);
}
#slidein_background {
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
#qr,
#social_popup,
#slidein_wrapper {
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
#qr,
#social_popup {
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}
.popup_visible #qr,
.popup_visible #newsletter-pop{
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}



.popup p input,
.popup p textarea,
.popup p button{
	font-size:1em;
}
.popup textarea{
	max-height:200px;
}
.popup form p{
 	margin-bottom:0 !important;
}
.popup form .button{
	width:100%;
	text-align:center;
}


/* - POPUPS (MAGNIFIC)
------------------------------------------ */
.popup-box .form-type-textarea,
.popup-box .form-type-textfield,
.popup-box .form-type-select,
.popup-box .form-type-managed-file{
	margin-top:0 !important;
}

.popup-box label{
	display:block !important;
}
.popup-box p.floatright{
	margin:0;
}

.popup-box .form-item{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}

.popup-box .form-item-number{
	width:73%;
	margin-right:4%;
	float:left;
}
.popup-box .form-item-CVC{
	width:23%;
	float:left;
}

.popup-box .form-item-exp-year,
.popup-box .form-item-exp-month,
.popup-box .form-item-pay-currency,
.popup-box .form-item-pay-amount,
.popup-box .form-item-name,
.popup-box .form-item-postcode{
	width:48%;
	margin-right:4%;
	float:left;
}
.popup-box .form-item-postcode,
.popup-box .form-item-exp-year,
.popup-box .form-item-pay-currency{
	margin-right:0;
}


.popup-box{
	position: relative;
	background: #FFF;
	padding: 4em;
	width: auto;
	margin: 20px auto;
	max-width:800px;
}
.popup-box.x550{max-width: 550px;}
.popup-box.x500{max-width: 500px;}
.popup-box.x450{max-width: 450px;}
.popup-box.x400{max-width: 400px;}
.popup-box.x350{max-width: 350px;}
.popup-box.x300{max-width: 300px;}
.popup-box.x250{max-width: 250px;}
.popup-box.x200{max-width: 200px;}	

.popup-box p:last-child{
	margin-bottom:0 !important;
}
.popup-box a{
	color:#83c69a;
}






.popup,
#social_popup{
	display:none;
}
.popup_wrapper{
	overflow:hidden !important;
	z-index:999999999 !important;
}
.popup_content{
	position:relative;
	overflow:visible;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:20px;
	margin:80px;
}
.popup_content div.popup_content{
	/* overflow:scroll; */
	margin:0px;
}
.popup_content p{
	max-width:500px;
	font-size:2.5em;
}
.popup_content a{
	color:#83c69a;
}
.popup_content  .close{
	position:absolute;
	top:-35px;
	right:-35px;
	text-indent:9999px;
	display:block;
	width:20px;
	height:20px;
	background:url(../images/close.png) no-repeat center center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px;
}
.popup_content .close:hover{
	background-color:rgba(0,0,0,0.3);
}
.popup_content div.popup_content{
/* 		overflow:scroll */;
}
#social_popup_wrapper, .popup_wrapper{
	background:rgba(0,0,0,0.7) !important;
	z-index:9999999 !important;
	position:absolute !important;
	padding:50px !important;
}
#slidein_background {
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.qr-code-popup.clearboth{
	clear:both;
	text-align:center;
}
.pup-wallet{
	text-align:center;
}
#qr{
	display:none;
}
#qr,
#social_popup,
#slidein_wrapper {
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
#qr,
#social_popup {
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}
.popup_visible #qr,
.popup_visible #social_popup{
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


	
/* - PAGES
---------------------------------------------- */

	.content{
		margin-bottom:7% !important;
	}
	aside.sidebar{
		margin-bottom:7% !important;
	}

	/* - HOME
	------------------------------------------ */
	p.tagline{
		max-width:900px;
		margin:0 auto;
		font-size:2.8em;
	}
	p.location{
		font-family:"brandon-grotesque","Roboto","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;		
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:600;
		color:#999;
	}
	
	
/* - TABS
-------------------------------------- */

		.tabs-content li{
			display: none;
		}

		.tabs-content li.current{
			display: inherit;
		}

ul.tabs{
	display:block;
	margin:0 0 4em 0 !important;
	padding:0px !important;
}
ul.tabs li{
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin:0 1em 0 0;
	background:none;
	font-size:2.8em;
	line-height:1em;
}
ul.tabs li:first-child a{
}
ul.tabs li.current a{
}
ul.tabs li a{
	color:#999;
	display:block;
	text-decoration:none !important;
	font-weight:600;
	text-transform:uppercase;
}
ul.tabs li a:hover{
	cursor:pointer;
}
ul.tabs li.current a{
	position:relative;
	color:#222;
}
ul.tabs li:first-child a.active{
}
ul.tabs li:first-child a{

}
ul.tabs li:last-child a{
}
ul.tabs-content li{
	list-style:none;
	margin:0;
	padding:0;
}
ul.tabs:before,
ul.tabs:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
ul.tabs:after{
  clear:both;
}
ul.tabs{
  zoom:1;
}
	

/* - TYPOGRAPHY & CONTENT
---------------------------------------------- */
body, input, textarea, select{
	font-family:"Roboto","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:62.5%;
}

h1,h2,h3,h4,p,li,input,textarea,select,label{color:#333;}
a{color:#333;}
a:hover{color:#666;}

p,li,input,textarea,select,img,dt,dd{
	margin-bottom:1.5em;
	font-size:1.6em;
	line-height:1.6em;
	font-weight:300;
}

h1, h2, h3, h4{
	font-family:"brandon-grotesque","Roboto","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;		
	margin:0 0 0.5em 0;
	font-weight:300;
	line-height:1.6em;
}
h1{font-size:3.2em;}
h2{font-size:3.2em;}
h3{font-size:2.2em;}
h4{font-size:1.8em;}

strong,
b{font-weight:500;}
em{font-weight:500; font-style:italic;}
i{font-style:italic;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

blockquote{
	font-style:italic;
	padding:2em 3em;
	margin:2em 0 3.5em 1em;
	background:#f7f7f7;
	border-left:0.5em solid #eee;
	color:#999;		
	-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
}
blockquote cite{font-size:1em;}
blockquote p:last-child{margin-bottom:0;}
::selection{
	background:#333;
	color:#fff;
}
::-moz-selection {
	background:#333;
	color:#fff;
}
ol li,
ul li{list-style-position:outside;margin:0 0 0.5em 4em;}
ul li{list-style-type:disc;}
ol li{list-style-type:decimal;}
ol li p,
ul li p{font-size:1em;}
p img{margin-bottom:0;}
img{max-width:100%;}
	

/* - GENERIC ELEMENTS
------------------------------------------ */
hr{
	width:100%;
	border:solid #ddd;
	border:solid rgba(0,0,0,0.1);
	border-width:1px 0 0;
	clear:both;
	margin:3em auto 3em auto;
	height:0;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}


/* - FORM ELEMENTS
------------------------------------------ */
label{
	margin:0 0 0.6em 0;
	-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
}
input, textarea, select{
	border:1px solid #ddd;
	padding:1em 1.5em;
	width:100%;
	display:block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
input,select{
	font-weight:300;
	line-height:normal;
}
input:focus, textarea:focus, select:focus{
	outline:none;
}
input[type=radio],
input[type=checkbox]{
	width:auto;
	height:auto;
	-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
}
select{
	background:url(../images/icon-arrow-down.png) no-repeat right center #f5f5f5;
	outline:0;
	width:auto;
	padding-right:40px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
select:hover{
	background:url(../images/icon-arrow-down.png) no-repeat right center #eee;
}
@-moz-document url-prefix(){ /*Firefox is crap with <select> styling.*/
	select{padding-right:10px;}
	select:hover{}
}


/* - BUTTONS
------------------------------------------ */
	.button, button{
		font-family:"brandon-grotesque","Roboto","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		border-radius:999px;
		-moz-border-radius:999px;
		-webkit-border-radius:999px;
		font-size:1.4em;
		font-weight:500;
		text-align:center;
		display:inline-block;
		padding:0.8em 1.4em 0.8em 1.4em;
		width:auto;
		text-transform:uppercase;
		border:2px solid #222;
		color:#fff;
		background:#222;
		letter-spacing:0.1em;
		text-decoration:none !important;
		transition:all 0.2s;
		-moz-transition:all 0.2s;
		-webkit-transition:all 0.2s;
	}
	.button:hover{
		background:#222 !important;
		color:#fff !important;
	}
	.button.outline{
		background:none;
		color:#222;
	}

	.nav-cta{
		clear:both;
		overflow:hidden;
		text-align:center;
		padding:0 0 6em 0;
		font-size:1.4em;
	}
	.contact .nav-cta{
		padding: 6em 0 3em 0;
		border-top: 1px solid #eee;
	}
	span.or{
		font-size:1em;
		padding:0 1.5em;
		font-weight:600;
		text-transform:uppercase;
		color:#bbb;
	}


/* - RESPONSIVE GRID
---------------------------------------------- */
.columns{
	float:left;
	margin:0 4.5% 0 0;
	box-sizing: border-box;  
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.columns:last-child,
.columns.last{margin-right:0;}

.one.columns	{width:4.20833333333%;}
.two.columns	{width:12.9166666667%;}
.three.columns	{width:21.625%;}
.four.columns	{width:30.3333333333%;}
.five.columns	{width:39.0416666667%;}
.six.columns	{width:47.75%;}
.seven.columns	{width:56.4583333333%;}
.eight.columns	{width:65.1666666667%;}
.nine.columns	{width:73.875%;}
.ten.columns	{width:82.5833333333%;}
.eleven.columns	{width:91.2916666667%;}
.twelve.columns	{width:100%;margin-left:0;}

@media all and (max-width: 768px){
	.columns{
		float:none;
		width:auto !important;
		margin-right:0;
	}
}