@import url("../webfonts/Opensans_Regular/stylesheet.css");
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{
	color: #000;
	/* [disabled]background: #ccc; */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	margin:0;
	padding:0;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	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;
	font-variant:normal;
}

sup{
	vertical-align:text-top;
}

sub{
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}

del,ins{
	text-decoration:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
	}
a {
	color: rgba(0,153,51,1);
	text-decoration: none;
}

p, h1, h2 {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 5px 0;
}

body {
	width:100%;
	height:100%;
	background: #ddd url(http://cancocoa.org/images/bg.jpg) repeat top left;
}
div, span, p {
	-webkit-font-smoothing:antialiased;
}


/* Typography */

body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
p, ul, ol{
	font-family: "Opensans Regular", sans-serif;
	font-size: 87.5%;
} 


h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin-top: 0;
}
  
h1 {
	font-size: 1.6em;
	line-height: 1.2;
	color: #4CAF50;
	font-family: "Times New Roman", Times, serif;
	margin: 10px 0 0 5px;
}
h2 {
	font-size: 1.4em;
	line-height: 1;
}
h3 { font-size: 1em; line-height: 1.3;}
h4 { font-size: 1em; line-height: 1.35;}
h5 { font-size: 1em; line-height: 1.5;}
h6 { font-size: 1em; line-height: 1.6;}

/* Larger than phablet */
@media (min-width: 550px) and (max-width:768px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 2.0rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
	/* [disabled]margin-top: 0; */
}


/* Links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
	color: #CB540C;
}
a:hover {
	color: #A04309;
}


/* Buttons
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.button {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  border: 2px solid #222;
  color: #222;
  font-family: "amblebold";
  background-color: transparent;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box; }
.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 {
  background: #222;
  border-color: #222;
  color: white;
  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;
  border-color: #33C3F0;
  background-color: #33C3F0; }
.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 {
  background-color: #1EAEDB;
  border-color: #1EAEDB;
  color: #FFF; }


/* Forms
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
	border: 0 none;
	border-bottom: 2px solid #afafaf;
	height: 36px;
	padding: 6px 10px 6px 25px; /* The 6px vertically centers text on FF, ignored by Webkit */
	box-shadow: none;
	background: transparent;
}
/* Removes awkard default styles on some inputs */
input[type="email"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
	resize: none;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #898989;
  outline: 0; }
label,
legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem; }
fieldset {
  border-width: 0;
  padding: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }




/* Code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  white-space: nowrap; }
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; }


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

figure,figure[class*="grid-"]{
	margin-bottom:20px
	}
	figure figcaption,figure[class*="grid-"] figcaption{
		font-family:Georgia,"Times New Roman",Serif;
		font-style:italic;
		line-height:140%;
		color:#888
		}

/* 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-pull-center{
	text-align:center;
}

.uppercase{
	text-transform:uppercase;
}

.lowercase{
	text-transform:lowercase;
}

.bold{
	font-weight:bold;
}

.quote{
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	
}

.quote:before,
.quote:after{
	font-family: "Canicon";
	font-size: 87.50%;
	color: #242526;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.quote:before{
	content: "\e018";
	padding-right: 10px;
	left: 0px;
}
.quote:after{
	right: 0px;
	content: "\e02a";
	padding-left: 10px;
	clear: both;
}

blockquote{
	padding-left: 10px;
	margin-left: 10px;
	
}

blockquote:before,
blockquote:after{
	font-family: "Canicon";
	font-size: 87.50%;
	color: #242526;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
blockquote:before{
	content: "\e018";
	padding-right: 10px;
	left: 0px;
}
blockquote:after{
	right: 0px;
	content: "\e02a";
	padding-left: 10px;
	clear: both;
}


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

.box-shadow{
	box-shadow: 1px 1px 3px 2px #ccccdd;
	-webkit-box-shadow: 1px 1px 3px 2px #ccccdd;
	-moz-box-shadow: 1px 1px 3px 2px #ccccdd;
}
.white {
	background: #fff;
	color: #000;
	padding: 20px;
}
.current-page {
	padding: 10px 10px 5px 10px;
	border-bottom: solid #ccd .06em;
	margin-bottom: 5px;
}
.current-page a {
	font-size: 1em;
	color: #4CAF50;
}
.current-page i    {
	font-size: 1em;
	color: #4CAF50;
}




/* Clearing */

.container:after, .row:after,.u-cf {
  content: "";
  display: table;
  clear: both; }
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}