/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	max-width: 1440px;
	box-sizing: border-box;
	width: 100%;
}
.columns {
	margin-left: 4%;
	float: left;
	box-sizing: border-box;
}

/* For non-responsive use col- and offset- */

.col-1, .small-1{width: 18%;}
.col-2, .small-2{ width: 40%;}
.col-3, .small-3{ width: 62%;}
.col-4, .small-4{ width: 84%;}
.first{margin-left: 8%; clear: left;}
.small-hide{display:none;}

.small-first{margin-left: 8%; clear: left;}
.small-med-first{margin-left: 8%; clear: left;}

.offset-1, .small-offset-1{ margin-left: 22%;}
.offset-2, .small-offset-2{ margin-left: 44%;}
.offset-3, .small-offset-3{ margin-left: 66%;}

.offset-half, .small-offset-half{ margin-left: 11% !important;}

.split-tl{width: 44%; margin-left: 0;}
.split-tr{width: 44%; margin-left: 2%;}
.split-bl{width: 44%; margin-left: 0; margin-top: 2%;}
.split-br{width: 44%; margin-left: 2%; margin-top: 2%;}



.square{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
	padding-bottom: 18%;
}

.squareContent{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}



@media (min-width: 400px) {
	/*override larger small- values*/
	.small-1, .small-2, .small-3, .small-4 {width: 18%;}
	.small-4{ margin-left: 4%;}
	.small-first{margin-left: 4%; clear: none;}
	.large-first{margin-left: 4%; clear: none;}
	.small-offset-1, .small-offset-2, .small-offset-3,.small-offset-half{ margin-left: 0;}
	.small-hide{display:block;}

	.med-1{width: 18%;}
	.med-2{ width: 40%;}
	.med-3{ width: 62%;}
	.med-4{ width: 84%;}

	.first{margin-left: 8%; clear: left;}
	.small-med-first{margin-left: 8%; clear: left;}
	.med-first{margin-left: 8%; clear: left;}
	
	.med-offset-1{ margin-left: 22%;}
	.med-offset-2{ margin-left: 44%;}
	.med-offset-3{ margin-left: 66%;}
	.med-offset-half{ margin-left: 9%;}

}

@media (min-width: 750px) {
	/*override larger med- values*/
	.med-1, .med-2, .med-3, .med-4 {width: 18%;}
	.med-4{ margin-left: 4%;}
	.small-med-first{margin-left: 4%; clear: none;}
	.med-first{margin-left: 4%; clear: none;}
	.med-offset-1, .med-offset-2, .med-offset-3, .med-offset-half{ margin-left: 0;}

	.large-1{width: 18%;}
	.large-2{ width: 40%;}
	.large-3{ width: 62%;}
	.large-4{ width: 84%;}

	.first{margin-left: 8%; clear: left;}
	.large-first{margin-left: 8%; clear: left;}
	
	.large-offset-1{ margin-left: 22%;}
	.large-offset-2{ margin-left: 44%;}
	.large-offset-3 { margin-left: 66%;}
	.large-offset-half{ margin-left: 17%;}
}




/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {font-size: 62.5%;}
body {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Montserrat', sans-serif;
	color: #222;
	}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, p {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300;
	}
h1 { font-size: 3.0rem; line-height: 1; letter-spacing: -.1rem; font-weight: 900; margin-bottom: 4rem; text-transform: uppercase;}
h2 { font-size: 2.4rem; line-height: 1.5; letter-spacing: -.075rem;}
h3 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem;}
h4 { font-size: 1.2rem; line-height: 1;  letter-spacing: 0; font-weight: 900; text-transform: uppercase;}
p  { font-size: 1.2rem; line-height: 1.5;}

@media (min-width: 400px) {
	h1 { font-size: 4.8rem;}
	h2 { font-size: 3.6rem;}
	h3 { font-size: 2.4rem;}
	h4 { font-size: 1.8rem;}
	p  { font-size: 1.6rem;}
}
@media (min-width: 750px) {
	h1 { font-size: 4.8rem;}
	h2 { font-size: 3.6rem;}
	h3 { font-size: 2.4rem;}
	h4 { font-size: 1.6rem;}
	p  { font-size: 1.6rem;}
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {color: inherit;}
a:hover {opacity: .75;}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	padding: 2rem;
	font-size: 1.6rem;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	vertical-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	background-color: transparent;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
.button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	color: #333;
	border-color: #888;
	outline: 0;
	}
.button.button-primary, button.button-primary, input[type="submit"].button-primary,
input[type="reset"].button-primary, input[type="button"].button-primary {
	color: #FFF;
	background-color: #33C3F0;
	border-color: #33C3F0;
	width: 100%;
	}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus,
button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #1EAEDB;
	border-color: #1EAEDB;
	}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],input[type="number"],input[type="search"],input[type="text"],
input[type="tel"],input[type="url"],input[type="password"],textarea,select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	width: 100%;
	}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 12rem;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
	display: block;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .25rem;
}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  font-size: 90%; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section{
}
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
.u-text-center{
text-align: center; }
.u-text-right{
text-align: right; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
section:after,
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
  /* Vertical Align
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  
 .vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}