/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


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


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 0 30px;
  box-sizing: border-box; }
.column,
.columns {
	position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media only screen and (max-width: 767px) {
	.container { padding: 0 25px;}

}


/* 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 {}
body {
  font-size: 16px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 22px;
  font-weight: 400;
  font-family:'agenda', Helvetica, Arial, sans-serif;
 color: #808080; 
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
margin: 0;
	}

img{
	display: block;
max-width: 100%;
height:auto;}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1{
	font-family: 'Merriweather', serif;
	font-size: 70px;
	line-height: 90px;
	font-weight: 300;
	color:#000000;
	margin:0;
	padding:0 0 15px 0;
}
h2{
	font-family:'agenda', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 68px;
	line-height: 88px;
	color:#000000;
	margin: 0;
	padding:0 0 15px 0;
	text-transform:uppercase;
	letter-spacing: 0.04em;
}
h3{
	font-family: 'Merriweather', serif;
	font-size: 42px;
	line-height: 54px;
	font-weight: 300;
	color:#000000;
	margin:0;
	padding:15px 0 15px 0;
}
h4{
	font-family:'agenda', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	color:#000000;
	margin: 0;
	padding:0 0 15px 0;
	text-transform:uppercase;
	 letter-spacing: 0.06em;
}


p.sh1{
	font-family:'agenda', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	color:#000000;
	margin: 0;
	padding:0 0 30px 0;
}
p.sh2{
	font-family:'agenda', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color:#ff4600;
	margin: 0;
	padding:0;
	text-transform:uppercase;
	 letter-spacing: 0.1em;
}
p.sh2 strong{font-weight: 700; }
.copy p.sh2:first-child{margin-top: -4px;}

p {
	font-family: 'Merriweather', serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	color:#717271;
	margin: 0;
	padding: 0 0 15px 0;
}
p.style2{
	font-family: 'Merriweather', serif;
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 15px 0;
}
p.style3{
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 42px;
	margin: 0;
	padding: 0 0 15px 0;
	font-style:italic;
}
p.style4{
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 15px 0;
	font-style:italic;
}

p:last-child{
	padding-bottom: 0;
}

.caption p {
	font-family:'agenda', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
	color:#717271;
	margin: 0;
	padding: 20px 0 0 0;
	letter-spacing: 0.05em;
}

	
strong{
	font-weight: 700;
}

p.quote{
	position:relative;
	font-family: 'Merriweather', serif;
	font-size: 32px;
	line-height: 46px;
	font-weight: 300;
	color:#000;
	font-style:italic;
	margin: 0;
	padding: 30px 0 40px 0;
	text-align:center;
}
p.quote:before{
	content:'“';
	font-family: 'Merriweather', serif;
	font-size: 32px;
	color:#ff4600;
	font-weight:700;
	position:absolute;
	top:20px;
	left:50%;
	transform: translateY(-50%);
}
p.quote:after{
	content:'”';
	font-family: 'Merriweather', serif;
	font-size: 32px;
	line-height:32px;
	color:#ff4600;
	font-weight:700;
	position:absolute;
	bottom:-30px;
	left:50%;
	transform: translateY(-50%);
}

blockquote{
	margin: 0;
}

blockquote p{
	position:relative;
	font-family: 'Merriweather', serif;
	font-size: 32px;
	line-height: 46px;
	font-weight: 300;
	color:#000;
	font-style:italic;
	margin: 0 0 70px 0;
	padding: 30px 0 40px 0;
	text-align:center;
}
blockquote p:before{
	content:'“';
	font-family: 'Merriweather', serif;
	font-size: 32px;
	color:#ff4600;
	font-weight:700;
	position:absolute;
	top:-10px;
	left:50%;
	transform: translateX(-50%);
}
blockquote p:after{
	content:'”';
	font-family: 'Merriweather', serif;
	font-size: 32px;
	line-height:32px;
	color:#ff4600;
	font-weight:700;
	position:absolute;
	bottom:-50px;
	left:50%;
	transform: translateX(-50%);
}

.white{
	color: #fff !important;
}
.black{
	color: #000 !important;
}
.orange{
	color:#ff4600 !important;
}
	
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p a {
	color:#000000;
	margin: 0;
	padding: 0;
	text-decoration:none;
	border-bottom:1px solid #ff4600;
	transition: all 0.5s ease;
	cursor: pointer;
	}

p a.agenda {
	font-family:'agenda', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing:1px;
	}
	
p a:hover {
  color: #ff4600 !important; 
  }

p.sh2 a{ 
	color: #ff4600;
	border-bottom: none;
}

h3 a{
	text-decoration: none;
	color: #000;
	border-bottom:none;
	transition: all 0.5s ease;
	cursor: pointer;
}
h3 a:hover{
	 color: #ff4600 !important; 
}

h4 a{
	text-decoration: none;
	color: #000;
	border-bottom:none;
	transition: all 0.5s ease;
	cursor: pointer;
}
h4 a:hover{
	 color: #ff4600 !important; 
}

a.link{
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #ff4600;
	transition: all 0.5s ease;
	cursor: pointer;
}
a.link:hover{
	color: #ff4600 !important; 
}

p.arrow{
	display: inline-block;
	height: 10px;
	width: 30px;
	background: url(../images/icon-arrow.svg) 0 0 no-repeat;
	padding: 0;
	margin: 35px 0 50px;
	text-indent: -9999px;
}

p.ornament{
	display: inline-block;
	height: 8px;
	width: 24px;
	background: url(../images/icon-ornament.svg) 0 0 no-repeat;
	padding: 0;
	margin: 35px 0 50px;
	text-indent: -9999px;
}
p a.arrow{
	display: inline-block;
	border: none;
}
p a.arrow:after{
	display: inline-block;
	content: '';
	height: 8px;
	width: 25px;
	background: url(../images/icon-arrow.svg) 0 0 no-repeat;
	margin: 0 0 0 5px;
}


p a.read-more-less{
	position: relative;
	display: inline-block;
	font-family: 'Merriweather', serif;
	font-size: 17px;
	line-height: 17px;
	color:#717271;
	letter-spacing:normal;
	padding-bottom: 3px;
}
p a.read-more-less:after{
	position: absolute;
	top: 5px;
	right: -30px;
	display: block;
	content: '';
	width:20px;
	height: 10px;
	background: url(../images/icon-arrow-right-body.svg) 0 0 no-repeat;
}
p a.read-more-less:before{
	position: absolute;
	top: 5px;
	right: -45px;
	display: block;
	content: '';
	width:35px;
	height: 15px;
	background: url(../images/icon-arrow-right-head.svg) 0 0 no-repeat;
	transition: all 0.5s ease-out;
}
/*p a.read-more-less:hover:before{
	animation-name: ArrowMoveRight;
	animation-duration:0.5s;
}*/
p a.read-more-less.less{
	margin-left: 60px;
}
p a.read-more-less.less:after{
	left: -30px;
	right: auto;
	background: url(../images/icon-arrow-left-body.svg) 0 0 no-repeat;
}
p a.read-more-less.less:before{
	left: -45px;
	right: auto;
	background: url(../images/icon-arrow-left-head.svg) 0 0 no-repeat;
}
p a.read-more-less.less:hover:before{
	animation-name: ArrowMoveLeft;
	animation-duration:0.5s;
}

p a.read-more-less.hidden{
	margin: 0 0 90px 0;
}
p a.read-more-less.no-text, p a.read-more-less.solo{
	text-indent: -9999px;
}


/*@keyframes ArrowMoveRight {0% {transform: translateX(0);}50% {transform: translateX(8px);}100% {transform: translateX(0);} }
@keyframes ArrowMoveLeft {0% {transform: translateX(0);}50% {transform: translateX(-8px);}100% {transform: translateX(0);} }*/


/*p a.download{
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
	margin-left: 40px;
	margin-top: 20px;
}
p a.download:after{
	position: absolute;
	top: 2px;
	left: -40px;
	display: block;
	content: '';
	width:25px;
	height: 21px;
	background: url(../images/icon-download-base.svg) 0 0 no-repeat;
}
p a.download:before{
	position: absolute;
	top: -8px;
	left: -36px;
	display: block;
	content: '';
	width:16px;
	height: 30px;
	background: url(../images/icon-download-arise.svg) 0 0 no-repeat;
	transition: all 0.5s ease-out;
}
p a.download:hover:before{
	animation-name: DownloadRise;
	animation-duration:1.5s;
}

@keyframes DownloadRise {0% {transform: translateX(0);}50% {transform: translateY(-12px);}100% {transform: translateX(0);} }*/

p a.download{
	display: inline-block;
	background: url(../images/icon-download-new.svg) center 0 no-repeat;
	background-size: auto 88px;
	padding: 116px 0 0 0;
	margin: 0;
}
p.white a.download{
	color: #fff;
	display: inline-block;
	background: url(../images/icon-download-new-white.svg) center 0 no-repeat;
	background-size: auto 88px;
	padding: 116px 0 0 0;
	margin: 0;
}


.search-close{
	display: none;
	position: absolute;
	right: 20px;
    top: 50%;
	height: 25px;
	width: 25px;	
	background-image: url(../images/icon-overlay-close.svg);
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
#page.tag-page .search-close{
	display: block;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button{
  display: inline-block;
  padding: 10px 60px 10px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(0,0,0,0.74);
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: right;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover {
  color: #86BB12;
  outline: 0; }

.button.small{
	font-size: 12px;
	line-height: 12px;
	padding: 10px 50px 10px 10px;
	background: rgba(0,0,0,0.40);
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.button.small:hover{
	color: #4d4d4d;
}
.button.small.ongreen{
	border: #414042 1px solid;
}
.button.small.ongreen:hover{
	color: #86BB12;
}

.button.close{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #666666;
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.button.close:hover{
	color: #fff;
}



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }
/* 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: 65px;
  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: none;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
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; }



input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
   color:#CCC9C9;font-style:italic;
}
:-moz-placeholder { 
   color:#CCC9C9;font-style:italic;
}
::-moz-placeholder { 
   color:#CCC9C9;font-style:italic;
}
:-ms-input-placeholder {  
   color:#CCC9C9;font-style:italic;
}




/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 5px; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* 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; }


/* 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; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin: 0 0 50px 0;
	width: 200px;
  border-width: 0;
  border-top: 5px solid #666666; }


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

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
