.basegrad {
  background-color: #4d4d4d;
  background-image: -webkit-linear-gradient(top, #666, #4d4d4d);
  background-image: linear-gradient(to bottom, #666, #4d4d4d);
  background-repeat: repeat-x;
}
.primarygrad {
  background-color: #0f0b0b;
  background-image: -webkit-linear-gradient(top, #2d2020, #0f0b0b);
  background-image: linear-gradient(to bottom, #2d2020, #0f0b0b);
  background-repeat: repeat-x;
}
.errorgrad {
  background-color: #c72f29;
  background-image: -webkit-linear-gradient(top, #da4f49, #c72f29);
  background-image: linear-gradient(to bottom, #da4f49, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-color: #afd9ee;
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(to bottom, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-color: #272727;
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(to bottom, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-color: #449b44;
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(to bottom, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-color: #f39106;
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(to bottom, #faa732, #f39106);
  background-repeat: repeat-x;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.center {
  text-align: center;
}
html {
  height: 100%;
  background-color: #feddc8;
  font-size: 90%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (min-width: 30em) {
  html {
    font-size: 100%;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-color: transparent;
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  color: #472929;
}
a {
  text-decoration: none;
  color: #2d2020;
}
a:visited {
  color: #2d2020;
}
a:hover {
  text-decoration: underline;
  color: #0f0b0b;
}
a:focus {
  outline: thin dotted;
  color: #0f0b0b;
}
a:hover,
a:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: 'Harriet Display Medium', Cambria, Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small {
  font-size: 50%;
  line-height: 1;
  color: #b3b3b3;
}
h1,
h2,
h3 {
  margin: 0 0 0.8em 0;
}
h1 {
  font-size: 48px;
  font-size: 3rem;
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
h4,
h5,
h6 {
  margin: 0 0 1.6em 0;
}
h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
}
h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
p,
ol,
ul,
dl,
menu,
address,
pre,
blockquote {
  font-size: 1.15em;
  margin: 0 0 1.6em 0;
  line-height: 1.6em;
}
small {
  font-size: 80%;
}
ul,
ol,
menu {
  padding-left: 1.2em;
}
li ul,
li ol {
  margin: 0;
}
nav ul,
nav ol,
form ul,
form ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
dl,
dd {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
address {
  font-style: normal;
}
q {
  quotes: none;
}
blockquote {
  padding-left: 1.2em;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
b,
strong {
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Consolas, Courier New, monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
mark {
  background-color: #e0ebf0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
iframe {
  max-width: 100%;
}
figure {
  margin: 0 0 1.6em;
}
figure > img {
  margin-bottom: 0.4em;
}
figure > figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #808080;
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.6em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
th,
td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  text-align: left;
}
th {
  font-weight: bold;
}
thead th {
  vertical-align: bottom;
}
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}
tbody + tbody {
  border-top: 2px solid #bfbfbf;
}
/* Forms =================================================== */
form {
  margin: 0;
}
form small {
  color: #b3b3b3;
}
form p {
  margin-bottom: 0.8em;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  margin: 0 0 3.2em;
  *margin-left: -7px;
  padding: 0;
  color: #472929;
  border: 0;
  white-space: normal;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.2em;
  font-weight: bold;
}
label input,
label textarea,
label select {
  display: block;
}
label small {
  font-weight: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
input,
button,
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
}
input,
textarea,
select {
  display: inline-block;
  margin-bottom: 0.4em;
  color: #673c3c;
}
input,
textarea {
  padding: 6px 8px;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
input:hover,
textarea:hover {
  border-color: #a6a6a6;
}
/* Correcting text-transform inheritance on these elements */
button,
select {
  text-transform: none;
}
/* FF3+ fixes */
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* make sure placeholder goes away on focus */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
input[type="number"] {
  width: auto;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select,
input[type="file"] {
  *margin-top: 4px;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  width: 100%;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .5;
  cursor: not-allowed;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #808080;
  color: #472929;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
}
/* Type Classes */
.title {
  line-height: 1.1;
  margin-bottom: 0.125em;
}
.subtitle {
  line-height: 1.2;
  color: #a56464;
}
.meta {
  color: #a56464;
}
.lesser {
  color: #a56464;
  font-size: 12px;
  font-size: 0.75rem;
}
.caption {
  color: #a56464;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.25em;
}
.lead {
  font-size: 18px;
  font-size: 1.125rem;
}
.list--plain {
  list-style: none;
  padding-left: 0;
}
.dl--horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl--horizontal dd {
  margin-left: 22.78%;
}
.blockquote p,
.blockquote .quote {
  margin: 0 0 0.4em;
}
.blockquote .quote:before {
  content: '\201C';
}
.blockquote .quote:after {
  content: '\201D';
}
.blockquote cite,
.blockquote .attr {
  display: block;
  margin: 0;
}
.blockquote cite:before,
.blockquote .attr:before {
  content: '\2013\00A0';
}
/* Alignment */
.align-left {
  display: inline;
  float: left;
  margin-right: 1.6em;
  margin-bottom: 0.8em;
}
.align-right {
  display: inline;
  float: right;
  margin-left: 1.6em;
  margin-bottom: 0.8em;
}
.align-center {
  clear: both;
  display: block;
  margin: 0 auto 0.8em;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #bfbfbf;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #e6e6e6;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.help-block,
.help-inline {
  color: #808080;
  font-size: 12px;
  font-size: 0.75rem;
}
.help-block {
  display: block;
  margin-bottom: 0.8em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.fly-hello form {
  margin-bottom: 3em;
}
.fly-hello .input {
  margin-bottom: 0.75em;
}
.fly-hello label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.25em;
}
.fly-hello input[type="text"],
.fly-hello textarea {
  border: none;
  width: 100%;
  border-radius: 0;
  background-color: #fff0e7;
  padding: 1em 1.4em;
}
.fly-hello input[type="submit"] {
  background-color: #43bec0;
  color: #ffffff;
  padding: 0.6em 1.4em;
  border-radius: 3em;
  display: inline-block;
  border: none;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 1.125em;
  letter-spacing: 0.05em;
}
#pal,
#form1_pal {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  ::-webkit-input-placeholder {
    color: transparent;
  }
  :-moz-placeholder {
    color: transparent;
  }
  ::-moz-placeholder {
    color: transparent;
  }
  :-ms-input-placeholder {
    color: transparent;
  }
  nav,
  .btn,
  .btn-link {
    display: none;
  }
  .alert {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.span1 {
  display: inline;
  float: left;
  width: 4.16666667%;
  margin: 0 2.08333333%;
}
.span2 {
  display: inline;
  float: left;
  width: 12.5%;
  margin: 0 2.08333333%;
}
.span3 {
  display: inline;
  float: left;
  width: 20.83333333%;
  margin: 0 2.08333333%;
}
.span4 {
  display: inline;
  float: left;
  width: 29.16666667%;
  margin: 0 2.08333333%;
}
.span5 {
  display: inline;
  float: left;
  width: 37.5%;
  margin: 0 2.08333333%;
}
.span6 {
  display: inline;
  float: left;
  width: 45.83333333%;
  margin: 0 2.08333333%;
}
.span7 {
  display: inline;
  float: left;
  width: 54.16666667%;
  margin: 0 2.08333333%;
}
.span8 {
  display: inline;
  float: left;
  width: 62.5%;
  margin: 0 2.08333333%;
}
.span9 {
  display: inline;
  float: left;
  width: 70.83333333%;
  margin: 0 2.08333333%;
}
.span10 {
  display: inline;
  float: left;
  width: 79.16666667%;
  margin: 0 2.08333333%;
}
.span11 {
  display: inline;
  float: left;
  width: 87.5%;
  margin: 0 2.08333333%;
}
.span12 {
  display: inline;
  float: left;
  width: 95.83333333%;
  margin: 0 2.08333333%;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.skip {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.container {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  clear: both;
}
.container.container-narrow {
  padding-left: 17.5%;
  padding-right: 17.5%;
}
.section {
  padding: 4em 0;
}
.section:first-of-type {
  padding: 12em 0 4em;
}
.site-wrapper {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.ot-container {
  background-color: #feddc8;
  position: relative;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 2;
  min-height: 100vh;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.26), 0 1px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.ot-container.open-left {
  transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
}
.ot-container.open-right {
  transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
}
.fly-container {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 280px;
  max-width: 100%;
  background-color: #feddc8;
  overflow-y: scroll;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: auto;
}
.fly-container h2 {
  text-align: center;
  font-size: 2.25em;
  margin: 0.6em 0 1em;
  color: #281919;
  padding: 0 0.2em;
}
.fly-content {
  padding: 2em 0;
}
.fly-close {
  display: block;
  text-align: center;
}
.fly-close img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.fly-container.fly-left {
  right: 100%;
}
.fly-container.fly-right {
  left: 100%;
}
.friend {
  background-color: #fff0e7;
  text-align: center;
  display: block;
  padding: 2.5em 0.2em;
  margin-bottom: 1em;
}
.friend:hover {
  text-decoration: none;
}
.friend h3 {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  margin: 1em 0 0.2em;
}
.friend p {
  margin-bottom: 0.6em;
  font-size: 0.9em;
}
.friend img:first-child {
  width: 80px;
}
.friend span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1px;
  margin-top: 0.4em;
}
.fly-hello {
  background-color: #feddc8;
  text-align: center;
}
.fly-hello p {
  padding: 0 1em;
  font-size: 0.9em;
}
.fly-hello a {
  color: #fd8f79;
}
#site-main.page-padding {
  padding-top: 125px;
}
.shift-left .ot-container {
  transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
}
.shift-left .fly-right.fly-active {
  transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
}
.shift-right .ot-container {
  transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
}
.shift-right .fly-left.fly-active {
  transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
}
.fill-right {
  background-color: #e8af8a;
  float: right;
}
@media only screen and (max-width: 48em) {
  .fill-right,
  .fill-left {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .container.container-narrow {
    padding-left: 5%;
    padding-right: 5%;
  }
}
header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
#site-footer {
  background-color: #281919;
  padding: 3.4em 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#site-footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-snippet {
  color: #feddc8;
  background-color: #483636;
  width: 30%;
  margin-right: 5%;
}
.social-snippet div {
  text-align: center;
  padding: 15% 15% 20%;
}
.social-snippet h3 {
  color: #f87d83;
  font-size: 1em;
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  margin-top: 2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.social-snippet p a {
  color: #feddc8;
  text-transform: none;
  letter-spacing: inherit;
  font-size: inherit;
}
.social-snippet a {
  color: #43bec0;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
#site-footer ul {
  list-style-type: none;
  line-height: 2.2em;
  letter-spacing: 1.2px;
  border-top: 5px solid #483636;
  padding: 1.4% 2% 0 0;
}
#site-footer ul p {
  color: #feddc8;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2.2em;
  text-transform: uppercase;
}
#site-footer ul li a {
  text-transform: uppercase;
}
#site-footer ul li:nth-child(odd) a {
  color: #f8917d;
}
#site-footer ul li:nth-child(even) a {
  color: #43bec0;
}
@media only screen and (max-width: 58em) {
  #site-footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #site-footer .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .social-snippet {
    width: 46%;
    margin: 0 2% 3em;
  }
  #site-footer ul {
    width: 94%;
    margin: 0 auto;
  }
  #site-footer ul li {
    display: inline-block;
    width: 49%;
  }
}
@media only screen and (max-width: 38em) {
  .social-snippet {
    width: 100%;
    margin: 0 0 3em;
  }
}
@media only screen and (max-width: 25em) {
  #site-footer ul {
    padding-top: 2em;
    width: 100%;
    text-align: center;
  }
  #site-footer ul li {
    display: block;
    width: 100%;
  }
}
/* Navigation */
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav {
  background-color: rgba(255, 255, 255, 0.65);
  overflow: auto;
  padding: 1.6em 0 1.2em;
}
#home .main-nav {
  background-color: transparent;
}
.main-nav ul {
  margin-bottom: 0;
}
.main-nav > .container > a,
.nav-primary {
  float: left;
}
.nav-primary {
  text-transform: lowercase;
  font-size: 1.1em;
  letter-spacing: 0.8px;
  font-weight: bold;
}
.nav-secondary {
  float: right;
  text-transform: lowercase;
  font-size: 0.9em;
  letter-spacing: 0.77px;
}
#pull {
  display: inline-block;
  padding: 15px 0;
  margin: 0 2.3em 0 0;
}
.logo {
  margin: 0 1.3em 0 0;
}
.main-nav li > a {
  float: none;
  padding: 1em 0.8em;
  color: #2d2020;
  text-decoration: none;
  display: block;
}
.main-nav li > a.say-hello {
  color: #43bec0;
  font-size: 1.2em;
  font-weight: 700;
  border: 3px solid #43bec0;
  border-radius: 1.8em;
  padding: 1em 1.8em;
  letter-spacing: 1.5px;
  margin-left: 0.5em;
  text-decoration: none;
}
#home .main-nav li > a.say-hello {
  color: #2d2020;
  border: 3px solid #2d2020;
}
.main-nav li > a:focus,
.main-nav li > a:hover {
  color: #2d2020;
  text-decoration: none;
  text-shadow: none;
}
.main-nav li > a.say-hello:focus {
  color: #43bec0;
}
.main-nav li > a.say-hello:hover {
  color: #ffffff;
  background-color: #43bec0;
}
#home .main-nav li > a.say-hello:focus {
  color: #2d2020;
}
#home .main-nav li > a.say-hello:hover {
  color: #ffffff;
  background-color: #2d2020;
}
.main-nav .current > a,
.main-nav .current > a:hover,
.main-nav .current > a:focus {
  color: #808080;
  text-decoration: none;
  background-color: #2d2020;
}
.side-nav li {
  display: block;
}
.side-nav li a {
  display: block;
  padding: 1em;
}
.side-nav li a:hover {
  text-decoration: none;
  background-color: #fff0e7;
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center right 1.4em;
}
@media only screen and (min-width: 30em) {
  .main-nav li {
    display: inline-block;
  }
}
.nav__search {
  position: relative;
  margin-bottom: 0;
}
.nav__search input[type='text'],
.nav__search input[type='search'] {
  float: left;
  margin-bottom: 0;
  padding: 4px 27px 4px 14px;
  border-radius: 30px;
}
.nav__search button[type='submit'] {
  float: left;
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  margin-left: -27px;
  margin-top: 1px;
}
.nav__search button[type='submit'] i {
  text-indent: 0;
}
.nav__search button[type='submit'] span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  color: #b88484;
}
.breadcrumb li {
  display: inline-block;
  margin-left: 0.35em;
}
.breadcrumb li:after {
  /* forward slashes */
  /* content: '\2044'; */
  /* 'greater than' signs */
  content: '\003E';
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  margin-right: 0.65em;
}
@media only screen and (max-width: 61em) {
  .nav-secondary li:nth-last-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 57em) {
  .nav-secondary li:nth-last-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 53em) {
  .nav-secondary li:nth-last-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 49em) {
  .nav-secondary li:nth-last-child(5) {
    display: none;
  }
}
@media only screen and (max-width: 38em) {
  .nav-primary {
    display: none;
  }
}
@media only screen and (max-width: 26em) {
  .main-nav li > a.say-hello {
    padding: 1em 1.2em;
  }
  #pull {
    margin: 0 1.25em 0 0;
  }
  .logo {
    margin: 6px 0 0 0;
  }
  .logo img {
    width: 100px;
  }
}
/*

Use for two- and three- column layouts.

Here's how this works:

1. Give your columns whatever class names you want, indicative of usage. 
   For instance, .col-primary and .col-seconary; .col-major and .col-minor; 
   .col-first and .col-second; whatever.
2. Use the mixin on each column. Define the width using preset variables, 
   or whatever percentages you want. Set the float and the margins.
3. You can redefine everything at any breakpoint by using the mixin again.

Tips:

1. If columns are stacked (for small screen sizes, usually), the width 
   should be set to auto and the float set to none.
2. Two- and three- columns should be floated.
3. There should be no side margins on the left and right edges of the
   container. For instance, in two-column layouts, the left column should
   only have a right margin, and the right column should only have a left
   margin. In three column layouts, the same -- while the middle column
   should have both a left and right column.
4. Don't use the .container class in your selector. Selectors using this
   mixin should be by themselves. Use a more specific class if you need.

Example:

  @media only screen and (min-width: 55em) {
    .col-major {
      .simple-column(@twothirds, right, @gutterwidth, 0);
    }
    .col-minor {
      .simple-column(@onethird, left, 0, @gutterwidth);
    }
  }

*/
.col--solo {
  display: block;
  float: none;
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
}
/* define breakpoints here */
/* 400px */
/* 480px */
/* 640px */
/* 800px */
/* 960px */
/*
  the container for the items;
  needs a min class and a max class on it 
  - min classes: .min1, .min2, .min3
  - max classes: .max3, .max4, .max5, .max6
*/
.grid-container {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.grid-container:before,
.grid-container:after {
  display: table;
  content: " ";
}
.grid-container:after {
  clear: both;
}
/* each item */
.grid-item {
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
/* below smallest breakpoint */
.min1 .grid-item {
  width: 96%;
}
.min2 .grid-item {
  width: 46%;
}
.min3 .grid-item {
  width: 29.333%;
}
.min2 .grid-item:nth-of-type(2n+1),
.min3 .grid-item:nth-of-type(3n+1) {
  clear: left;
}
@media only screen and (min-width: 25em) {
  /* 
  max6 and max5 become 3-column, unless they have min1,
  in which case they become 2-column. All else stay at
  their minimum.
*/
  .max6 .grid-item,
  .max5 .grid-item {
    width: 29.333%;
  }
  .min1 .grid-item {
    width: 46%;
  }
  .min1 .grid-item:nth-of-type(3n+1),
  .min2 .grid-item:nth-of-type(2n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(3n+1),
  .max5 .grid-item:nth-of-type(3n+1),
  .min1 .grid-item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 30em) {
  /*
  max4 and max3 become 3-column.
*/
  .max4 .grid-item,
  .max3 .grid-item {
    width: 29.333%;
  }
  .min1 .grid-item:nth-of-type(2n+1) {
    clear: none;
  }
  .max4 .grid-item:nth-of-type(3n+1),
  .max3 .grid-item:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 40em) {
  /*
  max6 and max5 become 4-column.
*/
  .max6 .grid-item,
  .max5 .grid-item {
    width: 21%;
  }
  .max6 .grid-item:nth-of-type(3n+1),
  .max5 .grid-item:nth-of-type(3n+1),
  .max3 .grid-item:nth-of-type(3n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(4n+1),
  .max5 .grid-item:nth-of-type(4n+1),
  .max3 .grid-item:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 50em) {
  /*
  max6 and max5 become 5-column. max4 becomes 4-column.
*/
  .max6 .grid-item,
  .max5 .grid-item {
    width: 16%;
  }
  .max4 .grid-item {
    width: 21%;
  }
  .max6 .grid-item:nth-of-type(4n+1),
  .max5 .grid-item:nth-of-type(4n+1),
  .max4 .grid-item:nth-of-type(3n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(5n+1),
  .max5 .grid-item:nth-of-type(5n+1),
  .max4 .grid-item:nth-of-type(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 60em) {
  /*
  max6 becomes 6-column.
*/
  .max6 .grid-item {
    width: 12.666%;
  }
  .max6 .grid-item:nth-of-type(5n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(6n+1) {
    clear: left;
  }
}
.label,
.badge {
  padding: 2px 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
}
a.label,
a.badge {
  color: #2d2020;
}
a.label:hover,
a.badge:hover,
a.label:focus,
a.badge:focus,
a.label:active,
a.badge:active {
  text-decoration: none;
  color: #0f0b0b;
}
a.label:visited,
a.badge:visited {
  color: #2d2020;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.badge--error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge--error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge--warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge--warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge--success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge--success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge--info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge--info:hover {
  background-color: #85c5e5;
}
.badge--inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge--inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.box {
  box-sizing: border-box;
  padding: 1em;
  margin-bottom: 1.6em;
  background: #8c8c8c;
}
/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 14px 24px 14px;
  margin-bottom: 0;
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-color: #43bec0;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  *margin-left: .3em;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-transform: lowercase;
  font-weight: 700;
  letter-spacing: 1.1px;
}
.btn:visited,
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  background-position: 0 -15px;
  background-color: #50cdcf;
}
.btn small {
  font-weight: normal;
  line-height: 1;
}
input[type="submit"].btn:hover {
  border-color: #349a9c;
}
.btn:first-child {
  *margin-left: 0;
}
.btn--grad {
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn--disabled {
  opacity: .5;
  cursor: default;
}
.btn-link {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #2d2020;
  padding: 0;
  line-height: normal;
  vertical-align: baseline;
}
.btn-link:visited {
  color: #2d2020;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background: transparent;
  color: #0f0b0b;
  text-decoration: underline;
}
.btn--error {
  background-color: #da4f49;
  border-color: #b22a24;
}
.btn--error.btn--grad {
  background-color: #c72f29;
  background-image: -webkit-linear-gradient(top, #da4f49, #c72f29);
  background-image: linear-gradient(to bottom, #da4f49, #c72f29);
  background-repeat: repeat-x;
}
.btn--info {
  background-color: #d9edf7;
  border-color: #9acfea;
  color: #247fad;
}
.btn--info:visited,
.btn--info:hover,
.btn--info:focus {
  color: #ffffff;
}
.btn--info.btn--grad {
  background-color: #afd9ee;
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(to bottom, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.btn--inverse {
  background-color: #414141;
  border-color: #1b1b1b;
}
.btn--inverse:visited,
.btn--inverse:hover,
.btn--inverse:focus {
  color: #ffffff;
}
.btn--inverse.btn--grad {
  background-color: #272727;
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(to bottom, #414141, #272727);
  background-repeat: repeat-x;
}
.btn--primary {
  background-color: #2d2020;
  border-color: #000000;
}
.btn--primary:visited,
.btn--primary:hover,
.btn--primary:focus {
  color: #ffffff;
}
.btn--primary.btn--grad {
  background-color: #0f0b0b;
  background-image: -webkit-linear-gradient(top, #2d2020, #0f0b0b);
  background-image: linear-gradient(to bottom, #2d2020, #0f0b0b);
  background-repeat: repeat-x;
}
.btn--success {
  background-color: #5bb75b;
  border-color: #3c893c;
}
.btn--success:visited,
.btn--success:hover,
.btn--success:focus {
  color: #ffffff;
}
.btn--success.btn--grad {
  background-color: #449b44;
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(to bottom, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.btn--warning {
  background-color: #faa732;
  border-color: #da8205;
}
.btn--warning:visited,
.btn--warning:hover,
.btn--warning:focus {
  color: #ffffff;
}
.btn--warning.btn-flat {
  background-color: #f39106;
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(to bottom, #faa732, #f39106);
  background-repeat: repeat-x;
}
.btn--extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 1.3125rem;
}
.btn--large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 0.875rem;
}
.btn.btn--large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn--small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.btn--mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.6em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  border-radius: 24px 0 24px 0;
}
.btn-group .btn:last-child {
  border-radius: 0 24px 0 24px;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.btn--block + .btn--block {
  margin-top: 5px;
}
input[type="submit"].btn--block,
input[type="reset"].btn--block,
input[type="button"].btn--block {
  width: 100%;
}
.icon {
  font-style: normal;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
a[href$=".pdf"]:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-right: 0.25em;
}
a[href$=".doc"]:before {
  font-family: "FontAwesome";
  content: "\f1c2";
  margin-right: 0.25em;
}
a[href$=".docx"]:before {
  font-family: "FontAwesome";
  content: "\f1c2";
  margin-right: 0.25em;
}
a[href$=".xls"]:before {
  font-family: "FontAwesome";
  content: "\f1c3";
  margin-right: 0.25em;
}
a[href$=".xlsx"]:before {
  font-family: "FontAwesome";
  content: "\f1c3";
  margin-right: 0.25em;
}
a[href$=".ppt"]:before {
  font-family: "FontAwesome";
  content: "\f1c4";
  margin-right: 0.25em;
}
a[href$=".pptx"]:before {
  font-family: "FontAwesome";
  content: "\f1c4";
  margin-right: 0.25em;
}
a[href$=".jpg"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".jpeg"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".gif"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".png"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".txt"]:before {
  font-family: "FontAwesome";
  content: "\f0f6";
  margin-right: 0.25em;
}
.pagination {
  *zoom: 1;
  clear: both;
  padding: 0.8em 0;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination > p {
  float: left;
  margin: 0;
}
.pagination > ul {
  float: right;
  margin: 0;
  list-style: none;
}
.pagination > ul > li {
  display: inline;
}
.pagination .next,
.pagination .prev {
  width: 48%;
}
.pagination .next {
  float: right;
  margin-left: 1%;
  text-align: right;
}
.pagination .prev {
  float: left;
  margin-right: 1%;
}
.pagination--listing {
  /* Pagination on multiple entry listing pages only */
}
.pagination--listing strong,
.pagination--listing a {
  display: inline-block;
  padding: 0.25em 0.75em;
}
.pagination--listing a {
  margin: 0 2px;
}
.pagination--listing a:hover,
.pagination--listing a:active,
.pagination--listing a:focus {
  text-decoration: none;
}
.home_container {
  height: 100vh;
  width: 100%;
  background-color: #fd8f79;
  position: relative;
}
.home_container .animation_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  opacity: 0;
}
.home_container .animation_container.active {
  opacity: 1;
}
#introductionBox {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 470px;
  height: 300px;
  z-index: 1;
}
p.introduction,
h1.introduction {
  font-family: 'Harriet Display Medium', Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  text-align: center;
  color: #feddc8;
  padding-bottom: 20px;
  line-height: 1.4em;
  font-weight: normal;
  letter-spacing: 0;
}
p.introductionSubtext {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #763235;
}
#positionBuddy {
  position: absolute;
  left: 50%;
  top: 49%;
  margin-top: -1000px;
  margin-left: -1600px;
  width: 3000px;
  height: 2000px;
  z-index: 0;
  overflow: visible;
}
#positionBuddy.no-anim {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
#positionJeremy {
  position: absolute;
  left: 50%;
  top: 49%;
  margin-top: -995px;
  margin-left: -1400px;
  width: 3000px;
  height: 2000px;
  z-index: 0;
  overflow: visible;
}
#positionJeremy.no-anim {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
@media only screen and (max-width: 50em) {
  #positionBuddy,
  #positionJeremy {
    display: none;
  }
}
@media only screen and (max-width: 35em) {
  #introductionBox {
    width: 92%;
    padding: 0 4%;
  }
  p.introduction,
  h1.introduction {
    font-size: 36px;
    margin: 1em auto 0;
    max-width: 320px;
  }
}
@media only screen and (max-width: 32em) {
  p.introduction,
  h1.introduction {
    font-size: 30px;
  }
}
.project-preview {
  display: table;
  width: 100%;
  margin-bottom: 0.8em;
}
.project-preview:nth-child(odd) {
  direction: rtl;
}
.project-preview .project-preview-cta {
  display: table-cell;
  direction: ltr;
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.project-preview .project-preview-cta p.ot-alphabet {
  margin: 0 0 2em 0;
  line-height: 3em;
}
.project-preview .project-preview-cta p.ot-alphabet span {
  margin: 0 0.25em;
}
.project-preview .project-preview-cta img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.project-preview .project-preview-cta:hover img {
  -webkit-transform: rotate(8deg) scale(1.4);
          transform: rotate(8deg) scale(1.4);
}
.project-preview:first-child .project-preview-cta p.ot-alphabet {
  margin: 7em 0 2em 0;
}
.project-preview .project-preview-description {
  display: table-cell;
  direction: ltr;
  position: relative;
  padding: 37em 30px 4em;
  width: 400px;
}
.project-preview .project-preview-description div {
  position: absolute;
  bottom: 4em;
  max-width: 85%;
}
.project-preview .project-preview-description p {
  max-width: 316px;
}
.project-preview:nth-child(odd) .project-preview-description {
  background-color: #f8917d;
  float: right;
}
.project-preview:nth-child(odd) .project-preview-description p {
  color: #763235;
}
.project-preview:nth-child(even) .project-preview-description {
  background-color: #43bec0;
  float: left;
}
.project-preview:nth-child(even) .project-preview-description p {
  color: #126a6b;
}
.project-preview h1,
.project-preview h2 {
  color: #feddc8;
  padding-right: 5%;
}
.project-preview h1:before,
.project-preview h2:before {
  content: '';
  display: block;
  width: 58px;
  height: 5px;
  background-color: #feddc8;
  margin-bottom: 0.55em;
}
.portfolio-component {
  position: relative;
}
.portfolio-video {
  padding: 6em 0;
}
.video-container {
  width: 70%;
  margin: 0 auto;
}
.portfolio-badge {
  position: absolute;
  top: 0;
}
.portfolio-image img {
  width: 100%;
  display: block;
}
.portfolio-image-float {
  background-color: #43bec0;
  padding: 4em 0;
}
.portfolio-image-float img {
  margin: 0 auto;
  display: block;
  position: relative;
}
.portfolio-image-float img.shadow {
  box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
.portfolio-comment {
  *zoom: 1;
  background-color: #96cc64;
  position: relative;
}
.portfolio-comment:before,
.portfolio-comment:after {
  display: table;
  content: " ";
}
.portfolio-comment:after {
  clear: both;
}
.portfolio-comment .comment-image {
  text-align: center;
  position: absolute;
  width: 62%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.portfolio-comment .comment-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 70%;
}
.portfolio-comment .comment-image img.round {
  border-radius: 100%;
}
.portfolio-comment .comment-content {
  float: right;
  padding: 10em 4%;
  width: 30%;
  background-color: #77a84a;
}
.portfolio-comment .comment-content img {
  width: 100%;
  display: block;
}
.portfolio-comment .comment-content p {
  color: #ffffff;
  margin: 1.4em 0;
}
.secondary-project-previews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.secondary-project-previews .secondary-project-preview {
  padding: 12% 3% 2%;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.33%;
}
.secondary-project-previews .secondary-project-preview:nth-child(odd) {
  background-color: #f8917d;
}
.secondary-project-previews .secondary-project-preview:nth-child(odd) p {
  color: #763235;
}
.secondary-project-previews .secondary-project-preview:nth-child(odd) .btn {
  background-color: #763235;
  margin-bottom: 2em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.secondary-project-previews .secondary-project-preview:nth-child(odd) .btn:hover {
  background-color: #8b3b3f;
}
.secondary-project-previews .secondary-project-preview:nth-child(even) {
  background-color: #43bec0;
}
.secondary-project-previews .secondary-project-preview:nth-child(even) p {
  color: #126a6b;
}
.secondary-project-previews .secondary-project-preview:nth-child(even) .btn {
  background-color: #126a6b;
  margin-bottom: 2em;
}
.secondary-project-previews .secondary-project-preview:nth-child(even) .btn:hover {
  background-color: #157f80;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.secondary-project-previews .secondary-project-preview h1,
.secondary-project-previews .secondary-project-preview h2 {
  color: #feddc8;
  padding-right: 5%;
}
.secondary-project-previews .secondary-project-preview h1:before,
.secondary-project-previews .secondary-project-preview h2:before {
  content: '';
  display: block;
  width: 58px;
  height: 5px;
  background-color: #feddc8;
  margin-bottom: 0.55em;
}
.secondary-project-previews .secondary-project-preview .project-preview-description {
  bottom: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.client-sample-work {
  position: relative;
  padding-top: 115px;
}
.client-sample-work .client-sample-intro {
  width: 66%;
  padding: 8% 8% 8%;
  height: auto;
  overflow: hidden;
  display: table;
}
.client-sample-work .client-sample-intro .buddy {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
}
.client-sample-work .client-sample-intro .intro-text {
  position: relative;
  display: table-cell;
  width: 62%;
  vertical-align: middle;
}
.client-sample-work .client-sample-intro .intro-text p {
  margin: 0;
  padding: 0 2em;
}
.client-sample-work .client-sample-intro .intro-text:before {
  content: '';
  position: absolute;
  background-image: url('../images/content/side-quote-left.svg');
  top: 0;
  bottom: 0;
  left: -2em;
  width: 12.825%;
  background-size: contain;
  background-repeat: no-repeat;
}
.client-sample-work .client-sample-intro .intro-text:after {
  content: '';
  position: absolute;
  background-image: url('../images/content/side-quote-right.svg');
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  width: 6.35%;
  background-size: contain;
  background-repeat: no-repeat;
}
.client-sample-work .fill-right {
  position: absolute;
  width: 18%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 58em) {
  .video-container {
    width: 85%;
  }
  .portfolio-image-float {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 48em) {
  .project-preview {
    display: block;
  }
  .project-preview .project-preview-cta {
    display: block;
    padding: 8em 0;
  }
  .project-preview .project-preview-description {
    display: block;
    width: 100%;
    padding-top: 30em;
  }
  .project-preview:nth-child(odd) {
    direction: ltr;
  }
  .project-preview:nth-child(odd) .project-preview-description {
    float: none;
  }
  .portfolio-image-float {
    padding: 0;
  }
  .portfolio-image-float img {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .portfolio-comment .comment-content {
    float: none;
    width: 50%;
    padding: 3em 25%;
  }
  .portfolio-comment .comment-image {
    position: static;
    padding: 3em 0;
  }
  .portfolio-comment .comment-image img {
    position: static;
  }
  .secondary-project-previews {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .secondary-project-previews .secondary-project-preview {
    width: 100%;
  }
  .client-sample-work .client-sample-intro {
    width: 84%;
  }
}
@media only screen and (max-width: 40em) {
  .client-sample-work .client-sample-intro {
    display: block;
  }
  .client-sample-work .client-sample-intro .buddy {
    margin: 0 auto 3em;
    display: block;
    width: auto;
  }
  .client-sample-work .client-sample-intro .intro-text:before,
  .client-sample-work .client-sample-intro .intro-text:after {
    display: none;
  }
}
.content-intro {
  display: table;
  width: 100%;
}
.content-intro:nth-child(odd) {
  direction: rtl;
}
.content-intro .content-intro-image {
  display: table-cell;
  direction: ltr;
  position: relative;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.content-intro .content-intro-image p.ot-alphabet {
  margin: 0 0 2em 0;
  line-height: 3em;
}
.content-intro .content-intro-image p.ot-alphabet span {
  margin: 0 0.25em;
}
.content-intro .content-intro-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.content-intro .content-intro-description {
  display: table-cell;
  direction: ltr;
  position: relative;
  padding: 37em 60px 2em;
  width: 50%;
}
.content-intro .content-intro-description div {
  position: absolute;
  bottom: 4em;
}
.content-intro .content-intro-description p {
  max-width: 316px;
}
.content-intro h1:before,
.content-intro h2:before {
  content: '';
  display: block;
  width: 58px;
  height: 5px;
  background-color: #472929;
  margin-bottom: 0.55em;
}
.content-buckets {
  display: table;
  width: 100%;
}
.content-buckets .container {
  width: 90%;
  display: table;
}
.bucket {
  display: table-cell;
}
.bucket h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #feddc8;
}
.bucket h2:before {
  content: '';
  display: block;
  width: 58px;
  height: 5px;
  background-color: #feddc8;
  margin-bottom: 0.55em;
}
.bucket ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 1.8em;
}
.three-buckets {
  background-color: #1b0f0f;
}
.three-buckets .bucket {
  width: 33%;
  padding: 4% 3% 6%;
}
.three-buckets .bucket:nth-child(odd) {
  background-color: #f8917d;
}
.three-buckets .bucket:nth-child(odd) p,
.three-buckets .bucket:nth-child(odd) ul {
  color: #763235;
}
.three-buckets .bucket:nth-child(even) {
  background-color: #43bec0;
}
.three-buckets .bucket:nth-child(even) p,
.three-buckets .bucket:nth-child(even) ul {
  color: #126a6b;
}
.services-intro h1 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
.services-intro .container > p {
  font-size: 18px;
  font-size: 1.125rem;
}
.services-intro .container > div:last-child {
  text-align: center;
}
.services-intro .flex-row {
  padding-top: 4em;
  margin-bottom: 2em;
}
.services-intro .flex-column {
  width: 30%;
}
.services-intro .flex-column h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
}
.services-intro .flex-column h2:before {
  content: '';
  display: block;
  width: 36px;
  height: 4px;
  background-color: #43bec0;
  margin-bottom: 1em;
}
.clients {
  padding-bottom: 8em;
}
.clients .flex-row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.clients .flex-column {
  width: 33.3333333%;
  padding-top: 33.3333333vh;
  background-color: #2f1633;
  position: relative;
}
.clients .flex-column .client-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-right: 1px solid #feddc8;
  border-bottom: 1px solid #feddc8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients .flex-column img {
  max-width: 86%;
}
@media only screen and (max-width: 51em) {
  .services-intro .container > div:last-child {
    text-align: left;
  }
  .services-intro .flex-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 2em;
  }
  .services-intro .flex-column {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .clients {
    padding-top: 0;
  }
  .clients .flex-column {
    width: 50%;
    padding-top: 33.33333vh;
  }
}
.animation-intro .flex-row {
  padding-top: 2em;
}
.animation-intro .flex-column {
  text-align: left;
}
.animation-intro .flex-column h2:before {
  display: none;
}
.svg-anim-container {
  text-align: center;
  margin-bottom: 1.6em;
}
.svg-anim-container > svg {
  display: block;
  margin: 0 auto;
}
.banner-lg {
  background-color: #2e1633;
  padding: 6em 0;
}
.banner-lg h1,
.banner-lg h2,
.banner-lg p {
  color: #feddc8;
}
.banner-lg p:last-child {
  margin-bottom: 0;
}
.banner-lg__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-lg__illustration {
  position: relative;
  width: 28%;
  margin-left: 7%;
}
.banner-lg__illustration > img {
  position: absolute;
  width: 100%;
  bottom: -7em;
  margin: 0 auto;
  display: block;
  max-width: 320px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.banner-lg__cta {
  width: 50%;
  padding-right: 7%;
}
.animation-cta h2 {
  text-align: center;
  margin-bottom: 1.4em;
}
.animation-cta__form-container {
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
}
.animation-cta__form-container form {
  margin-bottom: 3em;
}
.animation-cta__form-container .input {
  margin-bottom: 0.75em;
}
.animation-cta__form-container label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.25em;
}
.animation-cta__form-container input[type="text"],
.animation-cta__form-container textarea {
  border: none;
  width: 100%;
  border-radius: 10px;
  background-color: #fff0e7;
  padding: 1em 1.4em;
}
.animation-cta__form-container input[type="submit"] {
  background-color: #43bec0;
  color: #ffffff;
  padding: 0.6em 1.4em;
  border-radius: 3em;
  display: inline-block;
  border: none;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 1.125em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 60em) {
  .banner-lg__illustration {
    width: 40%;
    margin-left: 0;
  }
  .banner-lg__cta {
    width: 52%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 51em) {
  .animation-intro .flex-column {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 48em) {
  .illustration-banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-lg__illustration > img {
    bottom: 0;
  }
}
@media only screen and (max-width: 40em) {
  .banner-lg__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-lg__illustration {
    width: 100%;
    padding-top: 70%;
    margin-bottom: 1.4em;
  }
  .banner-lg__illustration > img {
    width: 70%;
  }
  .banner-lg__cta {
    width: 100%;
  }
}
