/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 19, ../sass/screen.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 23, ../sass/screen.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 34, ../sass/screen.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 39, ../sass/screen.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 48, ../sass/screen.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 61, ../sass/screen.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../sass/screen.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../sass/screen.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 87, ../sass/screen.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
 * CSS for merging into main.css author styles.
 * Since main.css comes from HTML5 Bootstrap and may end up being overwritten.
 */
/* line 103, ../sass/screen.scss */
*, *:before, *:after {
  /* ref: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 110, ../sass/screen.scss */
* {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 120, ../sass/screen.scss */
.lt-ie8 * {
  behavior: url("/wp-content/themes/scaffold/js/vendor/boxsizing.htc");
}

/* line 124, ../sass/screen.scss */
.clear {
  clear: both;
}

/* line 126, ../sass/screen.scss */
html, body {
  width: 100%;
  height: 100%;
  /* fix for bootstrap responsive adding padding */
  padding: 0px !important;
  
  font-family: "brandon-grotesque",sans-serif;
}

/* line 134, ../sass/screen.scss */
body {
  font-size: 62.5%;
  /* ref: http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
  line-height: 1.2;
}

/* line 141, ../sass/screen.scss */
main {
  display: block;
}

/* line 145, ../sass/screen.scss */
a, a:hover, a:active, a:focus, object, embed {
  outline: 0;
}

/* line 147, ../sass/screen.scss */
img {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 155, ../sass/screen.scss */
input[type="text"]:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 161, ../sass/screen.scss */
input:-webkit-autofill {
  /* Hack to remove autocomplete yellow background color if you can't remove it via usual autocomplete="off". */
  /* -webkit-box-shadow: 0 0 0 1000px #fff inset; */
}

/* line 166, ../sass/screen.scss */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* line 178, ../sass/screen.scss */
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=number],
select {
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 1.5em;
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  background: none;
  background-image: none !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  outline-style: none;
  background-color: transparent;
  box-shadow: none !important;
  outline: none;
  width: auto;
  height: auto;
}

/* line 208, ../sass/screen.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=submit]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}

/* line 214, ../sass/screen.scss */
input::-webkit-input-placeholder {
  color: #000;
}

/* line 215, ../sass/screen.scss */
input:-moz-placeholder {
  color: #000;
}

/* line 216, ../sass/screen.scss */
input::-moz-placeholder {
  color: #000;
}

/* line 217, ../sass/screen.scss */
input:-ms-input-placeholder {
  color: #000;
}

/* line 219, ../sass/screen.scss */
.pos {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 226, ../sass/screen.scss */
.sprite {
  background-image: url(../img/sprite-botanica-2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
}

/* line 4, ../sass/template.scss */
.wrapper {
  background-image: url("../img/bg-botanica.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  margin-bottom: -48px;
}

/* line 18, ../sass/template.scss */
.wrapper:after {
  content: "";
  display: block;
}

/* line 23, ../sass/template.scss */
.main {
  padding-top: 56px;
}

/* line 27, ../sass/template.scss */
.logo {
  width: 264px;
  height: 78px;
  background-position: 0px 0px;
  display: block;
  margin-bottom: 46px;
  text-indent: -9999px;
}

/* line 36, ../sass/template.scss */
.circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f16464;
  margin-left: -50px;
  margin-bottom: 55px;
}
/* line 45, ../sass/template.scss */
.circle .title {
  width: 100%;
  height: 300px;
  background-position: 56px -222px;
  margin-top: 54px;
}

/* line 53, ../sass/template.scss */
.page-registered .circle .title {
  background-position: 56px -532px;
}

/* line 57, ../sass/template.scss */
.register {
  background-image: url(../img/bg-tile.png);
  background-position: 0 0;
  background-repeat: repeat;
	
  text-align: center;
  color: #fff;
  font-size: 2.0em;
  font-weight: normal;
  width: 100%;
  padding: 36px 18px 14px 18px;
}

.register .line {
  background-image: url(../img/line-tile-2.png);
  background-position: 0 0;
  background-repeat: repeat;
  height: 2px;
  width: 246px;
  margin: 0px auto 17px auto;
}

.register h1 {
	text-transform: uppercase;
	font-size: 1.32em;
	font-weight: normal;
	letter-spacing: 2px;
}

.register p {
	font-size: 1.1em;
	line-height: 1.32;
	margin: 18px 0 30px 0;
}

/* line 66, ../sass/template.scss */
.logos {
  margin-top: 60px;
  margin-bottom: 34px;
}
/* line 70, ../sass/template.scss */
.logos .l {
  float: left;
  width: 50%;
}
/* line 74, ../sass/template.scss */
.logos .l .a {
  float: left;
  display: block;
  background-position: 0px -143px;
  width: 54px;
  height: 79px;
  text-indent: -9999px;
}
/* line 84, ../sass/template.scss */
.logos .r {
  float: left;
  width: 50%;
}
/* line 88, ../sass/template.scss */
.logos .r .b {
  float: right;
  display: block;
  background-position: -243px -143px;
  width: 88px;
  height: 79px;
  text-indent: -9999px;
}

/* line 99, ../sass/template.scss */
footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  display: none;
}
/* line 104, ../sass/template.scss */
footer nav {
  margin: 0 auto;
  width: 310px;
  padding-top: 13px;
}
/* line 109, ../sass/template.scss */
footer nav li {
  display: inline-block;
}
/* line 112, ../sass/template.scss */
footer nav li a {
  font-size: 1.3em;
  color: #fff;
  margin: 8px;
  text-decoration: underline;
}
/* line 119, ../sass/template.scss */
footer nav li a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 128, ../sass/template.scss */
.footer, .wrapper:after {
  height: 48px;
}

/* line 133, ../sass/template.scss */
.gfield_label,
.instruction {
  display: none !important;
}

.content h1 {
	font-size: 2.7em;
text-transform: uppercase;
text-align: center;
color: #fff;
font-weight: normal;
letter-spacing: 2px;
margin: 9px 0 12px 0;
}

/* line 137, ../sass/template.scss */
.content input,
.content select {
  width: 100%;
  font-size: 1.8em;
  line-height: 1.5;
  font-family: "brandon-grotesque",sans-serif;
}
/* line 143, ../sass/template.scss */
.content .ginput_container {
  margin-bottom: 5px;
	background-color: #fff;
	padding: 3px 8px;
	border: 1px solid #fff;
}
/* line 150, ../sass/template.scss */
.content .required {
  font-size: 1.3em;
	text-align: right;
	color: #fff;
	top: -35px;
}
/* line 157, ../sass/template.scss */
.content input[type="submit"] {
 display: inline-block;
width: auto;
margin-top: 4px;
background-color: #fff;
color: #000;
text-transform: uppercase;
font-weight: bold;
font-size: 1.8em;
line-height: 1;
padding: 9px 20px;
}
/* line 168, ../sass/template.scss */
.content .validation_error {
  color: red;
  font-size: 1.3em;
  text-align: center;
  margin: 10px 0;
}
/* line 175, ../sass/template.scss */
.content .validation_message {
  color: red;
  top: -8px;
  text-align: right;
}
/* line 181, ../sass/template.scss */
.content .done {
  background-color: #fff;
  padding: 34px 10px;
  text-align: center;
  font-size: 1.35em;
}
/* line 188, ../sass/template.scss */
.content .done .above {
  color: #f16364;
}
/* line 192, ../sass/template.scss */
.content .done .line {
  width: 70px;
  height: 2px;
  margin: 16px auto;
  background-color: #f16464;
}

/* ==========================================================================
   Target Webkit browsers
   ========================================================================== */
/* ==========================================================================
   Target Mozilla browsers
   ========================================================================== */
/* ==========================================================================
   Target IE10 browsers
   ========================================================================== */
/* ==========================================================================
   Apple media queries - http://stephen.io/mediaqueries/
   ========================================================================== */
/* iPad Portrait & Landscape */
/* iPad Landscape */
/* iPad Portrait */
/* iPad Mini Portrait & Landscape */
/* iPad Mini Landscape */
/* iPad Mini Portrait */
/* iPhone 5 Portrait & Landscape */
/* iPhone 5 Landscape */
/* iPhone 5 Portrait */
/* iPhone 2G-4S Portrait & Landscape */
/* iPhone 2G-4S Landscape */
/* iPhone 2G-4S Portrait */
/* ==========================================================================
   Mobile Selectors
   ========================================================================== */
/*
    ## disable taphold callout dialog
    -webkit-touch-callout: none;
    
    ## disable taphold selection
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    ## change taphold selection color
    -webkit-tap-highlight-color: rgba(0,0,0,0);
*/
/* ==========================================================================
   404 styles /w Google Link Help (taken from HTML5 Boilerplate)
   ========================================================================== */
/* line 329, ../sass/screen.scss */
.error404 .main h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 50px 0;
}

/* line 335, ../sass/screen.scss */
.error404 .main h1 span {
  color: #bbb;
}

/* line 339, ../sass/screen.scss */
.error404 .main {
  max-width: 380px;
  _width: 380px;
  margin: 0 auto 90px auto;
}

/* line 345, ../sass/screen.scss */
.error404 .main ul {
  list-style: disc;
  margin: 0 0 10px 25px;
}

/* google search */
/* line 352, ../sass/screen.scss */
#goog-fixurl ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 358, ../sass/screen.scss */
#goog-fixurl h3 {
  font-size: 18px;
  margin: 20px 0 0 0;
  display: block;
}

/* line 364, ../sass/screen.scss */
#goog-fixurl form {
  margin: 0;
}

/* line 369, ../sass/screen.scss */
#goog-wm-qt,
#goog-wm-sb {
  border: 1px solid #bbb;
  font-size: 16px;
  line-height: normal;
  vertical-align: top;
  color: #444;
  border-radius: 2px;
}

/* line 378, ../sass/screen.scss */
#goog-wm-qt {
  width: 220px;
  height: 20px;
  padding: 5px;
  margin: 5px 10px 0 0;
  box-shadow: inset 0 1px 1px #ccc;
}

/* line 386, ../sass/screen.scss */
#goog-wm-sb {
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  margin: 5px 0 0;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #f1f1f1);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #f1f1f1);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), #f1f1f1);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #f1f1f1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  *overflow: visible;
  *display: inline;
  *zoom: 1;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 415, ../sass/screen.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 423, ../sass/screen.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 434, ../sass/screen.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 443, ../sass/screen.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 460, ../sass/screen.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 473, ../sass/screen.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 490, ../sass/screen.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 495, ../sass/screen.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 504, ../sass/screen.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 531, ../sass/screen.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 539, ../sass/screen.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 543, ../sass/screen.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 547, ../sass/screen.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 557, ../sass/screen.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 562, ../sass/screen.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 567, ../sass/screen.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 572, ../sass/screen.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 576, ../sass/screen.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 586, ../sass/screen.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 592, ../sass/screen.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
