/*
 * Global Project Variables and Mixins
 */
* {
  box-sizing: border-box;
}

/*
 * Global Project Variables and Mixins
 */
* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: white;
  color: #303538;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Droid Serif", serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Global Project Variables and Mixins
 */
* {
  box-sizing: border-box;
}

body,
html {
  min-width: auto;
}

.clearfix,
.grid-container {
  /*
   * Extensions:
   * .grid-container
   */
}
.clearfix:before,
.grid-container:before,
.clearfix:after,
.grid-container:after {
  content: "";
  display: table;
}
.clearfix:after,
.grid-container:after {
  clear: both;
}

.grid-container {
  max-width: 1000px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-container .grid-container {
  width: auto;
  max-width: none;
  min-width: 0;
  margin-left: -1em;
  margin-right: -1em;
}

.grid-inner {
  padding-left: 1em;
  padding-right: 1em;
}

.grid-inner-left {
  padding-left: 1em;
}

.grid-inner-right {
  padding-right: 1em;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-alpha,
.grid-beta,
.grid-gamma,
.grid-delta,
.grid-omega {
  /*
   * Extensions:
   * .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12
   * .grid-alpha, .grid-omega
   */
  display: inline;
  float: left;
  min-height: 1px;
  position: relative;
}

.grid-1 {
  width: 8.333333333333332%;
}

.grid-2 {
  width: 16.66666666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-4 {
  width: 33.333333333333332%;
}

.grid-5 {
  width: 41.66666666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-7 {
  width: 58.333333333333332%;
}

.grid-8 {
  width: 66.66666666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-10 {
  width: 83.333333333333332%;
}

.grid-11 {
  width: 91.66666666666667%;
}

.grid-12 {
  width: 100%;
}

.grid-alpha {
  margin-right: -27em;
  width: 100%;
}
.grid-alpha > .grid-inner {
  margin-right: 27em;
  padding-right: 3em;
}

.grid-beta {
  float: right;
  margin-left: -24em;
  width: 100%;
}
.grid-beta > .grid-inner {
  margin-left: 24em;
  padding-left: 3em;
}

.grid-gamma {
  margin-left: -24em;
  margin-right: -27em;
  width: 100%;
}
.grid-gamma > .grid-inner {
  margin-left: 24em;
  margin-right: 27em;
  padding-left: 3em;
  padding-right: 3em;
}

.grid-delta {
  width: 24em;
  z-index: 2;
}

.grid-omega {
  float: right;
  width: 27em;
  z-index: 2;
}

.prefix-1 {
  margin-left: 8.33333%;
}

.prefix-2 {
  margin-left: 16.66667%;
}

.prefix-3 {
  margin-left: 25%;
}

.prefix-4 {
  margin-left: 33.33333%;
}

.prefix-5 {
  margin-left: 41.66667%;
}

.prefix-6 {
  margin-left: 50%;
}

.prefix-7 {
  margin-left: 58.33333%;
}

.prefix-8 {
  margin-left: 66.66667%;
}

.prefix-9 {
  margin-left: 75%;
}

.prefix-10 {
  margin-left: 83.33333%;
}

.prefix-11 {
  margin-left: 91.66667%;
}

.suffix-1 {
  margin-right: 8.33333%;
}

.suffix-2 {
  margin-right: 16.66667%;
}

.suffix-3 {
  margin-right: 25%;
}

.suffix-4 {
  margin-right: 33.33333%;
}

.suffix-5 {
  margin-right: 41.66667%;
}

.suffix-6 {
  margin-right: 50%;
}

.suffix-7 {
  margin-right: 58.33333%;
}

.suffix-8 {
  margin-right: 66.66667%;
}

.suffix-9 {
  margin-right: 75%;
}

.suffix-10 {
  margin-right: 83.33333%;
}

.suffix-11 {
  margin-right: 91.66667%;
}

/*
 * Global Project Variables and Mixins
 */
* {
  box-sizing: border-box;
}

body {
  color: #303538;
  font-size: 10px;
  line-height: 1.428;
}

a {
  color: #417ba2;
  text-decoration: underline;
}
a:hover {
  color: #d21123;
}

strong {
  color: #404041;
}

p {
  font-size: 1.68em;
  margin: 0 0 1em 0;
}

ul {
  list-style: outside square;
  margin: 0 0 1em 0;
}

li {
  font-size: 1.68em;
  margin: 0 0 0.75em 0;
}
li li,
li p,
li .eta,
li .zeta {
  font-size: 1em;
}

table {
  font-size: 1.2em;
}
table li,
table p {
  font-size: 1em;
}

code {
  background: rgba(0, 0, 0, 0.05);
  color: #404041;
  padding: 0.1em 0.4em;
}

label,
.label {
  color: #404041;
  font-weight: bold;
}

.em1 {
  font-size: 1em !important;
}

.top-1em {
  margin-top: 1em !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.alpha a,
.beta a,
.gamma a,
.delta a,
.epsilon a,
.zeta a,
.eta a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.alpha a:hover,
.beta a:hover,
.gamma a:hover,
.delta a:hover,
.epsilon a:hover,
.zeta a:hover,
.eta a:hover {
  text-decoration: underline;
}

h1,
.alpha {
  font-family: "Droid Serif", serif;
  color: #404041;
  font-size: 3.6em;
  margin: 0 0 0.45em 0;
  font-weight: normal;
}

h2,
.beta {
  font-family: "Droid Serif", serif;
  color: #404041;
  font-size: 2.46em;
  margin: 0 0 0.8em 0;
}

p + h2 {
  margin: 2em 0 1.3em;
}

h3,
.gamma {
  font-family: "Droid Serif", serif;
  color: #404041;
  font-size: 2.124em;
  font-weight: bold;
  margin: 0 0 1em 0;
}

h4,
.delta {
  font-family: "Droid Serif", serif;
  color: #404041;
  font-size: 1.6em;
  margin: 0.25em 0 0.5em 0;
}

h5,
.epsilon {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #404041;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1em 0;
}

h6,
.zeta {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #404041;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 1.2em 0;
}

dl {
  font-size: 1.68em;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0;
}
dl:before,
dl:after {
  content: "";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  clear: left;
  color: #818285;
  font-weight: normal;
  float: left;
  margin-bottom: 0.5em;
  text-align: right;
  width: 10%;
}
dl dd {
  float: left;
  margin-bottom: 0.5em;
  margin-left: 3%;
  text-align: left;
  width: 85%;
}
dl.grid-container dt,
dl.grid-container dd {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.eta {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #404041;
  font-size: 1.68em;
  font-weight: bold;
  margin: 0;
}

.sm {
  font-size: 0.85em;
}

.xlg {
  font-size: 4em;
  line-height: 1.25;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-success {
  color: #049e58;
}

.text-danger {
  color: #d21123;
}

.align-left {
  display: inline;
  float: left;
  position: relative;
  margin-right: 1em;
}

.align-right {
  display: inline;
  float: right;
  position: relative;
  margin-left: 1em;
}

.nowrap {
  white-space: nowrap;
}

.mkt-content {
  padding-top: 1.5em;
}
.mkt-content .xlg {
  margin-bottom: 0.25em;
}
.mkt-content .beta {
  color: #3a6a89;
}
.mkt-content p {
  font-size: 1.4em;
}

.text-overflow {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inline {
  display: inline;
}

.hidden {
  display: block;
  height: 0px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 0px;
}

blockquote {
  font-family: "Droid Serif", serif;
  font-size: 2em;
  line-height: 1.8em;
}

@font-face {
  font-family: "ForalPro-Regular";
  src: url("../fonts/240CB6_3_0.eot");
  src: url("../fonts/240CB6_3_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/240CB6_3_0.woff") format("woff"),
    url("../fonts/240CB6_3_0.ttf") format("truetype"),
    url("../fonts/240CB6_3_0.svg#wf") format("svg");
}
@font-face {
  font-family: "ForalPro-Bold";
  src: url("../fonts/240CB6_1_0.eot");
  src: url("../fonts/240CB6_1_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/240CB6_1_0.woff") format("woff"),
    url("../fonts/240CB6_1_0.ttf") format("truetype"),
    url("../fonts/240CB6_1_0.svg#wf") format("svg");
}
@font-face {
  font-family: "ForalPro-Italic";
  src: url("../fonts/240CB6_2_0.eot");
  src: url("../fonts/240CB6_2_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/240CB6_2_0.woff") format("woff"),
    url("../fonts/240CB6_2_0.ttf") format("truetype"),
    url("../fonts/240CB6_2_0.svg#wf") format("svg");
}
@font-face {
  font-family: "ForalPro-BoldItalic";
  src: url("../fonts/240CB6_0_0.eot");
  src: url("../fonts/240CB6_0_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/240CB6_0_0.woff") format("woff"),
    url("../fonts/240CB6_0_0.ttf") format("truetype"),
    url("../fonts/240CB6_0_0.svg#wf") format("svg");
}
.button,
a.button {
  display: block;
  color: white;
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin-right: 15px;
  padding: 15px 25px;
  border: 1px solid white;
  border-radius: 30px;
  transition: 0.2s background ease, 0.2s color ease;
}
.button:hover,
.button:focus,
a.button:hover,
a.button:focus {
  background: white;
  color: #688da4;
}

/*
 * Global Project Variables and Mixins
 */
* {
  box-sizing: border-box;
}

.section {
  position: relative;
  width: 100%;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}

.header {
  background-color: #b91b2a;
}

.home {
  background: #d21123 url("images/bg/photo-background-home-mobile-sm.jpg")
    center top no-repeat;
  color: white;
  width: 100%;
  padding-bottom: 40px;
  background-size: cover;
}
.home h1 {
  color: white;
}
@media screen and (min-width: 480px) {
  .home {
    background: #d21123 url("images/bg/photo-background-home-mobile.jpg") center
      no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .home {
    background: #d21123 url("images/bg/photo-background-home.jpg") center
      no-repeat;
    background-size: cover;
    height: 800px;
  }
}

.about {
  background: #d21123 url("images/bg/photo-background-about-alt-mobile-sm.jpg")
    center top no-repeat;
  color: white;
  width: 100%;
  padding-bottom: 40px;
}
.about h1 {
  color: white;
}
@media screen and (min-width: 480px) {
  .about {
    background: #d21123 url("images/bg/photo-background-about-alt-mobile.jpg")
      center no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .about {
    background: #d21123 url("images/bg/photo-background-about-alt.jpg") center
      no-repeat;
    height: 600px;
  }
}
.about + .text-column {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .about + .text-column {
    padding-top: 40px;
  }
}

.topper a {
  text-decoration: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}

.logo {
  padding: 20px;
  position: relative;
  display: block;
  font-weight: bold;
  letter-spacing: 5px;
  float: left;
}
.logo img {
  max-width: 52px;
  margin-right: 15px;
}
.logo + .menu-button {
  margin-left: 0;
}

.topper .logo {
  letter-spacing: 3px;
}
.topper .logo img {
  max-width: 40px;
}
@media screen and (min-width: 500px) {
  .topper .logo {
    letter-spacing: 5px;
  }
  .topper .logo img {
    max-width: 52px;
  }
}

nav {
  display: block;
  width: 100%;
  float: left;
  margin: 10px 0 0;
  display: none;
}
nav a {
  color: white;
  padding: 15px 20px;
  float: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d21123;
  background: rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 768px) {
  nav {
    float: right;
    display: block !important;
    padding: 13px 0;
    margin: 10px 0;
    width: auto;
  }
  nav a {
    padding: 10px 20px;
    width: auto;
    border: none;
    background: none;
  }
}

.menu-button {
  float: right;
  margin: 17px;
  padding: 10px;
  display: block;
  border: 1px solid white;
  border-radius: 3px;
  transition: 0.2s background ease, 0.2s color ease;
}
.menu-button.on {
  background: white;
  color: #d21123;
}
@media screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.home-top-content {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.home-top-content h1 {
  font-size: 2em;
}
.home-top-content p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .home-top-content {
    width: auto;
    padding: 0 50px 0 0;
    margin: 30% 0 0 20%;
  }
  .home-top-content h1 {
    font-size: 3.6em;
  }
}
@media screen and (min-width: 1300px) {
  .home-top-content {
    margin-top: 400px;
  }
}
.home-top-content .button {
  margin-bottom: 20px;
}

.about-top-content {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
}
.about-top-content h1 {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .about-top-content {
    width: auto;
    padding: 0 50px 0 0;
    margin: 23% 0 0 20%;
  }
  .about-top-content h1 {
    text-align: left;
    font-size: 3.6em;
  }
}
@media screen and (min-width: 1300px) {
  .about-top-content {
    margin-top: 300px;
  }
}

.featured-projects .grid-6 {
  background-size: cover;
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px 20px;
}
.featured-projects .grid-6 span {
  margin: 0 auto;
  display: inline-block;
  float: none;
}
.featured-projects a {
  color: white;
  text-decoration: none;
}
.featured-projects h2,
.featured-projects p {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 12px;
  line-height: 1em;
}
.featured-projects p {
  font-size: 1.1em;
  color: #d1d1d1;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.featured-projects .darker p {
  color: #595959;
}
.featured-projects img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .featured-projects .grid-6 {
    width: 50%;
    padding: 150px 40px;
    height: 386px;
  }
  .featured-projects img {
    height: 100%;
  }
}

article {
  padding: 0 20px;
}
article.story {
  padding: 40px 20px 0;
}

.text-column,
.video-column {
  position: relative;
  float: none;
  max-width: 600px;
  margin: 0 auto;
}
.text-column p,
.video-column p {
  line-height: 1.7em;
  margin: 0 0 1.6em 0;
}

.text-column.wider {
  max-width: 760px;
}

.video-column {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .video-column {
    padding: 0 20px;
  }
}

.testimonial-container {
  background: #f4f4f4;
}

.testimonials {
  padding: 20px;
}
.testimonials blockquote {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .testimonials {
    padding: 40px 20px;
  }
  .testimonials blockquote {
    margin: 20px 40px;
  }
}

.attr {
  width: 380px;
}
.attr img {
  width: 82px;
  float: right;
  margin-left: 20px;
}
.attr p {
  text-align: right;
  font-family: "Droid Serif", serif;
  font-size: 1.6em;
}
.attr p:nth-of-type(1) {
  margin: 20px 0 0;
}
.attr p:nth-of-type(2) {
  margin: 0;
}

.cta-block {
  background: #05c16b;
  padding: 20px 0;
  text-align: center;
}
.cta-block h3 {
  color: white;
}
.cta-block a.button {
  float: none;
  display: inline-block;
  margin: 0 auto;
}

.project header {
  padding: 20px 0;
}
.project header img {
  margin: 20px auto 0;
}
.project h1 {
  text-align: center;
  font-size: 2em;
}
.project img {
  display: block;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .project header {
    padding: 40px 0;
  }
  .project header img {
    margin: 40px auto 0;
  }
  .project h1 {
    font-size: 3.6em;
  }
  .project img {
    margin: 40px auto;
  }
}
.project .error {
  color: #d21123;
}

.green {
  border: 5px #05c16b solid;
  border-radius: 50%;
  color: #05c16b;
}

.green-block {
  display: block;
  padding: 20px;
  background: #05c16b;
  margin: 20px -20px 30px;
}
@media screen and (min-width: 768px) {
  .green-block {
    padding: 30px 0;
    margin-top: 40px;
  }
}
.green-block .text-column,
.green-block h1,
.green-block h2,
.green-block h3,
.green-block h4,
.green-block h5,
.green-block h6 {
  color: white;
}
.green-block .text-column {
  margin-top: 40px;
}
.green-block .center {
  text-align: center;
}

.results .circle {
  width: 47%;
  text-align: center;
  float: left;
  padding: 33% 0;
  position: relative;
}
.results .circle:nth-of-type(2n) {
  float: right;
}
.results p {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
.results p span {
  display: block;
  font-size: 600%;
  margin: 30px;
  position: relative;
  line-height: 0.4em;
}

li.solution {
  margin-bottom: 50px;
}

figure {
  border: 1px solid #efefef;
  border-radius: 2px;
  padding: 10px;
}
figure figcaption {
  margin-top: 10px;
}
figure.align-right {
  margin: 0 0 10px 20px;
}

.pagination {
  text-align: center;
  padding: 0 20px 20px;
}
.pagination .button {
  color: #303538;
  border-color: #303538;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pagination {
    padding: 20px 40px 40px;
  }
}

.buttons {
  display: block;
  margin: 0 auto;
  max-width: 430px;
}
@media screen and (min-width: 500px) {
  .buttons a:nth-of-type(2) {
    float: right;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 54%;
  /* 16:9 */
  padding-top: 16px;
  height: 0;
  display: block;
  margin: 0 auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.adventures-2x {
  width: 100%;
  max-width: 535px;
  position: relative;
  margin: 40px auto;
}

img.branch-info {
  width: 100%;
  max-width: 626px;
  margin: 20px auto;
}

.featured {
  background: #303538;
  color: white;
  text-align: center;
  padding: 20px 20px;
}
.featured h1 {
  color: white;
  font-size: 2em;
  font-weight: bold;
}
.featured p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .featured {
    padding: 40px 20px;
  }
  .featured h1 {
    font-size: 3.6em;
    font-weight: normal;
  }
}
