/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0

**/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
menu,
nav,
summary,
time,
mark,
audio,
video,
header,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}
ol,
ul {
  list-style: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
img {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
input,
select {
  vertical-align: middle;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
input {
  vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/
body {
  font-size: 100%;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  width: auto;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  color: #6a6a6a;
  background-color: #1f1f1f;
  font-weight: normal;
}
p {
  line-height: 1.7em;
  font-size: 1em;
  margin: 0 0 20px 0;
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0 0 0 0;
  padding: 0;
}
img {
  margin: 0;
}
img.left {
  margin: 0 15px 15px 0;
  float: left;
}
a {
  text-decoration: none;
  outline: none;
}
a {
  color: #4da7ca;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a:hover {
  color: #4290ae;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  color: #1f1f1f;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.9em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.3em;
}
blockquote,
address {
  margin: 0 0 30px 0;
  padding: 0 30px 0 30px;
  font-style: italic;
  font-size: 1.2em;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #ccb676;
}
code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff;
}
pre code {
  background: none;
}
pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #f7f7f7;
  overflow: auto;
  border: 1px solid #e4e4e4;
  font-family: "Courier New", Courier, serif;
}
.left {
  float: left;
}
.right {
  float: right;
}
.meta {
  color: #b0b0ad;
}
.meta a {
  color: #7d7d7b !important;
}
.meta a:hover {
  color: #b0b0ad !important;
}
.form-item label {
  font-weight: bold;
}
input[type="email"],
input[type="text"],
input[type="password"],
.form-item.form-type-checkbox input[type="checkbox"],
textarea,
select {
  background-color: transparent;
  padding: 10px;
  max-width: 280px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #6a6a6a;
  border: none;
  border-bottom: 2px solid #6a6a6a;
  margin: 0;
  -webkit-appearance: none;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.form-item.form-type-checkbox input[type="checkbox"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
.form-item.form-type-checkbox {
  position: relative;
}
.form-item.form-type-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
}
.form-item.form-type-checkbox input[type="checkbox"] + label {
  cursor: pointer;
  font-weight: normal;
}
.form-item.form-type-checkbox input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  border: 2px solid #6a6a6a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.form-item.form-type-checkbox input[type="checkbox"]:checked + label::before {
  content: '✓';
}
textarea:focus {
  outline: none;
  background-color: #f7f7f7;
}
textarea {
  width: 80%;
  line-height: 1.6em;
}
select {
  -webkit-appearance: menulist;
}
.button,
a.button,
#footer a.button,
#searchsubmit,
input[type="submit"],
button {
  background: #ffffff;
  display: inline-block;
  height: 1em;
  color: #6a6a6a;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 1em 20px;
  border: none;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  margin: 0 3px 0 0;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.button-wrapper {
  display: inline-block;
}
.button-wrapper::before {
  content: '⟶';
  margin-right: -1.5em;
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  vertical-align: middle;
  padding-right: 0.5em;
}
.button-wrapper .button,
.button-wrapper a.button,
.button-wrapper #footer a.button,
.button-wrapper #searchsubmit,
.button-wrapper input[type="submit"],
.button-wrapper button {
  vertical-align: middle;
  padding-left: 2.5em;
}
/* Clearfix ----------- */
/* Some clearfix code from HTML5 Boilerplate */
.clearfix {
  zoom: 1;
}
.clearfix::after,
.clearfix::before {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix::after {
  clear: both;
}
.single-theme .features {
  zoom: 1;
}
.single-theme .features::after,
.single-theme .features::before {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.single-theme .features::after {
  clear: both;
}
a.action {
  font-style: italic;
}
/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////*/
body {
  background: #FFD669;
}
#page-wrapper {
  width: 100%;
  margin: 0 auto;
}
#main-wrapper {
  padding: 1px 30px 0;
}
#main {
  max-width: 62em;
  margin: 0 auto;
}
#content {
  padding: 0 0 0 0;
  margin: 0 0px 0 0;
  position: relative;
}
#main.with-sidebar #content {
  width: 62.5%;
  float: left;
}
#sidebar-first {
  width: 26.5%;
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#footer {
  width: 100%;
  margin: 0 auto;
}
#footer .block h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: bold;
}
#footer .region-footer {
  zoom: 1;
}
#footer .region-footer::after,
#footer .region-footer::before {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#footer .region-footer::after {
  clear: both;
}
#footer .region-footer .block {
  margin: 0 3.5% 40px 0;
  float: left;
  position: relative;
  width: 31%;
}
#footer .block p {
  padding: 0;
}
#footer a {
  color: #7b7b7b;
}
#footer a:hover {
  color: #fff;
}
/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/
#header {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0 !important;
  text-align: center;
}
#header .section {
  max-width: 62.5em;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 40px 0;
}
#logo {
  display: inline-block;
  margin: 0px 0 0 0;
  float: left;
  padding: 0;
}
#logo h1 {
  margin: 0 !important;
  line-height: 1em !important;
  padding: 0 !important;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
#logo-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#logo-wrapper .website-logo {
  margin: 1em;
}
#logo-wrapper .website-logo img {
  max-height: 150px;
}
#header h1 {
  font-size: 1.5em;
  color: #fff;
  margin: 0;
}
#header h1 a,
#header h1 a:hover {
  color: #fff !important;
}
#page-header {
  padding: 40px 0 35px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #dfdfde;
}
#page-header h1 {
  font-size: 1.8em;
  line-height: .7em;
  padding: 0;
  margin-bottom: 0;
  display: block;
}
#page-header p {
  margin: 0!important;
  padding: 15px 0 0 0!important;
  color: #b2b2b2;
  line-height: 1em;
}
#footer {
  color: #7b7b7b;
  background: #1f1f1f;
}
#footer .section {
  padding: 60px 0 10px 0;
  margin: 0 30px 0;
}
#footer .region {
  margin: 0 auto;
  max-width: 62.5em;
}
#page-title {
  text-transform: uppercase;
}
.webform-client-form.webform-client-form-1 {
  margin: 0 -1em;
}
.webform-client-form.webform-client-form-1 .fieldset-description {
  margin: 1em;
}
.webform-client-form.webform-client-form-1 .webform-component--civicrm-1-contact-1-fieldset-fieldset .fieldset-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.webform-client-form.webform-client-form-1 .webform-component--civicrm-1-contact-1-fieldset-fieldset .fieldset-wrapper .webform-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1em;
}
.webform-client-form.webform-client-form-1 .webform-component--civicrm-1-contact-1-fieldset-fieldset .fieldset-wrapper .webform-component input {
  text-align: center;
}
.webform-client-form.webform-client-form-1 .webform-component--civicrm-1-contact-1-fieldset-fieldset .fieldset-wrapper .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-existing {
  margin: 0;
}
.webform-client-form.webform-client-form-1 .webform-component--civicrm-1-contact-1-fieldset-fieldset .fieldset-wrapper .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-email-email {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
.webform-client-form.webform-client-form-1 .webform-component-checkboxes {
  width: 100%;
}
.webform-client-form.webform-client-form-1 .webform-component-checkboxes .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.webform-client-form.webform-client-form-1 .webform-component-checkboxes .form-checkboxes .form-type-checkbox {
  margin-left: 1em;
  margin-right: 1em;
}
.webform-client-form.webform-client-form-1 .form-actions {
  text-align: center;
}
/*# sourceMappingURL=danielfreund.css.map */